Re: [PATCH 1/5] thermal: Initialize thermal subsystem earlier

2019-09-19 Thread Zhang Rui
On Tue, 2019-09-17 at 14:48 +0530, Amit Kucheria wrote: > On Tue, Sep 17, 2019 at 1:30 AM Daniel Lezcano > wrote: > > > > On 12/09/2019 00:32, Amit Kucheria wrote: > > > From: Lina Iyer > > > > > > Now that the thermal framework is built-in, in order to > > > facilitate > > > thermal mitigation

Re: [PATCH 1/5] thermal: Initialize thermal subsystem earlier

2019-09-17 Thread Amit Kucheria
On Tue, Sep 17, 2019 at 1:30 AM Daniel Lezcano wrote: > > On 12/09/2019 00:32, Amit Kucheria wrote: > > From: Lina Iyer > > > > 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 initiali

Re: [PATCH 1/5] thermal: Initialize thermal subsystem earlier

2019-09-16 Thread Daniel Lezcano
On 12/09/2019 00:32, Amit Kucheria wrote: > From: Lina Iyer > > 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. > > However, netlink initialization happen

[PATCH 1/5] thermal: Initialize thermal subsystem earlier

2019-09-11 Thread Amit Kucheria
From: Lina Iyer 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. However, netlink initialization happens only as part of subsys_initcall. At this time in the b