All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] mtd: spinand: Add continuous read mode support
@ 2022-02-09  9:10 Zhengxun
  2022-02-09  9:10 ` [PATCH v2 1/4] mtd: spinand: Add support continuous read mode Zhengxun
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Zhengxun @ 2022-02-09  9:10 UTC (permalink / raw)
  To: miquel.raynal, linux-mtd; +Cc: zhengxunli, Zhengxun

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


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH v2 0/4] mtd: spinand: Add continuous read mode support
@ 2023-02-09 12:08 Jaime Liao
  2023-02-09 12:08 ` [PATCH v2 1/4] mtd: spinand: Add support continuous read mode Jaime Liao
  0 siblings, 1 reply; 9+ messages in thread
From: Jaime Liao @ 2023-02-09 12:08 UTC (permalink / raw)
  To: linux-mtd, miquel.raynal, richard; +Cc: jaimeliao, jaimeliao.tw

This series add support continuous read mode for SPI NAND.

v2:
  correct typos
  change error handle when continuous read error

Jaime Liao (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 Macronix Flash

 drivers/mtd/nand/spi/core.c     | 116 ++++++++++++++++++++++++++++++++
 drivers/mtd/nand/spi/macronix.c |  14 ++--
 include/linux/mtd/spinand.h     |   4 ++
 3 files changed, 127 insertions(+), 7 deletions(-)

-- 
2.34.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-02-09 12:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-09  9:10 [PATCH v2 0/4] mtd: spinand: Add continuous read mode support Zhengxun
2022-02-09  9:10 ` [PATCH v2 1/4] mtd: spinand: Add support continuous read mode Zhengxun
2022-05-19 16:08   ` Miquel Raynal
2022-02-09  9:10 ` [PATCH v2 2/4] mtd: spinand: Add continuous read state Zhengxun
2022-02-09  9:10 ` [PATCH v2 3/4] mtd: spinand: Add support continuous read operation Zhengxun
2022-05-19 16:06   ` Miquel Raynal
2022-02-09  9:10 ` [PATCH v2 4/4] mtd: spinand: macronix: Add continuous read support for MX35LF2GE4AD Zhengxun
2022-05-19 16:07   ` Miquel Raynal
  -- strict thread matches above, loose matches on Subject: below --
2023-02-09 12:08 [PATCH v2 0/4] mtd: spinand: Add continuous read mode support Jaime Liao
2023-02-09 12:08 ` [PATCH v2 1/4] mtd: spinand: Add support continuous read mode Jaime Liao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.