Tony, Can you please upstream these patches, or there is still something to fix? --vimal On Thu, Sep 10, 2009 at 4:31 AM, vimal singh <vimalsingh@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 > > OMAP: Zoom2: Enable NAND and JFFS2 in defconfig > OMAP2/3: Add support for flash on SDP boards > OMAP3: Add support for NAND on ZOOM2/LDP boards > > arch/arm/omap_zoom2_defconfig | 241 +++++++++++++++++++++++++++++++++++++-------------- > arch/arm/mach-omap2/Makefile | 4 > arm/mach-omap2/board-2430sdp.c | 2 > arch/arm/mach-omap2/board-3430sdp.c | 2 > arch/arm/mach-omap2/board-sdp-flash.c | 327 ++++++++++++++++++++++++++++++++++++++++++ > arch/arm/mach-omap2/board-sdp.h | 15 + > arch/arm/plat-omap/include/mach/gpmc.h | 2 > arch/arm/mach-omap2/board-ldp.c | 2 > 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/nand.h | 2 > 12 files changed, 767 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 > -- 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