Re: [PATCH] [v2] thermal: core: add upper and lower limits to power_actor_set_power

2020-10-07 Thread Lukasz Luba
On 10/7/20 3:43 AM, Michael Kao wrote: The upper and lower limits of thermal throttle state in the DT do not apply to the Intelligent Power Allocation (IPA) governor. Add the clamping for cooling device upper and lower limits in the power_actor_set_power() used by IPA. Signed-off-by: Michael K

[PATCH] [v2] thermal: core: add upper and lower limits to power_actor_set_power

2020-10-06 Thread Michael Kao
The upper and lower limits of thermal throttle state in the DT do not apply to the Intelligent Power Allocation (IPA) governor. Add the clamping for cooling device upper and lower limits in the power_actor_set_power() used by IPA. Signed-off-by: Michael Kao --- drivers/thermal/thermal_core.c | 2