Re: [PATCH v4 7/9] cpufreq: qoriq: Use auto-registration of thermal cooling device

2019-01-28 Thread Daniel Lezcano
On 28/01/2019 07:41, Amit Kucheria wrote: > Use the CPUFREQ_AUTO_REGISTER_COOLING_DEV flag to allow cpufreq core to > automatically register as a thermal cooling device. > > This allows removal of boiler plate code from the driver. > > Signed-off-by: Amit Kucheria Reviewed-by: Daniel Lezcano

[PATCH v4 7/9] cpufreq: qoriq: Use auto-registration of thermal cooling device

2019-01-27 Thread Amit Kucheria
Use the CPUFREQ_AUTO_REGISTER_COOLING_DEV flag to allow cpufreq core to automatically register as a thermal cooling device. This allows removal of boiler plate code from the driver. Signed-off-by: Amit Kucheria --- drivers/cpufreq/qoriq-cpufreq.c | 15 ++- 1 file changed, 2