[GIT PULL] pmdomain fixes for v6.17-rc7

From: Ulf Hansson

Date: Fri Sep 19 2025 - 06:28:33 EST


Hi Linus,

Here's a pull-request with a couple of pmdomain fixes intended for v6.17-rc7.
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 c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:

Linux 6.17-rc2 (2025-08-17 15:22:10 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/pmdomain-v6.17-rc2

for you to fetch changes up to 303010f4658cb134eb27cee88026fb5d065a48cd:

pmdomain: renesas: rmobile-sysc: Don't keep unused PM domains powered-on (2025-09-11 12:36:55 +0200)

----------------------------------------------------------------
pmdomain core:
- Restore behaviour for disabling unused PM domains and introduce the
GENPD_FLAG_NO_STAY_ON configuration bit

pmdomain providers:
- renesas: Don't keep unused PM domains powered-on
- rockchip: Fix regulator dependency with GENPD_FLAG_NO_STAY_ON

----------------------------------------------------------------
Geert Uytterhoeven (1):
pmdomain: renesas: rcar-sysc: Make rcar_sysc_onecell_np __initdata

Ulf Hansson (5):
pmdomain: core: Restore behaviour for disabling unused PM domains
pmdomain: rockchip: Fix regulator dependency with GENPD_FLAG_NO_STAY_ON
pmdomain: renesas: rcar-sysc: Don't keep unused PM domains powered-on
pmdomain: renesas: rcar-gen4-sysc: Don't keep unused PM domains powered-on
pmdomain: renesas: rmobile-sysc: Don't keep unused PM domains powered-on

drivers/pmdomain/core.c | 20 ++++++++++++++------
drivers/pmdomain/renesas/rcar-gen4-sysc.c | 1 +
drivers/pmdomain/renesas/rcar-sysc.c | 3 ++-
drivers/pmdomain/renesas/rmobile-sysc.c | 3 ++-
drivers/pmdomain/rockchip/pm-domains.c | 2 +-
include/linux/pm_domain.h | 7 +++++++
6 files changed, 27 insertions(+), 9 deletions(-)