]> asedeno.scripts.mit.edu Git - linux.git/commit
cpufreq: Initialize the governors in core_initcall
authorAmit Kucheria <amit.kucheria@linaro.org>
Mon, 21 Oct 2019 12:15:12 +0000 (17:45 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 7 Nov 2019 06:00:26 +0000 (07:00 +0100)
commit3f6ec871e1c2b360aaf022e90bb99dcc016b3874
tree05791f67477a1326880369eaaf32f230504764e0
parentae16a688f6916e06ef48d0ae9b608c02d0e507cd
cpufreq: Initialize the governors in core_initcall

Initialize the cpufreq governors earlier to allow for earlier
performance control during the boot process.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/b98eae9b44eb2f034d7f5d12a161f5f831be1eb7.1571656015.git.amit.kucheria@linaro.org
drivers/cpufreq/cpufreq_conservative.c
drivers/cpufreq/cpufreq_ondemand.c
drivers/cpufreq/cpufreq_performance.c
drivers/cpufreq/cpufreq_powersave.c
drivers/cpufreq/cpufreq_userspace.c
kernel/sched/cpufreq_schedutil.c