mbox series

[GIT,PULL] cpuidle-psci fixes for v6.5-rc6

Message ID 20230811113734.158421-1-ulf.hansson@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] cpuidle-psci fixes for v6.5-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/cpuidle-psci-v6.5-rc5

Message

Ulf Hansson Aug. 11, 2023, 11:37 a.m. UTC
Hi Linus,

Here's a PR with a couple of cpuidle-psci fixes intended for v6.5-rc6. Usually,
this is managed by arm-soc maintainers or Rafael, although due to a busy period
I have stepped in to help out.

Details about the highlights are as usual found in the signed tag.

Please pull this in!

Kind regards
Ulf Hansson


The following changes since commit 52a93d39b17dc7eb98b6aa3edb93943248e03b2f:

  Linux 6.5-rc5 (2023-08-06 15:07:51 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/cpuidle-psci-v6.5-rc5

for you to fetch changes up to 12acb348fa4528a4203edf1cce7a3be2c9af2279:

  cpuidle: psci: Move enabling OSI mode after power domains creation (2023-08-08 16:07:01 +0200)

----------------------------------------------------------------
cpuidle: psci
 - Fix the error path to prevent reverting from OSI back to PC mode

----------------------------------------------------------------
Maulik Shah (2):
      cpuidle: dt_idle_genpd: Add helper function to remove genpd topology
      cpuidle: psci: Move enabling OSI mode after power domains creation

 drivers/cpuidle/cpuidle-psci-domain.c | 39 ++++++++++++-----------------------
 drivers/cpuidle/dt_idle_genpd.c       | 24 +++++++++++++++++++++
 drivers/cpuidle/dt_idle_genpd.h       |  7 +++++++
 3 files changed, 44 insertions(+), 26 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 11, 2023, 4:45 p.m. UTC | #1
The pull request you sent on Fri, 11 Aug 2023 13:37:34 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/cpuidle-psci-v6.5-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2a5482c284e09423face5a7ef571b85185f43a48

Thank you!