mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] OMAP nand
@ 2012-08-02 10:10 Sascha Hauer
  2012-08-02 10:10 ` [PATCH 1/5] mtd OMAP NAND: Fix dev_ready handling Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sascha Hauer @ 2012-08-02 10:10 UTC (permalink / raw)
  To: barebox

The following series has some general OMAP nand cleanups and greatly
improves the nand performance. Also we add a possibility to autodetect
the NAND buswidth.

Sascha

----------------------------------------------------------------
Sascha Hauer (5):
      mtd OMAP NAND: Fix dev_ready handling
      ARM OMAP gpmc nand: specify platform data in boards
      mtd OMAP NAND: Use prefetch engine
      mtd nand: implement buswidth detection
      mtd OMAP NAND: implement buswidth autodetection support

 arch/arm/boards/beagle/board.c              |    9 +-
 arch/arm/boards/pcm049/board.c              |   10 +-
 arch/arm/boards/phycard-a-xl2/pca-a-xl2.c   |    9 +-
 arch/arm/mach-omap/devices-gpmc-nand.c      |   26 +---
 arch/arm/mach-omap/gpmc.c                   |   61 +++++++++
 arch/arm/mach-omap/include/mach/gpmc.h      |   16 ++-
 arch/arm/mach-omap/include/mach/gpmc_nand.h |   20 +--
 drivers/mtd/nand/nand_base.c                |   20 ++-
 drivers/mtd/nand/nand_omap_gpmc.c           |  177 +++++++++++++++++++++------
 include/linux/mtd/nand.h                    |    3 +
 10 files changed, 261 insertions(+), 90 deletions(-)


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-08-02 10:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-02 10:10 [PATCH] OMAP nand Sascha Hauer
2012-08-02 10:10 ` [PATCH 1/5] mtd OMAP NAND: Fix dev_ready handling Sascha Hauer
2012-08-02 10:10 ` [PATCH 2/5] ARM OMAP gpmc nand: specify platform data in boards Sascha Hauer
2012-08-02 10:10 ` [PATCH 3/5] mtd OMAP NAND: Use prefetch engine Sascha Hauer
2012-08-02 10:10 ` [PATCH 4/5] mtd nand: implement buswidth detection Sascha Hauer
2012-08-02 10:10 ` [PATCH 5/5] mtd OMAP NAND: implement buswidth autodetection support Sascha Hauer

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