From: JaimeLiao <jaimeliao.tw@gmail.com>
To: linux-mtd@lists.infradead.org, miquel.raynal@bootlin.com, richard@nod.at
Cc: jaimeliao@mxic.com.tw, jaimeliao.tw@gmail.com, angyanyu13@gmail.com
Subject: [PATCH v3 0/5] mtd: spinand: Add continuous read mode support
Date: Thu, 9 Nov 2023 19:24:55 +0800 [thread overview]
Message-ID: <20231109112500.4966-1-jaimeliao@mxic.com.tw> (raw)
v3:
add method for chcking controller limitation
v2:
correct typos
change error handle when continuous read error
JaimeLiao (5):
Add clk wizard and mxic host controller driver
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
arch/arm/boot/dts/xilinx/zynq-7000.dtsi | 4 +-
.../dts/xilinx/zynq-mxic-picozed.spi-nand.dts | 141 ++++++
.../zynq-mxic-picozed.spi-nand_manual.dts | 141 ++++++
.../dts/xilinx/zynq-mxic-picozed.spi-nor.dts | 142 ++++++
drivers/clk/Kconfig | 1 +
drivers/clk/zynq/Kconfig | 6 +
drivers/clk/zynq/Makefile | 1 +
drivers/clk/zynq/clk-wizard.c | 409 ++++++++++++++++++
drivers/mtd/nand/spi/core.c | 135 ++++++
drivers/mtd/nand/spi/macronix.c | 14 +-
drivers/spi/spi-mxic.c | 84 ++--
include/linux/mtd/spinand.h | 4 +
12 files changed, 1031 insertions(+), 51 deletions(-)
create mode 100644 arch/arm/boot/dts/xilinx/zynq-mxic-picozed.spi-nand.dts
create mode 100644 arch/arm/boot/dts/xilinx/zynq-mxic-picozed.spi-nand_manual.dts
create mode 100644 arch/arm/boot/dts/xilinx/zynq-mxic-picozed.spi-nor.dts
create mode 100644 drivers/clk/zynq/Kconfig
create mode 100644 drivers/clk/zynq/clk-wizard.c
--
2.17.1
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next reply other threads:[~2023-11-09 11:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-09 11:24 JaimeLiao [this message]
2023-11-09 11:24 ` [PATCH v3 1/5] Add clk wizard and mxic host controller driver JaimeLiao
2023-11-09 14:13 ` Miquel Raynal
2023-11-10 1:18 ` liao jaime
2023-11-09 11:24 ` [PATCH v3 2/5] mtd: spinand: Add support continuous read mode JaimeLiao
2023-11-09 11:24 ` [PATCH v3 3/5] mtd: spinand: Add continuous read state JaimeLiao
2023-11-09 11:24 ` [PATCH v3 4/5] mtd: spinand: Add support continuous read operation JaimeLiao
2023-11-09 11:25 ` [PATCH v3 5/5] mtd: spinand: macronix: Add continuous read support for Macronix Flash JaimeLiao
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=20231109112500.4966-1-jaimeliao@mxic.com.tw \
--to=jaimeliao.tw@gmail.com \
--cc=angyanyu13@gmail.com \
--cc=jaimeliao@mxic.com.tw \
--cc=linux-mtd@lists.infradead.org \
--cc=miquel.raynal@bootlin.com \
--cc=richard@nod.at \
/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.