From mboxrd@z Thu Jan 1 00:00:00 1970 From: Afzal Mohammed Subject: [PATCH 0/4] Provide GPMC memory to OMAP nand/onenand as resource Date: Mon, 14 May 2012 15:08:34 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from devils.ext.ti.com ([198.47.26.153]:33570 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755179Ab2ENJzQ (ORCPT ); Mon, 14 May 2012 05:55:16 -0400 Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: tony@atomide.com, dwmw2@infradead.org, artem.bityutskiy@linux.intel.com, dedekind1@gmail.com, linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org Cc: ivan.djelic@parrot.com, Afzal Mohammed Hi Tony, Artem, This series modifies GPMC to provide OMAP onenand & nand peripherals with GPMC allocated address space as resource. This conversion helps in smooth migration of gpmc code to driver. This series has been made over [1-3], but is not functionally dependent on those, only depedency is w.r.t avoiding trivial merge conflict (if [3] is not taken before this series), and that too would affect only nand mtd driver. This is targeted for 3.5, if this can be taken for 3.5, it also helps in making mtd drivers feel less vibration when GPMC gets converted to driver. Regards Afzal [1] http://marc.info/?l=linux-omap&m=133675123118577&w=2 [2] http://marc.info/?l=linux-omap&m=133675123718579&w=2 [3] http://marc.info/?l=linux-omap&m=133675124818580&w=2 Afzal Mohammed (4): ARM: OMAP2+: gpmc-nand: update resource with memory ARM: OMAP2+: gpmc-onenand: provide memory as resource mtd: nand: omap2: obtain memory from resource mtd: onenand: omap2: obtain memory from resource arch/arm/mach-omap2/gpmc-nand.c | 4 +++- arch/arm/mach-omap2/gpmc-onenand.c | 23 ++++++++++++++++++++++- arch/arm/plat-omap/include/plat/nand.h | 1 - drivers/mtd/nand/omap2.c | 19 +++++++++++++++---- drivers/mtd/onenand/omap2.c | 29 ++++++++++++++++------------- 5 files changed, 56 insertions(+), 20 deletions(-) -- 1.7.10