[GIT PULL] mtd: Fixes for 6.3-rc5
From: Miquel Raynal
Date: Mon Mar 27 2023 - 04:16:37 EST
Hello Linus,
This is an MTD fixes PR for the next -rc.
Thanks,
Miquèl
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.3-rc5
for you to fetch changes up to e732e39ed9929c05fd219035bc9653ba4100d4fa:
mtd: rawnand: meson: invalidate cache on polling ECC bit (2023-03-22 16:59:29 +0100)
----------------------------------------------------------------
Raw NAND controller driver fixes:
* meson:
- Invalidate cache on polling ECC bit
- Initialize struct with zeroes
* nandsim: Artificially prevent sequential page reads
ECC engine driver fixes:
* mxic-ecc: Fix mxic_ecc_data_xfer_wait_for_completion() when irq is used
Binging fixes:
* jedec,spi-nor: Document CPOL/CPHA support
----------------------------------------------------------------
Arseniy Krasnov (2):
mtd: rawnand: meson: initialize struct with zeroes
mtd: rawnand: meson: invalidate cache on polling ECC bit
Christophe JAILLET (1):
mtd: nand: mxic-ecc: Fix mxic_ecc_data_xfer_wait_for_completion() when irq is used
Geert Uytterhoeven (1):
dt-bindings: mtd: jedec,spi-nor: Document CPOL/CPHA support
Miquel Raynal (1):
mtd: rawnand: nandsim: Artificially prevent sequential page reads
Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml | 7 +++++++
drivers/mtd/nand/ecc-mxic.c | 1 +
drivers/mtd/nand/raw/meson_nand.c | 10 ++++++++--
drivers/mtd/nand/raw/nandsim.c | 17 ++++++++++++++++-
4 files changed, 32 insertions(+), 3 deletions(-)