]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge tag 'spi-nor/for-7.1' into mtd/next
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 17 Apr 2026 19:50:54 +0000 (21:50 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 17 Apr 2026 19:50:54 +0000 (21:50 +0200)
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.


Trivial merge