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

From: Ulf Hansson
Date: Sat Jan 03 2026 - 04:38:13 EST


Hi Linus,

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

Linux 6.19-rc3 (2025-12-28 13:24:26 -0800)

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

for you to fetch changes up to 73cb5f6eafb0ac7aea8cdeb8ff12981aa741d8fb:

pmdomain: imx: Fix reference count leak in imx_gpc_probe() (2025-12-29 11:41:09 +0100)

----------------------------------------------------------------
pmdomain providers:
- mediatek: Fix spinlock recursion fix during probe
- imx: Fix reference count leak during probe

----------------------------------------------------------------
Macpaul Lin (1):
pmdomain: mtk-pm-domains: Fix spinlock recursion fix in probe

Wentao Liang (1):
pmdomain: imx: Fix reference count leak in imx_gpc_probe()

drivers/pmdomain/imx/gpc.c | 5 ++---
drivers/pmdomain/mediatek/mtk-pm-domains.c | 21 ++++++---------------
2 files changed, 8 insertions(+), 18 deletions(-)