[PATCH 0/8] mtd: nand: set ECC algorithm explicitly

Rafał Miłecki zajec5 at gmail.com
Fri Apr 8 03:23:43 PDT 2016


As part of nand_ecc_modes_t cleaning process we introduced enum
nand_ecc_algo. Before we start using it (mostly in nand_core.c) we have
to modify all driver to set it properly.

This is the first patchset modifying existing drivers. All patches were
compile-tested. More patches will follow in the future, but I was hoping
to have this first series accepted meanwhile.

This work is based on the nand/next branch.

Rafał Miłecki (8):
  mtd: nand: ams-delta: set ECC algorithm explicitly
  mtd: nand: gpio: set ECC algorithm explicitly
  mtd: nand: mxc: set ECC algorithm explicitly
  mtd: nand: nuc900: set ECC algorithm explicitly
  mtd: nand: orion: set ECC algorithm explicitly
  mtd: nand: pasemi: set ECC algorithm explicitly
  mtd: nand: plat: set ECC algorithm explicitly
  mtd: nand: socrates: set ECC algorithm explicitly

 drivers/mtd/nand/ams-delta.c     | 1 +
 drivers/mtd/nand/gpio.c          | 1 +
 drivers/mtd/nand/mxc_nand.c      | 1 +
 drivers/mtd/nand/nuc900_nand.c   | 1 +
 drivers/mtd/nand/orion_nand.c    | 1 +
 drivers/mtd/nand/pasemi_nand.c   | 1 +
 drivers/mtd/nand/plat_nand.c     | 1 +
 drivers/mtd/nand/socrates_nand.c | 1 +
 8 files changed, 8 insertions(+)

-- 
1.8.4.5




More information about the linux-mtd mailing list