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

From: Ulf Hansson
Date: Fri Dec 06 2024 - 03:40:44 EST


Hi Linus,

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

Linux 6.13-rc1 (2024-12-01 14:28:56 -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-rc1

for you to fetch changes up to 2379fb937de5333991c567eefd7d11b98977d059:

pmdomain: imx: gpcv2: Adjust delay after power up handshake (2024-12-02 17:09:26 +0100)

----------------------------------------------------------------
pmdomain core:
- Fix a couple of memory-leaks during genpd init/remove

pmdomain providers:
- imx: Adjust delay for gpcv2 to fix power up handshake
- mediatek: Fix DT bindings by adding another nested power-domain layer

----------------------------------------------------------------
Fei Shao (1):
dt-bindings: power: mediatek: Add another nested power-domain layer

Shengjiu Wang (1):
pmdomain: imx: gpcv2: Adjust delay after power up handshake

Ulf Hansson (2):
pmdomain: core: Add missing put_device()
pmdomain: core: Fix error path in pm_genpd_init() when ida alloc fails

.../bindings/power/mediatek,power-controller.yaml | 4 +++
drivers/pmdomain/core.c | 37 ++++++++++++----------
drivers/pmdomain/imx/gpcv2.c | 2 +-
3 files changed, 25 insertions(+), 18 deletions(-)