The following changes since commit 269e31aecdd0b70f53a05def79480f15cbcc0fd6: spi-mxs: Fix chipselect glitch (2024-02-13 15:48:22 +0000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.8-rc5 for you to fetch changes up to 6415c7fe7cf420fa469095a34d9153f991391116: spi: Drop mismerged fix (2024-02-27 12:52:51 +0000) ---------------------------------------------------------------- spi: Fixes for v6.8 There's two things here - the big one is a batch of fixes for the power management in the Cadence QuadSPI driver which had some serious issues with runtime PM and there's also a revert of one of the last batch of fixes for ppc4xx which has a dependency on -next but was in between two mainline fixes so the -next dependency got missed. The ppc4xx driver is not currently included in any defconfig and has dependencies that exclude it from allmodconfigs so none of the CI systems catch issues with it, hence the need for the earlier fixes series. There's some updates to the PowerPC configs to address this. ---------------------------------------------------------------- Mark Brown (1): spi: Drop mismerged fix Théo Lebrun (4): spi: cadence-qspi: fix pointer reference in runtime PM hooks spi: cadence-qspi: remove system-wide suspend helper calls from runtime PM hooks spi: cadence-qspi: put runtime in runtime PM hooks names spi: cadence-qspi: add system-wide suspend and resume callbacks drivers/spi/spi-cadence-quadspi.c | 33 +++++++++++++++++++++------------ drivers/spi/spi-ppc4xx.c | 14 +++++++------- 2 files changed, 28 insertions(+), 19 deletions(-)