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

From: Mark Brown

Date: Sat Dec 20 2025 - 17:58:16 EST


The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

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

for you to fetch changes up to 9d651a6c62832ac8d1c445f5fa8c61a03ebfb649:

spi: cadence-quadspi: Fix probe error path and logging (2025-12-18 08:34:00 +0000)

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

A small collection of fixes for various SPI drivers, plus a relaxation
of constraints in the DT for the DesignWare controller to reflect
hardware that's been seen. There's several fixes for the Cadence
QuadSPI driver since a fix during the last release made some existing
issues with error handling during probe more readily visible.

----------------------------------------------------------------
Anurag Dutta (2):
spi: cadence-quadspi: Add error logging for DMA request failure
spi: cadence-quadspi: Fix clock disable on probe failure path

Christophe JAILLET (1):
spi: mpfs: Fix an error handling path in mpfs_spi_probe()

Christophe Leroy (1):
spi: fsl-cpm: Check length parity before switching to 16 bit mode

Fei Shao (1):
spi: mt65xx: Use IRQF_ONESHOT with threaded IRQ

Mark Brown (1):
spi: cadence-quadspi: Fix probe error path and logging

Rob Herring (Arm) (1):
spi: dt-bindings: snps,dw-abp-ssi: Allow up to 16 chip-selects

Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 6 +++---
drivers/spi/spi-cadence-quadspi.c | 8 ++++++--
drivers/spi/spi-fsl-spi.c | 2 +-
drivers/spi/spi-mpfs.c | 1 +
drivers/spi/spi-mt65xx.c | 2 +-
5 files changed, 12 insertions(+), 7 deletions(-)