mbox series

[GIT,PULL] pmdomain fixes for v6.15-rc8

Message ID 20250522223843.171621-1-ulf.hansson@linaro.org
State New
Headers show
Series [GIT,PULL] pmdomain fixes for v6.15-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/pmdomain-v6.15-rc3

Message

Ulf Hansson May 22, 2025, 10:38 p.m. UTC
Hi Linus,

Here's a PR with a couple of pmdomain fixes intended for v6.15-rc8. 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 9c32cda43eb78f78c73aee4aa344b777714e259b:

  Linux 6.15-rc3 (2025-04-20 13:43:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/pmdomain-v6.15-rc3

for you to fetch changes up to 0f5757667ec0aaf2456c3b76fcf0c6c3ea3591fe:

  pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id() (2025-05-08 13:29:30 +0200)

----------------------------------------------------------------
pmdomain core:
 - Fix error checking in genpd_dev_pm_attach_by_id()

pmdomain providers:
 - renesas: Remove obsolete nullify checks for rcar domains

----------------------------------------------------------------
Dan Carpenter (1):
      pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id()

Geert Uytterhoeven (1):
      pmdomain: renesas: rcar: Remove obsolete nullify checks

 drivers/pmdomain/core.c                   | 2 +-
 drivers/pmdomain/renesas/rcar-gen4-sysc.c | 5 -----
 drivers/pmdomain/renesas/rcar-sysc.c      | 5 -----
 3 files changed, 1 insertion(+), 11 deletions(-)