[PATCH 0/6] nand prefetch-irq support and ecc layout chanage

Sukumar Ghorai s-ghorai at ti.com
Fri Apr 16 07:32:28 EDT 2010


   The main motivations behind this patch series are -
	1. support NAND I/O in irq mode.
	2. support of different ECC schema. 
	3. also to make ecc layout as like in romcode ecc layout

   The following set of patches applies on top of the master branch. And
   is dependent on the following patches not yet applied onto this branch.
	https://patchwork.kernel.org/patch/92220/
	https://patchwork.kernel.org/patch/92232/
	https://patchwork.kernel.org/patch/92221/
	https://patchwork.kernel.org/patch/92230/
	https://patchwork.kernel.org/patch/92224/
	https://patchwork.kernel.org/patch/92222/
	https://patchwork.kernel.org/patch/92223/
	https://patchwork.kernel.org/patch/92229/

Sukumar Ghorai (6):
	omap: NAND: Making ecc layout as compatible with romcode ecc 
	omap: NAND: ecc layout select from board file 
	omap-3630 NAND: enable NAND io in prefetch-irq mode 
	OMAP NAND: configurable fifo threshold to gain the throughput
	omap3: NAND Prefetch in IRQ mode support
	omap3: GPMC register definition at common location

 arch/arm/configs/omap_3630sdp_defconfig |    1 +
 arch/arm/configs/omap_zoom3_defconfig   |    1 +
 arch/arm/mach-omap2/board-sdp-flash.c   |    2 +
 arch/arm/mach-omap2/board-zoom-flash.c  |    2 +
 arch/arm/mach-omap2/gpmc.c              |   47 +-----
 arch/arm/plat-omap/include/plat/gpmc.h  |   41 ++++-
 arch/arm/plat-omap/include/plat/nand.h  |    5 +
 drivers/mtd/nand/Kconfig                |   14 ++-
 drivers/mtd/nand/omap2.c                |  275 +++++++++++++++++++++++++++----
 9 files changed, 309 insertions(+), 79 deletions(-)



More information about the linux-mtd mailing list