>From 4fbddd880c7a0da61fb66ae1d2c2553e3fbc82cb Mon Sep 17 00:00:00 2001 From: Vimal Singh <vimalsingh@xxxxxx> Date: Tue, 12 Jan 2010 18:14:14 +0530 Subject: [PATCH] OMAP: NAND: support flashes on sdp boards 1st patch introduces 'gpmc-nand.c' for generic gpmc stuffs. Which may be used by any omap board. 2nd and 3rd patches are to show up how to use 'gpmc-nand.c' with example of 3430sdp board. Vimal Singh (3): Introducing 'gpmc-nand.c' for GPMC specific NAND init OMAP: SDP: Introducing 'board-sdp-flash.c' for flash init OMAP3: Add support for flash on 3430SDP board arch/arm/mach-omap2/Makefile | 4 + arch/arm/mach-omap2/board-3430sdp.c | 111 ++++++++++ arch/arm/mach-omap2/board-sdp-flash.c | 295 ++++++++++++++++++++++++++ arch/arm/mach-omap2/gpmc-nand.c | 139 ++++++++++++ arch/arm/mach-omap2/include/mach/board-sdp.h | 22 ++ arch/arm/plat-omap/include/plat/gpmc.h | 2 + arch/arm/plat-omap/include/plat/nand.h | 8 + drivers/mtd/nand/omap2.c | 35 +--- 8 files changed, 585 insertions(+), 31 deletions(-) create mode 100644 arch/arm/mach-omap2/board-sdp-flash.c create mode 100644 arch/arm/mach-omap2/gpmc-nand.c create mode 100644 arch/arm/mach-omap2/include/mach/board-sdp.h -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html