[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250123141540.265172-1-ulf.hansson@linaro.org>
Date: Thu, 23 Jan 2025 15:15:40 +0100
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.14
Hi Linus,
Here's the pull-request with the pmdomain and cpuidle-psci updates for v6.14.
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 726efa92e02b460811e8bc6990dd742f03b645ea:
pmdomain: imx8mp-blk-ctrl: add missing loop break condition (2025-01-16 16:10:32 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/pmdomain-v6.14
for you to fetch changes up to 885f5669f2abd0db34c9832259f77240d5350e36:
pmdomain: airoha: Fix compilation error with Clang-20 and Thumb2 mode (2025-01-21 10:45:24 +0100)
----------------------------------------------------------------
pmdomain core:
- Add support for naming idlestates through DT
pmdomain providers:
- arm: Explicitly request the current state at init for the SCMI PM domain
- mediatek: Add Airoha CPU PM Domain support for CPU frequency scaling
- ti: Add per-device latency constraint management to the ti_sci PM domain
cpuidle-psci:
- Enable system-wakeup through GENPD_FLAG_ACTIVE_WAKEUP
----------------------------------------------------------------
Christian Marangi (2):
pmdomain: airoha: Add Airoha CPU PM Domain support
pmdomain: airoha: Fix compilation error with Clang-20 and Thumb2 mode
Kevin Hilman (3):
pmdomain: ti_sci: add per-device latency constraint management
pmdomain: ti_sci: add wakeup constraint management
pmdomain: ti_sci: handle wake IRQs for IO daisy chain wakeups
Konrad Dybcio (2):
dt-bindings: power: domain-idle-state: Allow idle-state-name
pmdomain: core: Support naming idle states
Patrick Delaunay (1):
cpuidle: psci: Activate GENPD_FLAG_ACTIVE_WAKEUP with OSI
Peng Fan (2):
pmdomain: imx8m[p]-blk-ctrl: Suppress bind attrs
pmdomain: imx-gpcv2: Suppress bind attrs
Sudeep Holla (1):
pmdomain: arm: scmi_pm_domain: Send an explicit request to set the current state
Ulf Hansson (2):
pmdomain: Merge branch fixes into next
pmdomain: Merge branch fixes into next
.../bindings/power/domain-idle-state.yaml | 5 +
drivers/cpuidle/cpuidle-psci-domain.c | 1 +
drivers/pmdomain/arm/scmi_pm_domain.c | 8 ++
drivers/pmdomain/core.c | 15 ++-
drivers/pmdomain/imx/gpcv2.c | 2 +
drivers/pmdomain/imx/imx8m-blk-ctrl.c | 1 +
drivers/pmdomain/imx/imx8mp-blk-ctrl.c | 1 +
drivers/pmdomain/mediatek/Kconfig | 12 ++
drivers/pmdomain/mediatek/Makefile | 8 ++
drivers/pmdomain/mediatek/airoha-cpu-pmdomain.c | 144 +++++++++++++++++++++
drivers/pmdomain/ti/ti_sci_pm_domains.c | 81 ++++++++++++
include/linux/pm_domain.h | 1 +
12 files changed, 276 insertions(+), 3 deletions(-)
create mode 100644 drivers/pmdomain/mediatek/airoha-cpu-pmdomain.c
Powered by blists - more mailing lists