Re: [PATCH] thermal: Use power efficient workqueue

2018-01-10 Thread Eduardo Valentin
On Wed, Jan 03, 2018 at 05:24:16PM +0800, Leo Yan wrote: > Thermal core framework uses the system_freezable_wq workqueue as its > workqueue for polling temperature. Using system_freezable_wq workqueue > prevents the scheduler to make smart decision about the best place to > schedule the work. > >

Re: [PATCH] thermal: Use power efficient workqueue

2018-01-03 Thread Vincent Guittot
On 3 January 2018 at 10:24, Leo Yan wrote: > Thermal core framework uses the system_freezable_wq workqueue as its > workqueue for polling temperature. Using system_freezable_wq workqueue > prevents the scheduler to make smart decision about the best place to > schedule the work. > > This commit re

[PATCH] thermal: Use power efficient workqueue

2018-01-03 Thread Leo Yan
Thermal core framework uses the system_freezable_wq workqueue as its workqueue for polling temperature. Using system_freezable_wq workqueue prevents the scheduler to make smart decision about the best place to schedule the work. This commit replaces system_freezable_wq with system_freezable_power_