[GIT PULL] pmdomain fixes for v6.19-rc9

From: Ulf Hansson

Date: Fri Feb 06 2026 - 06:09:19 EST


Hi Linus,

Here's a pull-request with a couple of pmdomain fixes intended for v6.19-rc9.
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 861d21c43c98478eef70e68e31d4ff86400c6ef7:

pmdomain:rockchip: Fix init genpd as GENPD_STATE_ON before regulator ready (2026-01-15 13:39:16 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/pmdomain-v6.19-rc3-3

for you to fetch changes up to e2c4c5b2bbd4f688a0f9f6da26cdf6d723c53478:

pmdomain: imx8mp-blk-ctrl: Keep usb phy power domain on for system wakeup (2026-02-05 11:33:30 +0100)

----------------------------------------------------------------
pmdomain providers:
- imx: Fix system wakeup support for imx8mp power domains
- imx: Fix potential out-of-range access for imx8m power domains
- imx: Fix the imx8mm gpu hang
- qcom: Fix off-by-one error for highest state in rpmpd

----------------------------------------------------------------
Gabor Juhos (1):
pmdomain: qcom: rpmpd: fix off-by-one error in clamping to the highest state

Jacky Bai (1):
pmdomain: imx: gpcv2: Fix the imx8mm gpu hang due to wrong adb400 reset

Xu Yang (3):
pmdomain: imx8m-blk-ctrl: fix out-of-range access of bc->domains
pmdomain: imx8mp-blk-ctrl: Keep gpc power domain on for system wakeup
pmdomain: imx8mp-blk-ctrl: Keep usb phy power domain on for system wakeup

drivers/pmdomain/imx/gpcv2.c | 8 ++------
drivers/pmdomain/imx/imx8m-blk-ctrl.c | 2 +-
drivers/pmdomain/imx/imx8mp-blk-ctrl.c | 30 ++++++++++++++++++++++++++++++
drivers/pmdomain/qcom/rpmpd.c | 2 +-
4 files changed, 34 insertions(+), 8 deletions(-)