[GIT PULL] mtd: spi-nor: changes for v6.18

Pratyush Yadav pratyush at kernel.org
Wed Sep 24 08:40:02 PDT 2025


Hi Miquel,

Here are the SPI NOR changes for v6.18.

Regards,
Pratyush Yadav

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/spi-nor/for-6.18

for you to fetch changes up to 17926cd770ec837ed27d9856cf07f2da8dda4131:

  mtd: spi-nor: core: avoid odd length/address writes in 8D-8D-8D mode (2025-09-01 16:11:55 +0200)

----------------------------------------------------------------
SPI NOR changes for 6.18

Notable changes:

- Some flashes can't perform reads or writes with start or end being an
  odd number in Octal DTR mode. File systems like UBIFS can request such
  reads or writes, causing the transaction to error out. Pad the read or
  write transactions with extra bytes to avoid this problem.

----------------------------------------------------------------
Pratyush Yadav (2):
      mtd: spi-nor: core: avoid odd length/address reads on 8D-8D-8D mode
      mtd: spi-nor: core: avoid odd length/address writes in 8D-8D-8D mode

 drivers/mtd/spi-nor/core.c | 145 ++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 143 insertions(+), 2 deletions(-)



More information about the linux-mtd mailing list