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]
Message-Id: <20240715100312.175281-1-ulf.hansson@linaro.org>
Date: Mon, 15 Jul 2024 12:03:12 +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 updates for v6.11

Hi Linus,

Here's the PR with the pmdomain updates for v6.11. 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 ddab91f4b2de5c5b46e312a90107d9353087d8ea:

  pmdomain: qcom: rpmhpd: Skip retention level for Power Domains (2024-07-09 12:47:46 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 67ce905f5f725c0ff4675b1aea381df0d80a5f03:

  mdomain: Merge branch fixes into next (2024-07-09 13:12:41 +0200)

----------------------------------------------------------------
pmdomain core:
 - Add support for HW-managed devices

pmdomain providers:
 - amlogic: Add support for the A5 and the A4 power domains
 - arm: Enable system wakeups for the SCMI PM domain
 - qcom/clk: Add HW-mode callbacks to allow switching of GDSC mode

pmdomain consumers:
 - qcom/media/venus: Enable support for switching GDSC HW-mode on V6

----------------------------------------------------------------
Abel Vesa (1):
      PM: domains: Add the domain HW-managed mode to the summary

Christophe JAILLET (1):
      pmdomain: amlogic: Constify struct meson_secure_pwrc_domain_desc

Geert Uytterhoeven (2):
      pmdomain: core: Use genpd_is_irq_safe() helper
      pmdomain: renesas: rmobile-sysc: Use for_each_child_of_node_scoped()

Jagadeesh Kona (3):
      clk: qcom: gdsc: Add set and get hwmode callbacks to switch GDSC mode
      clk: qcom: videocc: Use HW_CTRL_TRIGGER for SM8250, SC7280 vcodec GDSC's
      venus: pm_helpers: Use dev_pm_genpd_set_hwmode to switch GDSC mode on V6

Jeff Johnson (1):
      pmdomain: amlogic: add missing MODULE_DESCRIPTION() macros

Peng Fan (1):
      pmdomain: arm: scmi_pm_domain: set flag GENPD_FLAG_ACTIVE_WAKEUP

Ulf Hansson (3):
      pmdomain: Merge branch dt into next
      PM: domains: Allow devices attached to genpd to be managed by HW
      mdomain: Merge branch fixes into next

Xianwei Zhao (4):
      dt-bindings: power: add Amlogic A4 power domains
      pmdomain: amlogic: Add support for A4 power domains controller
      dt-bindings: power: add Amlogic A5 power domains
      pmdomain: amlogic: Add support for A5 power domains controller

 .../bindings/power/amlogic,meson-sec-pwrc.yaml     |  2 +
 drivers/clk/qcom/gdsc.c                            | 41 +++++++++++
 drivers/clk/qcom/gdsc.h                            |  1 +
 drivers/clk/qcom/videocc-sc7280.c                  |  2 +-
 drivers/clk/qcom/videocc-sm8250.c                  |  4 +-
 drivers/media/platform/qcom/venus/pm_helpers.c     | 39 ++++++-----
 drivers/pmdomain/amlogic/meson-ee-pwrc.c           |  1 +
 drivers/pmdomain/amlogic/meson-gx-pwrc-vpu.c       |  1 +
 drivers/pmdomain/amlogic/meson-secure-pwrc.c       | 65 ++++++++++++++++--
 drivers/pmdomain/arm/scmi_pm_domain.c              |  1 +
 drivers/pmdomain/core.c                            | 80 +++++++++++++++++++++-
 drivers/pmdomain/renesas/rmobile-sysc.c            |  8 +--
 include/dt-bindings/power/amlogic,a4-pwrc.h        | 21 ++++++
 include/dt-bindings/power/amlogic,a5-pwrc.h        | 21 ++++++
 include/linux/pm_domain.h                          | 17 +++++
 15 files changed, 271 insertions(+), 33 deletions(-)
 create mode 100644 include/dt-bindings/power/amlogic,a4-pwrc.h
 create mode 100644 include/dt-bindings/power/amlogic,a5-pwrc.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ