Vimal Singh had written, on 11/19/2009 08:11 AM, the following:
[...]
v4-v5:
[PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards:
Implemented Tony's comments.
arch/arm/configs/omap_3430sdp_defconfig | 140 +++++++----
arch/arm/configs/omap_zoom2_defconfig | 344 +++++++++++++++++++-------
how about zoom3 and sdp3630?
arch/arm/mach-omap2/Makefile | 8 +
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 | 315 +++++++++++++++++++++++
arch/arm/mach-omap2/board-zoom-flash.c | 92 +++++++
arch/arm/mach-omap2/board-zoom-peripherals.c | 2 +
arch/arm/mach-omap2/gpmc-nand.c | 128 ++++++++++
arch/arm/plat-omap/include/plat/board-sdp.h | 15 ++
arch/arm/plat-omap/include/plat/board-zoom.h | 36 +++
arch/arm/plat-omap/include/plat/gpmc.h | 4 +-
arch/arm/plat-omap/include/plat/nand.h | 6 +
drivers/mtd/nand/omap2.c | 33 +--
15 files changed, 969 insertions(+), 160 deletions(-)
create mode 100644 arch/arm/mach-omap2/board-sdp-flash.c
create mode 100644 arch/arm/mach-omap2/board-zoom-flash.c
create mode 100644 arch/arm/mach-omap2/gpmc-nand.c
create mode 100644 arch/arm/plat-omap/include/plat/board-sdp.h
create mode 100644 arch/arm/plat-omap/include/plat/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,
Nishanth Menon
--
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