[GIT PULL] pmdomain fixes for v7.2-rc4

From: Ulf Hansson

Date: Thu Jul 16 2026 - 09:01:42 EST


Hi Linus,

Here's a pull-request with a couple of pmdomain fixes intended for v7.2-rc4.
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 8cdeaa50eae8dad34885515f62559ee83e7e8dda:

Linux 7.2-rc2 (2026-07-05 14:44:06 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/pmdomain-v7.2-rc2

for you to fetch changes up to a4876f11aa1d076802676e23f8af500706e780e3:

pmdomain: mediatek: Fix possible nullptr KP in HWV cleanup/on-check (2026-07-13 12:42:17 +0200)

----------------------------------------------------------------
pmdomain providers:
- imx: Assign child domains for imx93 to prevent power off when in use
- imx: Fix i.MX8MP power up sequences
- mediatek: Fix possible nullptr in HWV cleanup/on-check

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
pmdomain: mediatek: Fix possible nullptr KP in HWV cleanup/on-check

Guoniu Zhou (2):
dt-bindings: power: imx93: Add MIPI PHY power domain
pmdomain: imx93-blk-ctrl: Extract PHY as shared domain for DSI/CSI

Peng Fan (2):
pmdomain: imx: Fix i.MX8MP power notifier
pmdomain: imx: Fix i.MX8MP VC8000E power up sequence

drivers/pmdomain/imx/imx8m-blk-ctrl.c | 46 +++++++++++++++++++++-
drivers/pmdomain/imx/imx93-blk-ctrl.c | 60 ++++++++++++++++++++++++++++-
drivers/pmdomain/mediatek/mtk-pm-domains.c | 40 +++++++++++++++----
include/dt-bindings/power/fsl,imx93-power.h | 1 +
4 files changed, 136 insertions(+), 11 deletions(-)