[GIT PULL] mtd: Fixes for 7.1-rc2
Miquel Raynal
miquel.raynal at bootlin.com
Thu Apr 30 13:25:37 PDT 2026
Hello,
This is a fixes MTD PR for 7.1-rc2.
Thanks,
Miquèl
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-7.1-rc2
for you to fetch changes up to 135ac3b84bcedae1860e7a9512d63166f42b736e:
mtd: spinand: winbond: Fix ODTR write VCR on W35NxxJW (2026-04-27 15:08:04 +0200)
----------------------------------------------------------------
Besides an out-of-bound bug, this is about properly supporting Winbond
octal SPI NAND chips which use a specific pattern for stuffing more
address bits in some operations. This PR only carries the use of the a
spi-mem flag in SPI NAND. This flag has been added in the spi-mem layer
just before the merge window through the spi tree.
----------------------------------------------------------------
Miquel Raynal (3):
mtd: spinand: Add support for packed read data ODTR commands
mtd: spinand: winbond: Set the packed page read flag to W35N02/04JW
mtd: spinand: winbond: Fix ODTR write VCR on W35NxxJW
Tudor Ambarus (1):
mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show()
drivers/mtd/nand/spi/core.c | 24 +++++++++++++++++++++---
drivers/mtd/nand/spi/winbond.c | 6 +++---
drivers/mtd/spi-nor/debugfs.c | 4 +++-
include/linux/mtd/spinand.h | 7 +++++++
4 files changed, 34 insertions(+), 7 deletions(-)
More information about the linux-mtd
mailing list