The following set of patches applies on top of the Tony's master branch. And these are the patches required to enable nand (nor and onenand for sdp only) for different platform. Sukumar Ghorai (3): OMAP: ZOOM: Introducing 'board-zoom-flash.c' omap3: add support for NAND on zoom2 board omap3: add support for NAND on zoom3 board omap-3630-sdp : Add support for Flash omap-3630-sdp: enable Flash device support omap3: add support for NAND on LDP board zoom2: enable NAND support zoom3: enable NAND support arch/arm/configs/omap_3630sdp_defconfig | 77 +++++++++++++++++- arch/arm/configs/omap_zoom2_defconfig | 90 ++++++++++++++++++++- arch/arm/configs/omap_zoom3_defconfig | 90 ++++++++++++++++++++- arch/arm/mach-omap2/Makefile | 4 + arch/arm/mach-omap2/board-3630sdp.c | 110 +++++++++++++++++++++++++ arch/arm/mach-omap2/board-ldp.c | 41 +++++++++ arch/arm/mach-omap2/board-sdp-flash.c | 2 + arch/arm/mach-omap2/board-zoom-flash.c | 82 ++++++++++++++++++ arch/arm/mach-omap2/board-zoom2.c | 49 +++++++++++ arch/arm/mach-omap2/board-zoom3.c | 48 +++++++++++ arch/arm/mach-omap2/include/mach/board-zoom.h | 11 +++ 11 files changed, 601 insertions(+), 3 deletions(-) create mode 100644 arch/arm/mach-omap2/board-zoom-flash.c -- 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