mbox series

[0/3] spi: Fix pm_runtime_set_suspended() with runtime pm enabled

Message ID 20240923040015.3009329-1-ruanjinjie@huawei.com (mailing list archive)
Headers show
Series spi: Fix pm_runtime_set_suspended() with runtime pm enabled | expand

Message

Jinjie Ruan Sept. 23, 2024, 4 a.m. UTC
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(-)

Comments

Mark Brown Oct. 2, 2024, 12:38 a.m. UTC | #1
On Mon, 23 Sep 2024 12:00:12 +0800, Jinjie Ruan wrote:
> 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
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/3] spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabled
      commit: b6e05ba0844139dde138625906015c974c86aa93
[2/3] spi: spi-cadence: Fix pm_runtime_set_suspended() with runtime pm enabled
      commit: 67d4a70faa662df07451e83db1546d3ca0695e08
[3/3] spi: spi-cadence: Fix missing spi_controller_is_target() check
      commit: 3eae4a916fc0eb6f85b5d399e10335dbd24dd765

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark