Hi Vikram, I am going to post version-3 for these patches due to below updates/fixes: PATCH 2/3: Add support for NAND on ZOOM2/LDP boards 1. prototype mismatch for 'unlock' funtion pointer in 'mach/nand.h and in 'mtd_struct' 2. typo error (Singned -> Signed) indicated by Kishore. PATCH 3/3: Zoom2: Enable NAND in defconfig 1. Disabling 'CONFIG_MTD_NAND_VERIFY_WRITE' and 'CONFIG_MTD_NAND_ECC_SMC' in from previous patch 2. Enabling CONFIG_JFFS2_FS in addition, to support NAND devices. Patch 1/3: Add support for flash on SDP boards will remain unchanged. -- Regards, Vimal Singh On Fri, Sep 4, 2009 at 12:55 AM, Vikram Pandita <vikram.pandita@xxxxxx> wrote: > 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 > > Vikram Pandita (1): > OMAP: Zoom2: Enable NAND in defconfig > > Vimal Singh (2): > OMAP2/3: Add support for flash on SDP boards > OMAP3: Add support for NAND on ZOOM2/LDP boards > > arch/arm/configs/omap_zoom2_defconfig | 224 +++++++++++++----- > 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-sdp.h | 15 ++ > arch/arm/mach-omap2/board-zoom-flash.c | 196 ++++++++++++++++ > arch/arm/mach-omap2/board-zoom2.c | 2 + > arch/arm/plat-omap/include/mach/board-zoom.h | 36 +++ > arch/arm/plat-omap/include/mach/gpmc.h | 2 + > arch/arm/plat-omap/include/mach/nand.h | 1 + > 12 files changed, 748 insertions(+), 64 deletions(-) > create mode 100644 arch/arm/mach-omap2/board-sdp-flash.c > create mode 100644 arch/arm/mach-omap2/board-sdp.h > create mode 100644 arch/arm/mach-omap2/board-zoom-flash.c > create mode 100644 arch/arm/plat-omap/include/mach/board-zoom.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 > -- 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