diff options
author | Miquel Raynal <[email protected]> | 2023-12-15 13:32:05 +0100 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2023-12-22 12:38:46 +0100 |
commit | bbcd80f53a5e8c27c2511f539fec8c373f500cf4 (patch) | |
tree | fa2a8a82d0eb77a13c54e37c2845301f0e04d9cc /scripts/gdb | |
parent | a43bdc376deab5fff1ceb93dca55bcab8dbdc1d6 (diff) |
mtd: rawnand: Prevent crossing LUN boundaries during sequential reads
The ONFI specification states that devices do not need to support
sequential reads across LUN boundaries. In order to prevent such event
from happening and possibly failing, let's introduce the concept of
"pause" in the sequential read to handle these cases. The first/last
pages remain the same but any time we cross a LUN boundary we will end
and restart (if relevant) the sequential read operation.
Cc: [email protected]
Fixes: 003fe4b9545b ("mtd: rawnand: Support for sequential cache reads")
Signed-off-by: Miquel Raynal <[email protected]>
Tested-by: Martin Hundebøll <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions