All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add continuous read mode support
@ 2022-11-02  6:14 Leo Yu
  2022-11-02  6:14 ` [PATCH v2 1/5] mtd: spinand: Add continuous read mode configuration Leo Yu
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Leo Yu @ 2022-11-02  6:14 UTC (permalink / raw)
  To: dario.binacchi, michael, miquel.raynal, u-boot; +Cc: jaimeliao.tw, Leo Yu

v2:
 Fix missing definition of totallen in mtd_oob_ops structure
 in include/linux/mtd/mtd.h.

This patch series add continuous read mode support for SPI NAND
devices.

Leo Yu (5):
  mtd: spinand: Add continuous read mode configuration
  mtd: spinand: Add continuous read mode initialization
  cmd: mtd: Add total length of read operation
  mtd: spinand: Add continuous read operation
  mtd: spinand: macronix: Add continuous read mode flag for devices

 cmd/mtd.c                       |   2 +
 drivers/mtd/nand/spi/core.c     | 140 +++++++++++++++++++++++++++++++-
 drivers/mtd/nand/spi/macronix.c |  10 +--
 include/linux/mtd/mtd.h         |   2 +
 include/linux/mtd/spinand.h     |   5 ++
 5 files changed, 153 insertions(+), 6 deletions(-)

--
2.17.1


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

end of thread, other threads:[~2022-11-08 12:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-02  6:14 [PATCH v2 0/5] Add continuous read mode support Leo Yu
2022-11-02  6:14 ` [PATCH v2 1/5] mtd: spinand: Add continuous read mode configuration Leo Yu
2022-11-02  6:14 ` [PATCH v2 2/5] mtd: spinand: Add continuous read mode initialization Leo Yu
2022-11-02  6:14 ` [PATCH v2 3/5] cmd: mtd: Add total length of read operation Leo Yu
2022-11-07 14:51   ` Miquel Raynal
2022-11-08  9:49     ` Liang-Yan Yu
2022-11-02  6:14 ` [PATCH v2 4/5] mtd: spinand: Add continuous " Leo Yu
2022-11-02  6:14 ` [PATCH v2 5/5] mtd: spinand: macronix: Add continuous read mode flag for devices Leo Yu

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.