[GIT PULL] SPI fixes for v6.19-rc2

From: Mark Brown
Date: Sat Dec 27 2025 - 06:17:50 EST


The following changes since commit 9448598b22c50c8a5bb77a9103e2d49f134c9578:

Linux 6.19-rc2 (2025-12-21 15:52:04 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.19-rc2

for you to fetch changes up to b005d618c8547b7dfb14e83a1b410a6a04ac36c6:

spi: cadence-quadspi: Prevent indirect read (2025-12-23 15:18:22 +0000)

----------------------------------------------------------------
spi: Fixes for v6.19

We've got more fixes here for the Cadence QSPI controller, this time
fixing some issues that come up when working with slower flashes on some
platforms plus a general race condition.

We also add support for the Allwinner A523, this is just some new
compatibles.

----------------------------------------------------------------
Chen-Yu Tsai (2):
spi: dt-bindings: sun6i: Add compatibles for A523's SPI controllers
spi: sun6i: Support A523's SPI controllers

Mark Brown (1):
spi: cadence-quadspi: Prevent indirect read

Mateusz Litwin (2):
spi: cadence-quadspi: Prevent lost complete() call during indirect read
spi: cadence-quadspi: Improve CQSPI_SLOW_SRAM quirk if flash is slow

.../bindings/spi/allwinner,sun6i-a31-spi.yaml | 4 ++++
drivers/spi/spi-cadence-quadspi.c | 23 +++++++++++-----------
drivers/spi/spi-sun6i.c | 11 +++++++----
3 files changed, 22 insertions(+), 16 deletions(-)