The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4: Linux 6.13-rc2 (2024-12-08 14:03:39 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.13-rc2 for you to fetch changes up to 25fb0e77b90e290a1ca30900d54c6a495eea65e2: spi: spi-cadence-qspi: Disable STIG mode for Altera SoCFPGA. (2024-12-09 13:06:24 +0000) ---------------------------------------------------------------- spi: Fixes for v6.13 A few fairly small fixes for v6.13, the most substatial one being disabling STIG mode for Cadence QSPI controllers on Altera SoCFPGA platforms since it doesn't work. ---------------------------------------------------------------- Christian Loehle (1): spi: rockchip: Fix PM runtime count on no-op cs Christophe JAILLET (1): spi: aspeed: Fix an error handling path in aspeed_spi_[read|write]_user() Niravkumar L Rabara (1): spi: spi-cadence-qspi: Disable STIG mode for Altera SoCFPGA. drivers/spi/spi-aspeed-smc.c | 10 ++++++---- drivers/spi/spi-cadence-quadspi.c | 10 ++++++++-- drivers/spi/spi-rockchip.c | 14 ++++++++++++++ 3 files changed, 28 insertions(+), 6 deletions(-)