Loading drivers/cpuidle/lpm-levels.c +8 −5 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ #include <linux/sched.h> #include <linux/cpu_pm.h> #include <linux/cpuhotplug.h> #include <linux/regulator/machine.h> #include <linux/sched/clock.h> #include <linux/sched/stat.h> #include <soc/qcom/pm.h> Loading Loading @@ -1032,13 +1033,15 @@ static int cluster_configure(struct lpm_cluster *cluster, int idx, if (level->notify_rpm) { /* * Print the clocks which are enabled during system suspend * This debug information is useful to know which are the * clocks that are enabled and preventing the system level * Print the clocks and regulators which are enabled during * system suspend. This debug information is useful to know * which resources are enabled and preventing the system level * LPMs (XO and Vmin). */ if (!from_idle) if (!from_idle) { clock_debug_print_enabled(); regulator_debug_print_enabled(); } cpu = get_next_online_cpu(from_idle); cpumask_copy(&cpumask, cpumask_of(cpu)); Loading Loading
drivers/cpuidle/lpm-levels.c +8 −5 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ #include <linux/sched.h> #include <linux/cpu_pm.h> #include <linux/cpuhotplug.h> #include <linux/regulator/machine.h> #include <linux/sched/clock.h> #include <linux/sched/stat.h> #include <soc/qcom/pm.h> Loading Loading @@ -1032,13 +1033,15 @@ static int cluster_configure(struct lpm_cluster *cluster, int idx, if (level->notify_rpm) { /* * Print the clocks which are enabled during system suspend * This debug information is useful to know which are the * clocks that are enabled and preventing the system level * Print the clocks and regulators which are enabled during * system suspend. This debug information is useful to know * which resources are enabled and preventing the system level * LPMs (XO and Vmin). */ if (!from_idle) if (!from_idle) { clock_debug_print_enabled(); regulator_debug_print_enabled(); } cpu = get_next_online_cpu(from_idle); cpumask_copy(&cpumask, cpumask_of(cpu)); Loading