From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 28 Jul 2010 23:33:46 +0200 (CEST) Received: from h5.dl5rb.org.uk ([81.2.74.5]:41035 "EHLO h5.dl5rb.org.uk" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1492154Ab0G1Vdl (ORCPT ); Wed, 28 Jul 2010 23:33:41 +0200 Received: from h5.dl5rb.org.uk (localhost.localdomain [127.0.0.1]) by h5.dl5rb.org.uk (8.14.4/8.14.3) with ESMTP id o6SLXNGO012422; Wed, 28 Jul 2010 22:33:23 +0100 Received: (from ralf@localhost) by h5.dl5rb.org.uk (8.14.4/8.14.4/Submit) id o6SLXLDo012410; Wed, 28 Jul 2010 22:33:21 +0100 Date: Wed, 28 Jul 2010 22:33:20 +0100 From: Ralf Baechle To: Grant Likely Cc: David Daney , Dezhong Diao , devicetree-discuss@lists.ozlabs.org, linux-mips@linux-mips.org, dvomlehn@cisco.com Subject: Re: [PATCH v2 1/2] MIPS: Add device tree support to MIPS Message-ID: <20100728213320.GA11538@linux-mips.org> References: <20100727214948.GA29241@dediao-lnx2.corp.sa.net> <4C5082BE.5050203@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-17) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 27512 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips On Wed, Jul 28, 2010 at 01:25:52PM -0600, Grant Likely wrote: > It would probably be best if I at least pick up the first patch into > my test tree to give it a spin with the latest changes. I'd be happy > to take the 2nd too to avoid ordering issues. Makes sense and even though this patch applies to arch/mips it's probably more of an DT than a MIPS patch. That said a long standing problem is that code that is relevant to MIPS tends to get tested only if it's in one of the MIPS trees but far less in other trees such as -next. Ralf