mbox series

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

Message ID bb073282a3cbc0a5349db87260957934.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.12-rc1 | expand

Pull-request

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

Message

Mark Brown Oct. 4, 2024, 9:58 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 5, 2024, 6:07 p.m. UTC | #1
The pull request you sent on Fri, 04 Oct 2024 22:58:22 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/60b9f47eb3b01f829a94f7fea81bc8d59ff93dc2

Thank you!