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@xxxxxxxxxxx> --- 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@xxxxxxxxxxx>