>From 1786a05d3331850ff5c49e4edafe68a411597173 Mon Sep 17 00:00:00 2001 From: Vimal Singh <vimalsingh@xxxxxx> Date: Thu, 3 Dec 2009 18:36:11 +0530 Subject: [PATCH] Adding NAND support for LDP/ZOOM boards '1st' patch in this series introduces 'board-zoom-flash.c' for NAND init in ZOOM boards. Other three patch will add NAND support for ZOOM2, ZOOM3 and LDP. I have tested it for ZOOM2 and ZOOM3 boards. Could someone please test this for LDP boards? Vimal Singh (4): OMAP: ZOOM: Introducing 'board-zoom-flash.c' OMAP3: Add support for NAND on ZOOM2 board OMAP3: Add support for NAND on ZOOM3 board OMAP3: Add support for NAND on LDP board arch/arm/mach-omap2/Makefile | 3 + arch/arm/mach-omap2/board-ldp.c | 41 +++++++++++++++++ arch/arm/mach-omap2/board-zoom-flash.c | 59 +++++++++++++++++++++++++ arch/arm/mach-omap2/board-zoom2.c | 49 ++++++++++++++++++++ arch/arm/mach-omap2/board-zoom3.c | 49 ++++++++++++++++++++ arch/arm/mach-omap2/include/mach/board-zoom.h | 11 +++++ 6 files changed, 212 insertions(+), 0 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