]> Gentwo Git Trees - linux/.git/commit
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)
commit0473d5b964b755a55178f36cbcd832eb362cac03
tree2ec3e3c19812850905532933817d60d51e205e7a
parent362f84c89e136539b8c3edb47f42fb06ce37bacf
parent17926cd770ec837ed27d9856cf07f2da8dda4131
Merge tag 'spi-nor/for-6.18' into mtd/next

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>