[GIT PULL] mtd: spi-nor: changes for 7.1

Pratyush Yadav pratyush at kernel.org
Wed Apr 8 05:07:50 PDT 2026


Hi Miquel,

Here are the SPI NOR changes for 7.1.

Regards,
Pratyush Yadav

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/for-7.1

for you to fetch changes up to cf6788aed0cd911c2e7dded6f28214996dfabc30:

  mtd: spi-nor: micron-st: Enable die erase support for MT35XU02GCBA (2026-03-31 15:46:47 +0000)

----------------------------------------------------------------
SPI NOR changes for 7.1

There is only a collection of bugfixes this time around, with no notable
changes to the core. Some of the more noteworthy bugfixes listed below.

- Enable die erase on MT35XU02GCBA. We knew this flash needed this fixup
since 7f77c561e227 ("mtd: spi-nor: micron-st: add TODO for fixing
mt35xu02gcba") but did not add it due to lack of hardware to test on.

- Fix locking on some Winbond w25q series flashes.

- Fix Auto Address Increment (AAI) writes on SST that flashes that start
  on odd address. The write enable latch needs to be set again after the
  single byte program.

----------------------------------------------------------------
Eliav Farber (3):
      mtd: spi-nor: winbond: Fix locking support for w25q256jwm
      mtd: spi-nor: winbond: Fix locking support for w25q64jvm
      mtd: spi-nor: winbond: Fix locking support for w25q256jw

Haibo Chen (2):
      mtd: spi-nor: core: correct the op.dummy.nbytes when check read operations
      mtd: spi-nor: micron-st: add SNOR_CMD_PP_8_8_8_DTR sfdp fixup for mt35xu512aba

Haoyu Lu (1):
      mtd: spi-nor: micron-st: Enable die erase support for MT35XU02GCBA

Jonas Gorski (1):
      mtd: spi-nor: update spi_nor_fixups::post_sfdp() documentation

Sanjaikumar V S (1):
      mtd: spi-nor: sst: Fix write enable before AAI sequence

Shiji Yang (1):
      mtd: spi-nor: swp: check SR_TB flag when getting tb_mask

 drivers/mtd/spi-nor/core.c      |  2 +-
 drivers/mtd/spi-nor/core.h      |  2 +-
 drivers/mtd/spi-nor/micron-st.c | 27 ++++++++++++++-------------
 drivers/mtd/spi-nor/sst.c       | 13 +++++++++++++
 drivers/mtd/spi-nor/swp.c       |  4 +++-
 drivers/mtd/spi-nor/winbond.c   |  4 +++-
 6 files changed, 35 insertions(+), 17 deletions(-)



More information about the linux-mtd mailing list