mbox series

[GIT,PULL] SPI fixes for v6.8-rc5

Message ID 20240228180309.1C6DAC43390@smtp.kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.8-rc5 | expand

Pull-request

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

Message

Mark Brown Feb. 28, 2024, 6:02 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 28, 2024, 7:21 p.m. UTC | #1
The pull request you sent on Wed, 28 Feb 2024 18:02:58 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.8-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5cf7ebef02e434c75bf8dc72e89dfc50c5bb41b0

Thank you!