>From 225e5c1e38ba1d4a14757150b0b7caf1d8cab893 Mon Sep 17 00:00:00 2001 From: Vimal Singh <vimalsingh@xxxxxx> Date: Tue, 10 Nov 2009 15:24:29 +0530 Subject: [PATCH] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards This is v5 of this patch series. This patch series adds flash support for NAND (in sdp, zoom2 and ldp), OneNAND and NOR (in sdp) Tested on Zoom2 by Vikram, On SDP by Vimal Vimal Singh (4): [PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards [PATCH-v5 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards [PATCH-v5 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig [PATCH-v5 4/4] OMAP: 3430SDP: Enable NAND in defconfig v4-v5: [PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards: Implemented Tony's comments. arch/arm/configs/omap_3430sdp_defconfig | 591 ++++++++++++-------------- arch/arm/configs/omap_zoom2_defconfig | 333 +++++++++++---- arch/arm/mach-omap2/Makefile | 4 + arch/arm/mach-omap2/board-2430sdp.c | 2 + arch/arm/mach-omap2/board-3430sdp.c | 2 + arch/arm/mach-omap2/board-ldp.c | 2 + arch/arm/mach-omap2/board-sdp-flash.c | 326 ++++++++++++++ arch/arm/mach-omap2/board-zoom-flash.c | 196 +++++++++ arch/arm/mach-omap2/board-zoom2.c | 2 + arch/arm/plat-omap/include/plat/board-sdp.h | 15 + arch/arm/plat-omap/include/plat/board-zoom.h | 36 ++ arch/arm/plat-omap/include/plat/gpmc.h | 2 + arch/arm/plat-omap/include/plat/nand.h | 2 + 13 files changed, 1103 insertions(+), 410 deletions(-) create mode 100644 arch/arm/mach-omap2/board-sdp-flash.c create mode 100644 arch/arm/mach-omap2/board-zoom-flash.c create mode 100644 arch/arm/plat-omap/include/plat/board-sdp.h create mode 100644 arch/arm/plat-omap/include/plat/board-zoom.h -- Regards, Vimal Singh -- 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