From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bear.ext.ti.com ([192.94.94.41]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SSrzn-0004DK-2U for linux-mtd@lists.infradead.org; Fri, 11 May 2012 15:43:08 +0000 From: Afzal Mohammed To: , , , Subject: [PATCH 0/3] Handle GPMC-NAND registers by NAND driver Date: Fri, 11 May 2012 20:56:32 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Cc: Afzal Mohammed List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, This series provides the ability for OMAP NAND driver to configure GPMC_NAND registers by NAND driver itself instead of using GPMC exported symbols. Regards Afzal Afzal Mohammed (3): ARM: OMAP2+: gpmc: update nand register helper ARM: OMAP2+: gpmc-nand: update gpmc-nand regs mtd: nand: omap2: handle nand on gpmc arch/arm/mach-omap2/gpmc-nand.c | 2 + arch/arm/mach-omap2/gpmc.c | 21 ++++ arch/arm/plat-omap/include/plat/gpmc.h | 18 +++ arch/arm/plat-omap/include/plat/nand.h | 1 + drivers/mtd/nand/omap2.c | 207 +++++++++++++++++++++++++------- 5 files changed, 205 insertions(+), 44 deletions(-) -- 1.7.10