Re: [PATCH v3 2/6] thermal: Initialize thermal subsystem earlier

2019-10-17 Thread Viresh Kumar
On 17-10-19, 17:57, Amit Kucheria wrote: > Now that the thermal framework is built-in, in order to facilitate > thermal mitigation as early as possible in the boot cycle, move the > thermal framework initialization to core_initcall. > > Signed-off-by: Amit Kucheria > --- > drivers/thermal/therma

[PATCH v3 2/6] thermal: Initialize thermal subsystem earlier

2019-10-17 Thread Amit Kucheria
Now that the thermal framework is built-in, in order to facilitate thermal mitigation as early as possible in the boot cycle, move the thermal framework initialization to core_initcall. Signed-off-by: Amit Kucheria --- drivers/thermal/thermal_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 de