All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhengxun <zhengxunli.mxic@gmail.com>
To: miquel.raynal@bootlin.com, linux-mtd@lists.infradead.org
Cc: zhengxunli@mxic.com.tw, Zhengxun <zhengxunli.mxic@gmail.com>
Subject: [PATCH v2 0/4] mtd: spinand: Add continuous read mode support
Date: Wed,  9 Feb 2022 17:10:18 +0800	[thread overview]
Message-ID: <20220209091022.30155-1-zhengxunli.mxic@gmail.com> (raw)

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/

             reply	other threads:[~2022-02-09  9:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-09  9:10 Zhengxun [this message]
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
2023-02-09 12:08 [PATCH v2 0/4] mtd: spinand: Add continuous read mode support Jaime Liao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220209091022.30155-1-zhengxunli.mxic@gmail.com \
    --to=zhengxunli.mxic@gmail.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=zhengxunli@mxic.com.tw \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.