From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 8 Aug 2012 08:16:28 +0000 Subject: [PATCH v3 0/7] mv643xx.c: Add basic device tree support. In-Reply-To: <20120807.162923.34400427265666163.davem@davemloft.net> References: <1344350092-24050-1-git-send-email-ian.molton@codethink.co.uk> <20120807.162923.34400427265666163.davem@davemloft.net> Message-ID: <201208080816.29218.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 07 August 2012, David Miller wrote: > From: Ian Molton > Date: Tue, 7 Aug 2012 15:34:45 +0100 > > > Fixed all comments. > > > > * Dropped csb1724 defconfig. > > * Added patch to remove MV643XX_ETH_SHARED_NAME and MV643XX_ETH_NAME > > * Dropped un-necessary D-T irq fixup code > > Who is going to take this series? I'd prefer to take the entire series through the arm-soc tree from the kirkwood maintainers. We first have to work out the bindings though, since the current patch introduces a new one that is incompatible with the one we were using on powerpc with open firmware before. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v3 0/7] mv643xx.c: Add basic device tree support. Date: Wed, 8 Aug 2012 08:16:28 +0000 Message-ID: <201208080816.29218.arnd@arndb.de> References: <1344350092-24050-1-git-send-email-ian.molton@codethink.co.uk> <20120807.162923.34400427265666163.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: ian.molton@codethink.co.uk, linux-arm-kernel@lists.infradead.org, andrew@lunn.ch, thomas.petazzoni@free-electrons.com, ben.dooks@codethink.co.uk, netdev@vger.kernel.org To: David Miller Return-path: Received: from moutng.kundenserver.de ([212.227.17.9]:53056 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932330Ab2HHIRG (ORCPT ); Wed, 8 Aug 2012 04:17:06 -0400 In-Reply-To: <20120807.162923.34400427265666163.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On Tuesday 07 August 2012, David Miller wrote: > From: Ian Molton > Date: Tue, 7 Aug 2012 15:34:45 +0100 > > > Fixed all comments. > > > > * Dropped csb1724 defconfig. > > * Added patch to remove MV643XX_ETH_SHARED_NAME and MV643XX_ETH_NAME > > * Dropped un-necessary D-T irq fixup code > > Who is going to take this series? I'd prefer to take the entire series through the arm-soc tree from the kirkwood maintainers. We first have to work out the bindings though, since the current patch introduces a new one that is incompatible with the one we were using on powerpc with open firmware before. Arnd