Re: [PATCH v1 4/7] cpufreq: qcom-hw: Move to device_initcall

2019-01-09 Thread Viresh Kumar
On 10-01-19, 05:30, Amit Kucheria wrote: > subsys_initcall causes problems registering the driver as a thermal > cooling device. > > If "faster boot" is the main reason for doing subsys_initcall, this > should be handled in the bootloader or another boot constraint > framework. > > Signed-off-by:

[PATCH v1 4/7] cpufreq: qcom-hw: Move to device_initcall

2019-01-09 Thread Amit Kucheria
subsys_initcall causes problems registering the driver as a thermal cooling device. If "faster boot" is the main reason for doing subsys_initcall, this should be handled in the bootloader or another boot constraint framework. Signed-off-by: Amit Kucheria --- drivers/cpufreq/qcom-cpufreq-hw.c |