[PATCH v2 0/4] mtd: spinand: Add continuous read mode support
Zhengxun
zhengxunli.mxic at gmail.com
Wed Feb 9 01:10:18 PST 2022
This series add support continuous read mode for SPI NAND.
Changes in v2:
- Modify the naming and add some descriptions
- Create a new function for continuous read
- Check data length to determine whether to enter the mode
- Remove the continuous read exit command and replace to reset command
- Add the performances of continuous read mode
Zhengxun (4):
mtd: spinand: Add support continuous read mode
mtd: spinand: Add continuous read state
mtd: spinand: Add support continuous read operation
mtd: spinand: macronix: Add continuous read support for MX35LF2GE4AD
drivers/mtd/nand/spi/core.c | 116 +++++++++++++++++++++++++++++++-
drivers/mtd/nand/spi/macronix.c | 2 +-
include/linux/mtd/spinand.h | 4 ++
3 files changed, 120 insertions(+), 2 deletions(-)
--
2.17.1
More information about the linux-mtd
mailing list