From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 22 Feb 2012 20:46:28 +0000 Subject: [PATCH 2/3 v4] arm: kirkwood: add dreamplug (fdt) support. In-Reply-To: <8532afcdc4adbb3771e6f742bcc33ef9c0347858.1329936660.git.jason@lakedaemon.net> References: <8532afcdc4adbb3771e6f742bcc33ef9c0347858.1329936660.git.jason@lakedaemon.net> Message-ID: <201202222046.28707.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 22 February 2012, Jason Cooper wrote: > Initially, copied guruplug-setup.c and did s/guruplug/dreamplug/g. > Then, switched to SPI based NOR flash. > > After talking to Arnd Bergman, chose an incremental approach to adding > devicetree support. First, we use the dtb to tell us we are on the > dreamplug, then we gradually port over drivers. > > Driver porting will start with the uart (see next patch), and progress > from there. Possibly, spi/flash/partitions will be next. > > When done, board-dt.c will no longer be dreamplug specific, and dt's can > be made for the other kirkwood boards. > > Signed-off-by: Jason Cooper Looks good to me. I'm adding Nicolas and Lennert to Cc to make sure they see the mail. Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 2/3 v4] arm: kirkwood: add dreamplug (fdt) support. Date: Wed, 22 Feb 2012 20:46:28 +0000 Message-ID: <201202222046.28707.arnd@arndb.de> References: <8532afcdc4adbb3771e6f742bcc33ef9c0347858.1329936660.git.jason@lakedaemon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <8532afcdc4adbb3771e6f742bcc33ef9c0347858.1329936660.git.jason-NLaQJdtUoK4Be96aLqz0jA@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: Jason Cooper Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Lennert Buytenhek , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Wednesday 22 February 2012, Jason Cooper wrote: > Initially, copied guruplug-setup.c and did s/guruplug/dreamplug/g. > Then, switched to SPI based NOR flash. > > After talking to Arnd Bergman, chose an incremental approach to adding > devicetree support. First, we use the dtb to tell us we are on the > dreamplug, then we gradually port over drivers. > > Driver porting will start with the uart (see next patch), and progress > from there. Possibly, spi/flash/partitions will be next. > > When done, board-dt.c will no longer be dreamplug specific, and dt's can > be made for the other kirkwood boards. > > Signed-off-by: Jason Cooper Looks good to me. I'm adding Nicolas and Lennert to Cc to make sure they see the mail. Acked-by: Arnd Bergmann