commit | 0473d5b964b755a55178f36cbcd832eb362cac03 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Fri Oct 03 17:23:08 2025 +0200 |
committer | Miquel Raynal <miquel.raynal@bootlin.com> | Fri Oct 03 17:23:08 2025 +0200 |
tree | 2ec3e3c19812850905532933817d60d51e205e7a | |
parent | 362f84c89e136539b8c3edb47f42fb06ce37bacf [diff] | |
parent | 17926cd770ec837ed27d9856cf07f2da8dda4131 [diff] |
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>