]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge tag 'spi-nor/for-6.18' into mtd/next
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 3 Oct 2025 15:23:08 +0000 (17:23 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 3 Oct 2025 15:23:08 +0000 (17:23 +0200)
SPI NOR changes for 6.18

Notable changes:

- Some flashes can't perform reads or writes with start or end being an
  odd number in Octal DTR mode. File systems like UBIFS can request such
  reads or writes, causing the transaction to error out. Pad the read or
  write transactions with extra bytes to avoid this problem.

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

Trivial merge