Re: [PATCH v2 1/9] [ALREADY QUEUED] cpufreq: qcom-hw: Move to device_initcall

2019-01-16 Thread Viresh Kumar
On 14-01-19, 15:51, Amit Kucheria wrote: > (Resent to allow people testing the series to test it easily) Maybe just share your branch then, instead of sending this again ? -- viresh

[PATCH v2 1/9] [ALREADY QUEUED] cpufreq: qcom-hw: Move to device_initcall

2019-01-14 Thread Amit Kucheria
(Resent to allow people testing the series to test it easily) 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-o