[PATCH 0/3] spi: orion: runtime PM fixes

Johan Hovold posted 3 patches 1 month, 3 weeks ago
drivers/spi/spi-orion.c | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
[PATCH 0/3] spi: orion: runtime PM fixes
Posted by Johan Hovold 1 month, 3 weeks ago
This series fixes some runtime PM related issues in the orion driver.

Included is also a related clean up.

Johan


Johan Hovold (3):
  spi: orion: fix runtime pm leak on unbind
  spi: orion: fix clock imbalance on registration failure
  spi: orion: clean up probe return value

 drivers/spi/spi-orion.c | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

-- 
2.52.0
Re: [PATCH 0/3] spi: orion: runtime PM fixes
Posted by Mark Brown 1 month, 3 weeks ago
On Tue, 21 Apr 2026 15:02:08 +0200, Johan Hovold wrote:
> spi: orion: runtime PM fixes
> 
> This series fixes some runtime PM related issues in the orion driver.
> 
> Included is also a related clean up.
> 
> Johan
> 
> [...]

Applied to

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

Thanks!

[1/3] spi: orion: fix runtime pm leak on unbind
      https://git.kernel.org/broonie/spi/c/97b17dd8266d
[2/3] spi: orion: fix clock imbalance on registration failure
      https://git.kernel.org/broonie/spi/c/443cde0dc59c
[3/3] spi: orion: clean up probe return value
      https://git.kernel.org/broonie/spi/c/fa5061daffe8

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