]> git.dujemihanovic.xyz Git - linux.git/commitdiff
spi: Fix pm_runtime_set_suspended() with runtime pm
authorMark Brown <broonie@kernel.org>
Tue, 1 Oct 2024 23:24:48 +0000 (00:24 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 1 Oct 2024 23:24:48 +0000 (00:24 +0100)
Merge series from Jinjie Ruan <ruanjinjie@huawei.com>:

Fix pm_runtime_set_suspended() with runtime pm enabled, and fix the missing
check for spi-cadence.

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

 drivers/spi/spi-cadence.c | 8 +++++---
 drivers/spi/spi-imx.c     | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

--
2.34.1


Trivial merge