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

From: Mark Brown
Date: Fri Oct 04 2024 - 17:58:47 EST


The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 65fbec3121eb7a10a839784496357f5a833af69b:

spi: Fix pm_runtime_set_suspended() with runtime pm (2024-10-02 00:24:48 +0100)

----------------------------------------------------------------
spi: Fixes for v6.12

A small set of driver specific fixes that came in since the merge
window, about half of which is fixes for correctness in the use of the
runtime PM APIs done as part of a broader cleanup.

----------------------------------------------------------------
Alexander Dahl (1):
spi: atmel-quadspi: Fix wrong register value written to MR

Ben Dooks (1):
spi: s3c64xx: fix timeout counters in flush_fifo

Jinjie Ruan (3):
spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabled
spi: spi-cadence: Fix pm_runtime_set_suspended() with runtime pm enabled
spi: spi-cadence: Fix missing spi_controller_is_target() check

Mark Brown (1):
spi: Fix pm_runtime_set_suspended() with runtime pm

drivers/spi/atmel-quadspi.c | 2 +-
drivers/spi/spi-cadence.c | 8 +++++---
drivers/spi/spi-imx.c | 2 +-
drivers/spi/spi-s3c64xx.c | 4 ++--
4 files changed, 9 insertions(+), 7 deletions(-)