Re: [PATCH] thermal: core: Add thermal zone enable/disable notification

2020-07-29 Thread Daniel Lezcano
On 29/07/2020 07:36, Amit Kucheria wrote: > On Tue, Jul 28, 2020 at 4:40 AM Daniel Lezcano > wrote: >> >> Now the calls to enable/disable a thermal zone are centralized in a >> call to a function, we can add in these the corresponding netlink >> notifications. >> >> Signed-off-by: Daniel Lezcano

Re: [PATCH] thermal: core: Add thermal zone enable/disable notification

2020-07-28 Thread Amit Kucheria
On Tue, Jul 28, 2020 at 4:40 AM Daniel Lezcano wrote: > > Now the calls to enable/disable a thermal zone are centralized in a > call to a function, we can add in these the corresponding netlink > notifications. > > Signed-off-by: Daniel Lezcano Reviewed-by: Amit Kucheria > --- > drivers/therm

Re: [PATCH] thermal: core: Add thermal zone enable/disable notification

2020-07-28 Thread Zhang Rui
On Tue, 2020-07-28 at 01:10 +0200, Daniel Lezcano wrote: > Now the calls to enable/disable a thermal zone are centralized in a > call to a function, we can add in these the corresponding netlink > notifications. > > Signed-off-by: Daniel Lezcano Acked-by: Zhang Rui > --- > drivers/thermal/ther

[PATCH] thermal: core: Add thermal zone enable/disable notification

2020-07-27 Thread Daniel Lezcano
Now the calls to enable/disable a thermal zone are centralized in a call to a function, we can add in these the corresponding netlink notifications. Signed-off-by: Daniel Lezcano --- drivers/thermal/thermal_core.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/thermal/thermal_c