[GIT PULL] SPI fixes for v6.15-merge-window

From: Mark Brown
Date: Fri Apr 04 2025 - 11:20:37 EST


The following changes since commit ee2ecf2cf501eaa69dcd723d76b434767195b64e:

spi: dt-bindings: cdns,qspi-nor: Improve (2025-03-20 15:35:31 +0000)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.15-merge-window

for you to fetch changes up to e19c1272c80a5ecce387c1b0c3b995f4edf9c525:

spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (2025-04-02 12:55:32 +0100)

----------------------------------------------------------------
spi: Fixes for v6.15

A small collection of fixes that came in during the merge window,
everything is driver specific with nothing standing out particularly

----------------------------------------------------------------
Florian Fainelli (2):
spi: bcm2835: Do not call gpiod_put() on invalid descriptor
spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent

Geert Uytterhoeven (1):
spi: SPI_QPIC_SNAND should be tristate and depend on MTD

Han Xu (1):
spi: fsl-qspi: use devm function instead of driver remove

Josh Poimboeuf (1):
spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock()

Luis de Arquer (1):
spi-rockchip: Fix register out of bounds access

Miquel Raynal (1):
spi: cadence-qspi: revert "Improve spi memory performance"

drivers/spi/Kconfig | 4 ++--
drivers/spi/spi-bcm2835.c | 18 ++++++++++++++++--
drivers/spi/spi-cadence-quadspi.c | 2 +-
drivers/spi/spi-cadence-xspi.c | 2 +-
drivers/spi/spi-fsl-qspi.c | 31 +++++++++++++++++--------------
drivers/spi/spi-qpic-snand.c | 2 +-
drivers/spi/spi-rockchip.c | 2 +-
7 files changed, 39 insertions(+), 22 deletions(-)