On Tue, Mar 14, 2017 at 6:18 AM, Viresh Kumar <viresh.ku...@linaro.org> wrote:
> The best place to register the CPU cooling device is from the cpufreq > driver as we would know if all the resources are already available or > not. That's what is done for the cpufreq-dt.c driver as well. > > The cpu-cooling driver for dbx500 platform was just (un)registering > with the thermal framework and that can be handled easily by the cpufreq > driver as well and in proper sequence as well. > > Get rid of the cooling driver and its its users and manage everything > from the cpufreq driver instead. > > Signed-off-by: Viresh Kumar <viresh.ku...@linaro.org> > --- > Only compile tested. Works fine. Nice cleanup, thanks! Tested-by: Linus Walleij <linus.wall...@linaro.org> Yours, Linus Walleij