[PATCH 0/9] mtd: rawnand: Do not overwrite user settings

Miquel Raynal miquel.raynal at bootlin.com
Thu Dec 3 14:03:31 EST 2020


Hello,

As part of a previous series supposed to fix DT handling, the move of
the ECC initialization to a proper location introduced a bug: the ECC
algorithm value set in the probe was actually just a default which may
be overwrote. Here is a second series to ensure this is still true.

Thanks,
Miquèl

Miquel Raynal (9):
  mtd: rawnand: ams-delta: Do not force a particular software ECC engine
  mtd: rawnand: au1550: Do not force a particular software ECC engine
  mtd: rawnand: gpio: Do not force a particular software ECC engine
  mtd: rawnand: mpc5121: Do not force a particular software ECC engine
  mtd: rawnand: orion: Do not force a particular software ECC engine
  mtd: rawnand: pasemi: Do not force a particular software ECC engine
  mtd: rawnand: plat_nand: Do not force a particular software ECC engine
  mtd: rawnand: socrates: Do not force a particular software ECC engine
  mtd: rawnand: xway: Do not force a particular software ECC engine

 drivers/mtd/nand/raw/ams-delta.c     | 4 +++-
 drivers/mtd/nand/raw/au1550nd.c      | 4 +++-
 drivers/mtd/nand/raw/gpio.c          | 4 +++-
 drivers/mtd/nand/raw/mpc5121_nfc.c   | 4 +++-
 drivers/mtd/nand/raw/orion_nand.c    | 4 +++-
 drivers/mtd/nand/raw/pasemi_nand.c   | 4 +++-
 drivers/mtd/nand/raw/plat_nand.c     | 4 +++-
 drivers/mtd/nand/raw/socrates_nand.c | 4 +++-
 drivers/mtd/nand/raw/xway_nand.c     | 4 +++-
 9 files changed, 27 insertions(+), 9 deletions(-)

-- 
2.20.1




More information about the linux-mtd mailing list