[GIT PULL] mtd: Changes for v5.13-rc4

From: Miquel Raynal
Date: Wed May 26 2021 - 11:59:35 EST


Hello Linus,

This is an MTD fixes PR for the next release cycle.

Thanks,
Miquèl


The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.13-rc4

for you to fetch changes up to 562b4e91d3b221f737f84ff78ee7d348c8a6891f:

mtd: parsers: ofpart: fix parsing subpartitions (2021-05-10 18:34:30 +0200)

----------------------------------------------------------------
MTD parsers:
* ofpart:
- Fix subpartitions parsing

Raw NAND:
* txx9ndfmc, tmio, sharpsl, ndfc, lpc32xx_slc, fsmc, cs553x:
- Fix external use of SW Hamming ECC helper

----------------------------------------------------------------
Miquel Raynal (7):
mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helper
mtd: rawnand: fsmc: Fix external use of SW Hamming ECC helper
mtd: rawnand: lpc32xx_slc: Fix external use of SW Hamming ECC helper
mtd: rawnand: ndfc: Fix external use of SW Hamming ECC helper
mtd: rawnand: sharpsl: Fix external use of SW Hamming ECC helper
mtd: rawnand: tmio: Fix external use of SW Hamming ECC helper
mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helper

Rafał Miłecki (1):
mtd: parsers: ofpart: fix parsing subpartitions

drivers/mtd/nand/raw/cs553x_nand.c | 12 +++++++++++-
drivers/mtd/nand/raw/fsmc_nand.c | 12 +++++++++++-
drivers/mtd/nand/raw/lpc32xx_slc.c | 15 ++++++++++++++-
drivers/mtd/nand/raw/ndfc.c | 12 +++++++++++-
drivers/mtd/nand/raw/sharpsl.c | 12 +++++++++++-
drivers/mtd/nand/raw/tmio_nand.c | 8 +++++---
drivers/mtd/nand/raw/txx9ndfmc.c | 5 +++--
drivers/mtd/parsers/ofpart_core.c | 26 ++++++++++++++------------
8 files changed, 80 insertions(+), 22 deletions(-)