[GIT PULL] pmdomain/opp fixes for v6.12-rc3

From: Ulf Hansson
Date: Fri Oct 11 2024 - 06:30:45 EST


Hi Linus,

Here's a PR with a couple of pmdomain/opp fixes intended for v6.12-rc3.
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 9852d85ec9d492ebef56dc5f229416c925758edc:

Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/pmdomain-v6.12-rc1

for you to fetch changes up to 7738568885f2eaecfc10a3f530a2693e5f0ae3d0:

PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list() (2024-10-10 13:55:17 +0200)

----------------------------------------------------------------
pmdomain core:
- Fix alloc/free in dev_pm_domain_attach|detach_list()

pmdomain providers:
- qcom: Fix the return of uninitialized variable

pmdomain consumers:
- drm/tegra/gr3d: Revert conversion to dev_pm_domain_attach|detach_list()

OPP core:
- Fix error code in dev_pm_opp_set_config()

----------------------------------------------------------------
Dan Carpenter (1):
OPP: fix error code in dev_pm_opp_set_config()

Ulf Hansson (2):
Revert "drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()"
PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list()

Zhang Zekun (1):
pmdomain: qcom-cpr: Fix the return of uninitialized variable

drivers/base/power/common.c | 25 ++++++++++++++----------
drivers/gpu/drm/tegra/gr3d.c | 46 +++++++++++++++++++++++++++++++-------------
drivers/opp/core.c | 4 +++-
drivers/pmdomain/qcom/cpr.c | 2 +-
4 files changed, 52 insertions(+), 25 deletions(-)