Re: [PATCH 1/6] thermal/core: Remove the 'forced_passive' option

2021-01-11 Thread Thara Gopinath
On 12/14/20 6:38 PM, Daniel Lezcano wrote: The code was reorganized in 2012 with the commit 0c01ebbfd3caf1. The main change is a loop on the trip points array and a unconditional call to the throttle() ops of the governors for each of them even if the trip temperature is not reached yet. Wit

Re: [PATCH 1/6] thermal/core: Remove the 'forced_passive' option

2020-12-22 Thread Daniel Lezcano
On 15/12/2020 00:38, Daniel Lezcano wrote: > The code was reorganized in 2012 with the commit 0c01ebbfd3caf1. > > The main change is a loop on the trip points array and a unconditional > call to the throttle() ops of the governors for each of them even if > the trip temperature is not reached yet.

[PATCH 1/6] thermal/core: Remove the 'forced_passive' option

2020-12-14 Thread Daniel Lezcano
The code was reorganized in 2012 with the commit 0c01ebbfd3caf1. The main change is a loop on the trip points array and a unconditional call to the throttle() ops of the governors for each of them even if the trip temperature is not reached yet. With this change, the 'forced_passive' is no longer