[GIT PULL] pmdomain/cpuidle fixes for v7.3-rc2

From: Ulf Hansson

Date: Fri Sep 04 2026 - 04:14:41 EST


Hi Linus,

Here's a pull-request with a couple of pmdomain and cpuidle fixes intended for
v7.3-rc2. 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 cee9395acd8043be0644b25c34bfa86623f2b935:

Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/pmdomain-v7.3-rc1

for you to fetch changes up to 2b0ac85512b7f67479127b2713254490662eb13d:

cpuidle: dt_idle_genpd: kfree() the original name allocation (2026-09-01 17:28:56 +0200)

----------------------------------------------------------------
pmdomain providers:
- mediatek: Fix Kconfig for Airoha power domains
- qcom: Revert adding the missing power domains for Eliza

cpuidle:
- psci: Fix support for probe deferral by dropping the faux device
- dt_idle_genpd: Free the original name allocation

----------------------------------------------------------------
Abel Vesa (1):
Revert "pmdomain: qcom: rpmhpd: Add missing MXC and MMCX power domains for Eliza"

Christian Marangi (1):
pmdomain: airoha: fix unselectable AIROHA_CPU_PM_DOMAIN kconfig

Linkai Gong (1):
cpuidle: dt_idle_genpd: kfree() the original name allocation

Ulf Hansson (1):
cpuidle: psci: Fix support for probe deferral by dropping the faux device

drivers/cpuidle/cpuidle-psci.c | 42 +++++++++++++++------------------------
drivers/cpuidle/dt_idle_genpd.c | 3 +--
drivers/pmdomain/mediatek/Kconfig | 5 +++--
drivers/pmdomain/qcom/rpmhpd.c | 4 ----
4 files changed, 20 insertions(+), 34 deletions(-)