]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit357e460a3099702a904f8b164a13305c34d4385d
tree4a22fb9edd6fb1dc800d909e25d7ca41878f7170
parentb800359a4dfacae983cd01f8c3f1cbb6f4c9f816
parentcf6788aed0cd911c2e7dded6f28214996dfabc30
Merge tag 'spi-nor/for-7.1' into mtd/next

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.