[GIT PULL] mtd: Changes for 5.10 final

From: Miquel Raynal
Date: Fri Dec 11 2020 - 14:15:22 EST


Hello Linus,

This is the last fixes MTD PR for 5.10 final.

Thanks,
Miquèl

The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da:

Linux 5.10-rc6 (2020-11-29 15:50:50 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.10-rc8

for you to fetch changes up to 33d974e76e21e9da8a36b14d2dce6394c36c3e30:

mtd: rawnand: xway: Do not force a particular software ECC engine (2020-12-11 20:10:02 +0100)

----------------------------------------------------------------
Raw NAND:
* Second fixes series initiated because of a rework of the ECC engine
subsystem. The location of the DT parsing logic got moved, breaking
several drivers which in fact were not doing the ECC engine
initialization at the right place. These drivers have been fixed by
enforcing a particular ECC engine type and algorithm, software
Hamming, while the algorithm may be overwritten by a DT
property. This merge request fixes this in the xway, socrates,
plat_nand, pasemi, orion, mpc5121, gpio, au1550 and ams-delta
controller drivers.

----------------------------------------------------------------
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(-)