]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mtd: rawnand: Pause continuous reads at block boundaries
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 22 May 2026 09:17:39 +0000 (11:17 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 27 May 2026 09:10:08 +0000 (11:10 +0200)
commit8e4531667d718e2e9b193928cf9b2497fa0d01ef
tree7722e90f55424ac8763e67404498ff5b55a96777
parent8ac45f4ff182586bb06fd9b2dfa0dff2af0734a1
mtd: rawnand: Pause continuous reads at block boundaries

Some chips do not support sequential cached reads past block
boundaries, like Winbond. In practice when using UBI, this should very
rarely happen, but let's make sure it never happens.

Cc: stable@vger.kernel.org
Fixes: 003fe4b9545b ("mtd: rawnand: Support for sequential cache reads")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/nand_base.c