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

From: Ulf Hansson
Date: Fri Aug 11 2023 - 07:37:41 EST


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(-)