From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Quadros Subject: Re: [PATCH 1/3] ARM: OMAP2+: Prepare to move GPMC to drivers by platform data header Date: Wed, 26 Nov 2014 13:28:15 +0200 Message-ID: <5475B94F.8010401@ti.com> References: <1416594856-15201-1-git-send-email-tony@atomide.com> <1416594856-15201-2-git-send-email-tony@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: Received: from devils.ext.ti.com ([198.47.26.153]:37999 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751305AbaKZL2o (ORCPT ); Wed, 26 Nov 2014 06:28:44 -0500 In-Reply-To: <1416594856-15201-2-git-send-email-tony@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren , linux-omap@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Arnd Bergmann On 21/11/14 20:34, Tony Lindgren wrote: > We still need to support platform data for omap3 until it's booting > in device tree only mode. So let's add platform_data/omap-gpmc.h for > that, and a minimal linux/omap-gpmc.h for the save and restore used > by the PM code. > > Let's also keep a minimal mach-omap2/gpmc.h still around to avoid > churn on the board-*.c files. Once omap3 boots in device tree only > mode, we can drop mach-omap2/gpmc.h and we can make the data > structures in platform_data/omap-gpmc.h private to the GPMC driver. > > Note that we can now also remove gpmc-nand.h and gpmc-onenand.h. > > Cc: Arnd Bergmann > Cc: Roger Quadros > Signed-off-by: Tony Lindgren Acked-by: Roger Quadros cheers, -roger From mboxrd@z Thu Jan 1 00:00:00 1970 From: rogerq@ti.com (Roger Quadros) Date: Wed, 26 Nov 2014 13:28:15 +0200 Subject: [PATCH 1/3] ARM: OMAP2+: Prepare to move GPMC to drivers by platform data header In-Reply-To: <1416594856-15201-2-git-send-email-tony@atomide.com> References: <1416594856-15201-1-git-send-email-tony@atomide.com> <1416594856-15201-2-git-send-email-tony@atomide.com> Message-ID: <5475B94F.8010401@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 21/11/14 20:34, Tony Lindgren wrote: > We still need to support platform data for omap3 until it's booting > in device tree only mode. So let's add platform_data/omap-gpmc.h for > that, and a minimal linux/omap-gpmc.h for the save and restore used > by the PM code. > > Let's also keep a minimal mach-omap2/gpmc.h still around to avoid > churn on the board-*.c files. Once omap3 boots in device tree only > mode, we can drop mach-omap2/gpmc.h and we can make the data > structures in platform_data/omap-gpmc.h private to the GPMC driver. > > Note that we can now also remove gpmc-nand.h and gpmc-onenand.h. > > Cc: Arnd Bergmann > Cc: Roger Quadros > Signed-off-by: Tony Lindgren Acked-by: Roger Quadros cheers, -roger