>From f48199dc44e1bf5f56aa981d20f35dc8ce1113bf Mon Sep 17 00:00:00 2001 From: Vimal Singh <vimalsingh@xxxxxx> Date: Thu, 3 Dec 2009 18:35:37 +0530 Subject: [PATCH] OMAP:SDP: Add flash support for SDP boards This patch series introduces 'board-sdp-flash.c', for flash devices init on SDP boards. '2nd' patch in the series gives an example of using 'gpmc-nand.c' and 'board-sdp-flash.c' by adding flash support to 3430SDP board. Vimal Singh (2): OMAP: SDP: Introducing 'board-sdp-flash.c' for flash init OMAP3: Add support for flash on 3430SDP board arch/arm/mach-omap2/Makefile | 1 + arch/arm/mach-omap2/board-3430sdp.c | 111 ++++++++++++ arch/arm/mach-omap2/board-sdp-flash.c | 246 ++++++++++++++++++++++++++ arch/arm/mach-omap2/include/mach/board-sdp.h | 22 +++ arch/arm/plat-omap/include/plat/gpmc.h | 2 + 5 files changed, 382 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-omap2/board-sdp-flash.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