On Tue, Mar 14, 2017 at 6:18 AM, Viresh Kumar <viresh.kumar@xxxxxxxxxx> 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.kumar@xxxxxxxxxx> > --- > Only compile tested. Works fine. Nice cleanup, thanks! Tested-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html