[GIT PULL] pmdomain/arm_scmi fixes for v6.12-rc8

From: Ulf Hansson
Date: Fri Nov 15 2024 - 05:40:50 EST


Hi Linus,

Here's a PR with a couple of pmdomain and arm_scmi fixes intended for v6.12-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 7738568885f2eaecfc10a3f530a2693e5f0ae3d0:

PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list() (2024-10-10 13:55:17 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/pmdomain-v6.12-rc1-2

for you to fetch changes up to d2fab3fc27cbca7ba65c539a2c5fc7f941231983:

mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flag (2024-11-12 19:45:25 +0100)

----------------------------------------------------------------
pmdomain core:
- Add GENPD_FLAG_DEV_NAME_FW flag to generate unique names

pmdomain providers:
- arm: Use FLAG_DEV_NAME_FW to ensure unique names
- imx93-blk-ctrl: Fix the remove path

arm_scmi/qcom-cpucp:
- Report duplicate OPPs as firmware bugs for arm_scmi
- Skip OPP duplicates for arm_scmi
- Mark the qcom-cpucp mailbox irq with IRQF_NO_SUSPEND flag

----------------------------------------------------------------
Cristian Marussi (1):
firmware: arm_scmi: Skip opp duplicates

Peng Fan (1):
pmdomain: imx93-blk-ctrl: correct remove path

Sibi Sankar (4):
pmdomain: core: Add GENPD_FLAG_DEV_NAME_FW flag
pmdomain: arm: Use FLAG_DEV_NAME_FW to ensure unique names
firmware: arm_scmi: Report duplicate opps as firmware bugs
mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flag

drivers/firmware/arm_scmi/perf.c | 44 +++++++++++++++++++++--------
drivers/mailbox/qcom-cpucp-mbox.c | 2 +-
drivers/pmdomain/arm/scmi_perf_domain.c | 3 +-
drivers/pmdomain/core.c | 49 +++++++++++++++++++++++----------
drivers/pmdomain/imx/imx93-blk-ctrl.c | 4 ++-
include/linux/pm_domain.h | 6 ++++
6 files changed, 78 insertions(+), 30 deletions(-)