lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 16 May 2024 14:44:17 +0200
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Linus <torvalds@...ux-foundation.org>,
	linux-pm@...r.kernel.org,
	linux-kernel@...r.kernel.org
Cc: Ulf Hansson <ulf.hansson@...aro.org>,
	linux-arm-kernel@...ts.infradead.org
Subject: [GIT PULL] pmdomain/cpuidle-psci updates for v6.10

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%)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ