[PATCH 0/3] MTD: spinand: Add spi_mem_poll_status() support

From: patrice.chotard
Date: Mon Apr 26 2021 - 10:40:00 EST


From: Patrice Chotard <patrice.chotard@xxxxxxxxxxx>

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