mbox series

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

Message ID 20241011103029.477385-1-ulf.hansson@linaro.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] pmdomain/opp fixes for v6.12-rc3 | expand

Pull-request

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

Message

Ulf Hansson Oct. 11, 2024, 10:30 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 11, 2024, 7:34 p.m. UTC | #1
The pull request you sent on Fri, 11 Oct 2024 12:30:29 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/22e6abaa7263b3cbfce3c1d1f80307571ec66f7a

Thank you!