public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH-v3 0/3] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards
@ 2009-09-10 11:31 vimal singh
  2009-09-26  2:57 ` vimal singh
  0 siblings, 1 reply; 15+ messages in thread
From: vimal singh @ 2009-09-10 11:31 UTC (permalink / raw)
  To: linux-omap

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



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2009-12-03 20:19 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-10 11:31 [PATCH-v3 0/3] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards vimal singh
2009-09-26  2:57 ` vimal singh
2009-10-26 12:07   ` [PATCH-v4 0/4] " Vimal Singh
2009-11-04 11:28     ` Vimal Singh
2009-11-09 20:52       ` Tony Lindgren
2009-11-10 10:01         ` [PATCH-v5 " Vimal Singh
2009-11-19 14:08           ` [PATCH-v6 " Vimal Singh
2009-11-19 14:11             ` Vimal Singh
2009-11-19 14:22               ` Nishanth Menon
2009-11-19 14:26                 ` Vimal Singh
2009-11-24 15:06             ` Artem Bityutskiy
2009-11-24 15:25               ` Vimal Singh
2009-11-27  7:37                 ` Artem Bityutskiy
2009-12-02 14:09                   ` Vimal Singh
2009-12-03 20:19                     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox