The following set of patches applies on top of for-next branch. And these are the patches required to enable nand (nor and onenand for sdp only) for different platform. v3: patch rebase on latest nand patch and depend on - http://www.mail-archive.com/linux-omap@xxxxxxxxxxxxxxx/msg30305.html v2: http://www.mail-archive.com/linux-omap@xxxxxxxxxxxxxxx/msg26479.html rework to use full nand in partition table of ZOOM2/3; ZOOM1(LDP)support added. v1: http://www.mail-archive.com/linux-omap@xxxxxxxxxxxxxxx/msg22205.html Sukumar Ghorai (8): omap3 flash: rename board-sdp-flash.c to be use by other boards 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 | 31 +++- arch/arm/configs/omap_zoom2_defconfig | 24 +++- arch/arm/configs/omap_zoom3_defconfig | 24 +++- arch/arm/mach-omap2/Makefile | 6 +- arch/arm/mach-omap2/board-3430sdp.c | 16 ++- arch/arm/mach-omap2/board-3630sdp.c | 120 ++++++++++++ arch/arm/mach-omap2/board-ldp.c | 35 ++++ arch/arm/mach-omap2/board-flash.c | 253 ++++++++++++++++++++++ arch/arm/mach-omap2/board-sdp-flash.c | 267 -------------------------- arch/arm/mach-omap2/board-zoom2.c | 49 +++++ arch/arm/mach-omap2/board-zoom3.c | 48 +++++ arch/arm/mach-omap2/include/mach/board-flash.h | 28 +++ arch/arm/mach-omap2/include/mach/board-sdp.h | 21 -- 11 files changed, 628 insertions(+), 294 deletions(-) -- 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