Re: [PATCH 2/5] cpufreq: Initialise the governors in core_initcall

2019-09-17 Thread Viresh Kumar
On 12-09-19, 04:02, Amit Kucheria wrote: > Initialise the cpufreq governors earlier to allow for earlier > performance control during the boot process. > > Signed-off-by: Amit Kucheria > --- > drivers/cpufreq/cpufreq_conservative.c | 2 +- > drivers/cpufreq/cpufreq_ondemand.c | 2 +- > drive

[PATCH 2/5] cpufreq: Initialise the governors in core_initcall

2019-09-11 Thread Amit Kucheria
Initialise the cpufreq governors earlier to allow for earlier performance control during the boot process. Signed-off-by: Amit Kucheria --- drivers/cpufreq/cpufreq_conservative.c | 2 +- drivers/cpufreq/cpufreq_ondemand.c | 2 +- drivers/cpufreq/cpufreq_performance.c | 2 +- drivers/cpufreq