mbox series

[GIT,PULL] pmdomain/cpuidle-psci updates for v6.10

Message ID 20240516124417.22410-1-ulf.hansson@linaro.org (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] pmdomain/cpuidle-psci updates for v6.10 | expand

Pull-request

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

Message

Ulf Hansson May 16, 2024, 12:44 p.m. UTC
Hi Linus,

Here's the PR with pmdomain and cpuidle-psci updates for v6.10. When it comes
to cpuidle-psci I intend to continue to funnel those patches via my tree, as
they are often related pmdomain changes.

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 39cd87c4eb2b893354f3b850f916353f2658ae6f:

  Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d88ea30340963d87c267cf1c7ebb2a205ef04e25:

  pmdomain: Merge branch fixes into next (2024-05-03 15:48:21 +0200)

----------------------------------------------------------------
pmdomain core:
 - Don't clear suspended_count at genpd_prepare()
 - Update the rejected/usage counters at system suspend too

pmdomain providers:
 - ti-sci: Fix duplicate PD referrals
 - mediatek: Add MT8188 buck isolation setting
 - renesas: Add R-Car M3-W power-off delay quirk
 - renesas: Split R-Car M3-W and M3-W+ sub-drivers

cpuidle-psci:
 - Update MAINTAINERS to set a git for DT IDLE PM DOMAIN/ARM PSCI PM DOMAIN
 - Update init level to core_initcall()
 - Drop superfluous wrappers psci_dt_attach|detach_cpu()

----------------------------------------------------------------
Geert Uytterhoeven (4):
      pmdomain: renesas: rcar-sysc: Absorb rcar_sysc_ch into rcar_sysc_pd
      pmdomain: renesas: rcar-sysc: Split R-Car M3-W and M3-W+ sub-drivers
      pmdomain: renesas: rcar-sysc: Remove rcar_sysc_nullify() helper
      pmdomain: renesas: rcar-sysc: Add R-Car M3-W power-off delay quirk

Johnson Wang (1):
      pmdomain: mediatek: Add MT8188 buck isolation setting

Krzysztof Kozlowski (1):
      pmdomain: mediatek: scpsys: drop driver owner assignment

Maulik Shah (1):
      cpuidle: psci: Update init level to core_initcall()

Tomi Valkeinen (1):
      pmdomain: ti-sci: Fix duplicate PD referrals

Ulf Hansson (6):
      cpuidle: psci: Drop superfluous wrappers psci_dt_attach|detach_cpu()
      MAINTAINERS: Add a git for the ARM PSCI PM DOMAIN
      MAINTAINERS: Add a git for the DT IDLE PM DOMAIN
      pmdomain: core: Update the rejected/usage counters at system suspend too
      pmdomain: core: Don't clear suspended_count at genpd_prepare()
      pmdomain: Merge branch fixes into next

 MAINTAINERS                                        |  2 +
 drivers/cpuidle/cpuidle-psci-domain.c              |  3 +-
 drivers/cpuidle/cpuidle-psci.c                     |  5 +-
 drivers/cpuidle/cpuidle-psci.h                     | 20 -------
 drivers/pmdomain/core.c                            | 11 ++--
 drivers/pmdomain/mediatek/mt8188-pm-domains.h      | 14 ++++-
 drivers/pmdomain/mediatek/mtk-scpsys.c             |  1 -
 drivers/pmdomain/renesas/Makefile                  |  4 +-
 drivers/pmdomain/renesas/r8a77960-sysc.c           | 49 +++++++++++++++
 .../renesas/{r8a7796-sysc.c => r8a77961-sysc.c}    | 28 ++-------
 drivers/pmdomain/renesas/rcar-sysc.c               | 70 +++++++++-------------
 drivers/pmdomain/renesas/rcar-sysc.h               |  9 +--
 drivers/pmdomain/ti/ti_sci_pm_domains.c            | 20 ++++++-
 13 files changed, 127 insertions(+), 109 deletions(-)
 create mode 100644 drivers/pmdomain/renesas/r8a77960-sysc.c
 rename drivers/pmdomain/renesas/{r8a7796-sysc.c => r8a77961-sysc.c} (69%)

Comments

pr-tracker-bot@kernel.org May 16, 2024, 4:23 p.m. UTC | #1
The pull request you sent on Thu, 16 May 2024 14:44:17 +0200:

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

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

Thank you!