[GIT PULL] pmdomain fixes for v6.13-rc6

From: Ulf Hansson
Date: Thu Jan 02 2025 - 07:48:04 EST


Hi Linus,

Here's a PR with a couple of pmdomain fixes intended for v6.13-rc6. 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 fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f64f610ec6ab59dd0391b03842cea3a4cd8ee34f:

pmdomain: core: add dummy release function to genpd device (2024-12-19 15:47:02 +0100)

----------------------------------------------------------------
pmdomain core:
- Silence warning by adding a dummy release function

pmdomain providers:
- imx: Fix an OF node reference leak in imx_gpcv2_probe()

----------------------------------------------------------------
Joe Hattori (1):
pmdomain: imx: gpcv2: fix an OF node reference leak in imx_gpcv2_probe()

Lucas Stach (1):
pmdomain: core: add dummy release function to genpd device

drivers/pmdomain/core.c | 6 ++++++
drivers/pmdomain/imx/gpcv2.c | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)