[PATCH 0/2] mtd:nand:omap2: ECC support clean-up for omap2-nand driver

Gupta, Pekon pekon at ti.com
Thu May 16 02:11:58 EDT 2013


From: "Gupta, Pekon" <pekon at ti.com>

This patch series makes ECC scheme selection for omap2-nand driver more 
user-friendly.It also adds scalability for large page-sized NAND devices,
and adding new ECC schemes in future.

[PATCH 1/2]
	- clean-up and optimization for supported ECC schemes.
	- added checks for Kconfigs required by specific ECC schemes.

[PATCH 2/2]
	- add DT options for selecting supported ECC scheme.

Gupta, Pekon (2):
  mtd:nand:omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in
    device_probe
  ARM: OMAP2+: cleaned-up DT support of various ECC schemes

 .../devicetree/bindings/mtd/gpmc-nand.txt          |  37 +-
 arch/arm/boot/dts/am335x-evm.dts                   |   2 +-
 arch/arm/mach-omap2/gpmc.c                         |  12 +-
 drivers/mtd/nand/omap2.c                           | 432 ++++++++++-----------
 include/linux/platform_data/elm.h                  |   4 +
 include/linux/platform_data/mtd-nand-omap2.h       |  22 +-
 6 files changed, 258 insertions(+), 251 deletions(-)

-- 
1.8.1




More information about the linux-mtd mailing list