]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'spi-nor/for-6.17' into mtd/next
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 31 Jul 2025 16:52:04 +0000 (18:52 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 31 Jul 2025 16:52:04 +0000 (18:52 +0200)
commit3dd8aa0ef78e4941f4b915d317616c03d08e31b2
tree6b1350fa8bdf104581f10023783d0e393397f97f
parent56eb7c13b97c6f9e2fed9e9899b01d1a6a595f28
parent2e3a7476ec3989e77270b9481e76e137824b17c0
Merge tag 'spi-nor/for-6.17' into mtd/next

SPI NOR changes for 6.17

Notable changes:

- Fix exiting 4-byte addressing on Infineon SEMPER flashes. These
  flashes do not support the standard EX4B opcode (E9h), and use a
  vendor-specific opcode (B8h) instead.

- Fix unlocking of flashes that are write-protected at power-on. This
  was caused by using an uninitialized mtd_info in
  spi_nor_try_unlock_all().

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>