I posted a patch series for this sometime back and did not get any respose.. :( http://marc.info/?l=linux-omap&m=125258227301958&w=2 This time again I am posting these patches, with one more patch added in series, after re-basing the patches on top of LO master head. 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 [PATCH-v4 1/4] OMAP2/3: Add support for flash on SDP boards [PATCH-v4 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards [PATCH-v4 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig [PATCH 4/4] OMAP: 3430SDP: Enable NAND in defconfig arch/arm/configs/omap_3430sdp_defconfig | 574 +++++++++++-------------- arch/arm/configs/omap_zoom2_defconfig | 334 ++++++++++---- arch/arm/mach-omap2/Makefile | 2 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 | 327 ++++++++++++++ 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 14 files changed, 1095 insertions(+), 403 deletions(-) -- 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