[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210426143934.25275-1-patrice.chotard@foss.st.com>
Date: Mon, 26 Apr 2021 16:39:31 +0200
From: <patrice.chotard@...s.st.com>
To: Mark Brown <broonie@...nel.org>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Vignesh Raghavendra <vigneshr@...com>,
Boris Brezillon <boris.brezillon@...labora.com>,
<linux-mtd@...ts.infradead.org>,
Alexandre Torgue <alexandre.torgue@...s.st.com>,
<linux-spi@...r.kernel.org>,
<linux-stm32@...md-mailman.stormreply.com>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
CC: <patrice.chotard@...s.st.com>, <christophe.kerello@...s.st.com>
Subject: [PATCH 0/3] MTD: spinand: Add spi_mem_poll_status() support
From: Patrice Chotard <patrice.chotard@...s.st.com>
This series adds support for the spi_mem_poll_status() spinand
interface.
Some QSPI controllers allows to poll automatically memory
status during operations (erase or write). This allows to
offload the CPU for this task.
STM32 QSPI is supporting this feature, driver update are also
part of this series.
Christophe Kerello (3):
spi: spi-mem: add automatic poll status functions
mtd: spinand: use the spi-mem poll status APIs
spi: stm32-qspi: add automatic poll status feature
drivers/mtd/nand/spi/core.c | 22 ++++++++--
drivers/spi/spi-mem.c | 34 +++++++++++++++
drivers/spi/spi-stm32-qspi.c | 80 ++++++++++++++++++++++++++++++++----
include/linux/mtd/spinand.h | 1 +
include/linux/spi/spi-mem.h | 8 ++++
5 files changed, 133 insertions(+), 12 deletions(-)
--
2.17.1
Powered by blists - more mailing lists