Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/2] Update init level for cmd-db, rpmh-rsc and psci cpuidle domains
@ 2024-02-17 13:57 Maulik Shah
  2024-02-17 13:57 ` [PATCH 1/2] soc: qcom: Update init level to core_initcall() for cmd-db and rpmh-rsc Maulik Shah
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Maulik Shah @ 2024-02-17 13:57 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Ulf Hansson, Rafael J. Wysocki,
	Daniel Lezcano
  Cc: linux-arm-msm, linux-kernel, linux-pm, linux-arm-kernel,
	quic_lsrao, Maulik Shah

cmd-db and rpmh-rsc are used by clients like regulators, interconnects and
clocks for resource voting. These clients are in core_initcall() while
cmd-db and rpmh-rsc are in arch_initcall(). Update init level for these
drivers also to core_initcall() to avoid unnecessary probe defer during
boot up.

Similarly psci cpuidle psci power domains are used by rpmh-rsc driver and
they are in subsys_initcall(). Update it to core_initcall().

Signed-off-by: Maulik Shah <quic_mkshah@quicinc.com>
---
Maulik Shah (2):
      soc: qcom: Update init level to core_initcall() for cmd-db and rpmh-rsc
      cpuidle: psci: Update init level to core_initcall()

 drivers/cpuidle/cpuidle-psci-domain.c | 2 +-
 drivers/soc/qcom/cmd-db.c             | 2 +-
 drivers/soc/qcom/rpmh-rsc.c           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
base-commit: d37e1e4c52bc60578969f391fb81f947c3e83118
change-id: 20240217-init_level-beb6d740d8d2

Best regards,
-- 
Maulik Shah <quic_mkshah@quicinc.com>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-04-04 11:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-17 13:57 [PATCH 0/2] Update init level for cmd-db, rpmh-rsc and psci cpuidle domains Maulik Shah
2024-02-17 13:57 ` [PATCH 1/2] soc: qcom: Update init level to core_initcall() for cmd-db and rpmh-rsc Maulik Shah
2024-02-28 15:40   ` Ulf Hansson
2024-04-04 11:06   ` Ulf Hansson
2024-02-17 13:57 ` [PATCH 2/2] cpuidle: psci: Update init level to core_initcall() Maulik Shah
2024-02-28 15:40   ` Ulf Hansson
2024-04-04 11:06   ` Ulf Hansson
2024-03-17 16:27 ` (subset) [PATCH 0/2] Update init level for cmd-db, rpmh-rsc and psci cpuidle domains Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox