[GIT PULL] mtd: Fixes for 6.17-rc6
Miquel Raynal
miquel.raynal at bootlin.com
Thu Sep 11 08:46:51 PDT 2025
Hello,
This is a fixes MTD PR for the next -rc cycle.
Thanks,
Miquèl
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.17-rc6
for you to fetch changes up to 4550d33e18112a11a740424c4eec063cd58e918c:
mtd: spinand: winbond: Fix oob_layout for W25N01JW (2025-09-05 17:03:44 +0200)
----------------------------------------------------------------
SPI NAND fix:
- Wrong OOB layout for Winbond W25N01JW SPI NAND devices
Raw NAND fixes:
- Atmel raw NAND controller timings
- Buffer handling in stm32_fmc2 driver
- Error handling in Nuvoton's driver
MTD devices fixes:
- Wrong depends-on dependencies on the Intel DRM driver
----------------------------------------------------------------
Alexander Sverdlin (1):
mtd: nand: raw: atmel: Respect tAR, tCLR in read setup timing
Christophe JAILLET (1):
mtd: rawnand: nuvoton: Fix an error handling path in ma35_nand_chips_init()
Christophe Kerello (2):
mtd: rawnand: stm32_fmc2: avoid overlapping mappings on ECC buffer
mtd: rawnand: stm32_fmc2: fix ECC overwrite
Geert Uytterhoeven (1):
mtd: MTD_INTEL_DG should depend on DRM_I915 or DRM_XE
Santhosh Kumar K (1):
mtd: spinand: winbond: Fix oob_layout for W25N01JW
drivers/mtd/devices/Kconfig | 4 +-
drivers/mtd/nand/raw/atmel/nand-controller.c | 16 ++++++--
.../mtd/nand/raw/nuvoton-ma35d1-nand-controller.c | 4 +-
drivers/mtd/nand/raw/stm32_fmc2_nand.c | 46 +++++++++++-----------
drivers/mtd/nand/spi/winbond.c | 37 ++++++++++++++++-
5 files changed, 77 insertions(+), 30 deletions(-)
More information about the linux-mtd
mailing list