[GIT PULL] SPI fixes for v7.0-rc3
From: Mark Brown
Date: Fri Mar 13 2026 - 13:13:59 EST
The following changes since commit 1f318b96cc84d7c2ab792fcc0bfd42a7ca890681:
Linux 7.0-rc3 (2026-03-08 16:56:54 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v7.0-rc3
for you to fetch changes up to f879365c5bb210ed0d0b0aae1a0202d0c0b4b9d0:
spi: atcspi200: Handle invalid buswidth and fix compiler warning (2026-03-11 19:08:43 +0000)
----------------------------------------------------------------
spi: Fixes for v7.0
A couple of device ID and quirk updates, plus a bunch of small fixes
most of which (other than the Cadence one) are unremarkable error
handling fixes.
----------------------------------------------------------------
Alan Borzeszkowski (1):
spi: intel-pci: Add support for Nova Lake mobile SPI flash
CL Wang (1):
spi: atcspi200: Handle invalid buswidth and fix compiler warning
Chen-Yu Tsai (1):
spi: dt-bindings: sun6i: Allow Dual SPI and Quad SPI for newer SoCs
Felix Gu (3):
spi: amlogic: spifc-a4: Fix DMA mapping error handling
spi: atcspi200: Fix double-free in atcspi_configure_dma()
spi: rockchip-sfc: Fix double-free in remove() callback
Mark Brown (1):
spi: cadence-qspi: Fix requesting of APB and AHB clocks on JH7110
.../bindings/spi/allwinner,sun6i-a31-spi.yaml | 29 ++++++++++++++---
drivers/spi/spi-amlogic-spifc-a4.c | 5 ++-
drivers/spi/spi-atcspi200.c | 38 +++++++++-------------
drivers/spi/spi-cadence-quadspi.c | 6 ++++
drivers/spi/spi-intel-pci.c | 1 +
drivers/spi/spi-rockchip-sfc.c | 2 +-
6 files changed, 50 insertions(+), 31 deletions(-)