[GIT PULL] mtd: Fixes for 6.8-rc7

From: Miquel Raynal
Date: Mon Feb 26 2024 - 06:11:46 EST


Hello Linus,

This is a fixes MTD PR for v6.8-rc7.

Thanks,
Miquèl

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

Linux 6.8-rc1 (2024-01-21 14:11:32 -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.8-rc7

for you to fetch changes up to e6a30d0c48a1e8a68f1cc413bee65302ab03ddfb:

mtd: rawnand: marvell: fix layouts (2024-02-05 16:16:24 +0100)

----------------------------------------------------------------
Many NAND page layouts have been added to the Marvell NAND controller
but could not be used in practice so they are being removed.

Regarding the SPI-NAND area, Gigadevice chips were not using the right
buffer for an ECC status check operation.

Aside from these driver fixes, there is also a refcount fix in the MTD
core nodes parsing logic.

----------------------------------------------------------------
Elad Nachman (1):
mtd: rawnand: marvell: fix layouts

Han Xu (1):
mtd: spinand: gigadevice: Fix the get ecc status issue

Miquel Raynal (1):
mtd: Fix possible refcounting issue when going through partition nodes

drivers/mtd/mtdcore.c | 1 +
drivers/mtd/nand/raw/marvell_nand.c | 13 +++++--------
drivers/mtd/nand/spi/gigadevice.c | 6 ++++--
3 files changed, 10 insertions(+), 10 deletions(-)