Commit 357e460a3099 for kernel
commit 357e460a3099702a904f8b164a13305c34d4385d
Merge: b800359a4dfa cf6788aed0cd
Author: Miquel Raynal <miquel.raynal@bootlin.com>
Date: Fri Apr 17 21:50:54 2026 +0200
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.