]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cpuidle: psci: Enable the hierarchical topology for s2idle on PREEMPT_RT
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 27 May 2024 14:25:57 +0000 (16:25 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 5 Aug 2024 11:25:45 +0000 (13:25 +0200)
commit1c4b2932bd629fe800282114ceb465d3eb5d0737
tree4babcacdb07568dbd56089be8cdcfe7f304bcf6a
parent4517b1c383807fadac8374f99f2361fe7eb4c0b4
cpuidle: psci: Enable the hierarchical topology for s2idle on PREEMPT_RT

To enable the domain-idle-states to be used during s2idle on a PREEMPT_RT
based configuration, let's allow the re-assignment of the ->enter_s2idle()
callback to psci_enter_s2idle_domain_idle_state().

Similar to s2ram, let's leave the support for CPU hotplug outside
PREEMPT_RT, as it's depending on using runtime PM. For s2idle, this means
that an offline CPU's PM domain will remain powered-on. In practise this
may lead to that a shallower idle-state than necessary gets selected, which
shouldn't be an issue (besides wasting power).

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Tested-by: Raghavendra Kakarla <quic_rkakarla@quicinc.com> # qcm6490 with PREEMPT_RT set
Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Link: https://lore.kernel.org/r/20240527142557.321610-8-ulf.hansson@linaro.org
drivers/cpuidle/cpuidle-psci.c