]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'spi-nor/for-7.2' into mtd/next
authorMiquel Raynal <miquel.raynal@bootlin.com>
Sun, 21 Jun 2026 15:05:31 +0000 (17:05 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Sun, 21 Jun 2026 15:05:31 +0000 (17:05 +0200)
commitc10f641fcb04a33da0b6bfc59cdadc250aafeb96
treea8cc79f7eecba7ec6a24bf0b2a7f9adef2b26cd7
parentcf4ff717af69cfe2dff8ddb843dce36205cb3c40
parentdf415c5e1de0f1aeefacb4e6252ff98d38c04437
Merge tag 'spi-nor/for-7.2' into mtd/next

SPI NOR changes for 7.2

Notable changes:

- Big set of cleanups and improvements to the locking support. This
  series contains some cleanups and bug fixes for code and documentation
  around write protection. Then support is added for complement locking,
  which allows finer grained configuration of what is considered locked
  and unlocked. Then complement locking is enabled on a bunch of Winbond
  W25 flashes.

- Fix die erase support on Spansion flashes. Die erase is only supported
  on multi-die flashes, but the die erase opcode was set for all. When
  the opcode is set, it overrides the default chip erase opcode which
  should be used for single-die flashes. Only set the opcode on
  multi-die flashes. Also, the opcode was not set on multi-die s28hx-t
  flashes. Set it so they can use die-erase correctly.