Re: [PATCH 3/5] thermal/drivers/acpi: Use hot and critical ops

2020-12-17 Thread Daniel Lezcano
On 17/12/2020 12:38, Srinivas Pandruvada wrote: > On Thu, 2020-12-17 at 07:28 +0100, Daniel Lezcano wrote: >> On 10/12/2020 13:15, Daniel Lezcano wrote: >>> The acpi driver wants to do a netlink notification in case of a hot >>> or >>> critical trip point. Implement the corresponding ops to be

Re: [PATCH 3/5] thermal/drivers/acpi: Use hot and critical ops

2020-12-17 Thread Srinivas Pandruvada
On Thu, 2020-12-17 at 07:28 +0100, Daniel Lezcano wrote: > On 10/12/2020 13:15, Daniel Lezcano wrote: > > The acpi driver wants to do a netlink notification in case of a hot > > or > > critical trip point. Implement the corresponding ops to be used for > > the thermal zone and use them instead of

Re: [PATCH 3/5] thermal/drivers/acpi: Use hot and critical ops

2020-12-16 Thread Daniel Lezcano
On 10/12/2020 13:15, Daniel Lezcano wrote: > The acpi driver wants to do a netlink notification in case of a hot or > critical trip point. Implement the corresponding ops to be used for > the thermal zone and use them instead of the notify ops. > > Signed-off-by: Daniel Lezcano Is there any

[PATCH 3/5] thermal/drivers/acpi: Use hot and critical ops

2020-12-10 Thread Daniel Lezcano
The acpi driver wants to do a netlink notification in case of a hot or critical trip point. Implement the corresponding ops to be used for the thermal zone and use them instead of the notify ops. Signed-off-by: Daniel Lezcano --- drivers/acpi/thermal.c | 30 ++ 1