From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 14 Mar 2012 15:54:25 +0000 Subject: [PATCH v2] ARM: SPEAr600: Add device-tree support to SPEAr600 boards In-Reply-To: <1331737232-25477-1-git-send-email-sr@denx.de> References: <1331737232-25477-1-git-send-email-sr@denx.de> Message-ID: <201203141554.25262.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 14 March 2012, Stefan Roese wrote: > This patch adds a generic target for SPEAr600 board that can be > configured via the device-tree. Currently the following devices > are supported via the devicetree: > > - VIC interrupts > - PL011 UART > - PL061 GPIO > - Synopsys DW I2C > - Synopsys DW ethernet > > Other peripheral devices (e.g. SMI flash, FSMC NAND flash etc) will > follow in later patches. > > Only the spear600-evb is currently supported. Other SPEAr600 > based boards will follow later. > > Additionally the file spear600.c is deleted. It contained only > one empty function and is not needed. So lets just remove it. > > Signed-off-by: Stefan Roese > Cc: Viresh Kumar > Cc: Arnd Bergmann Looks very good to me. Reviewed-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2] ARM: SPEAr600: Add device-tree support to SPEAr600 boards Date: Wed, 14 Mar 2012 15:54:25 +0000 Message-ID: <201203141554.25262.arnd@arndb.de> References: <1331737232-25477-1-git-send-email-sr@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1331737232-25477-1-git-send-email-sr-ynQEQJNshbs@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Stefan Roese Cc: Viresh Kumar , devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org, spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Wednesday 14 March 2012, Stefan Roese wrote: > This patch adds a generic target for SPEAr600 board that can be > configured via the device-tree. Currently the following devices > are supported via the devicetree: > > - VIC interrupts > - PL011 UART > - PL061 GPIO > - Synopsys DW I2C > - Synopsys DW ethernet > > Other peripheral devices (e.g. SMI flash, FSMC NAND flash etc) will > follow in later patches. > > Only the spear600-evb is currently supported. Other SPEAr600 > based boards will follow later. > > Additionally the file spear600.c is deleted. It contained only > one empty function and is not needed. So lets just remove it. > > Signed-off-by: Stefan Roese > Cc: Viresh Kumar > Cc: Arnd Bergmann Looks very good to me. Reviewed-by: Arnd Bergmann