mbox series

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

Message ID 20250102124753.50440-1-ulf.hansson@linaro.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] pmdomain fixes for v6.13-rc6 | expand

Pull-request

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

Message

Ulf Hansson Jan. 2, 2025, 12:47 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 2, 2025, 6:46 p.m. UTC | #1
The pull request you sent on Thu,  2 Jan 2025 13:47:53 +0100:

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

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

Thank you!