Re: [RFC][PATCH 3/5] thermal: Add support for setting notification thresholds

2020-05-21 Thread Srinivas Pandruvada
Hi Amit, On Thu, 2020-05-21 at 10:41 +0530, Amit Kucheria wrote: > Hi Srinivas, > > On Wed, May 20, 2020 at 11:46 PM Srinivas Pandruvada > wrote: > > On Wed, 2020-05-20 at 09:58 +0530, Amit Kucheria wrote: > > > On Tue, May 19, 2020 at 5:10 AM Srinivas Pandruvada > > > wrote: > > > > On Mon, 20

Re: [RFC][PATCH 3/5] thermal: Add support for setting notification thresholds

2020-05-20 Thread Amit Kucheria
Hi Srinivas, On Wed, May 20, 2020 at 11:46 PM Srinivas Pandruvada wrote: > > On Wed, 2020-05-20 at 09:58 +0530, Amit Kucheria wrote: > > On Tue, May 19, 2020 at 5:10 AM Srinivas Pandruvada > > wrote: > > > On Mon, 2020-05-18 at 18:37 +0200, Daniel Lezcano wrote: > > > > On 04/05/2020 20:16, Srin

Re: [RFC][PATCH 3/5] thermal: Add support for setting notification thresholds

2020-05-20 Thread Srinivas Pandruvada
On Wed, 2020-05-20 at 09:58 +0530, Amit Kucheria wrote: > On Tue, May 19, 2020 at 5:10 AM Srinivas Pandruvada > wrote: > > On Mon, 2020-05-18 at 18:37 +0200, Daniel Lezcano wrote: > > > On 04/05/2020 20:16, Srinivas Pandruvada wrote: > > > > Add new attributes in thermal syfs when a thermal driver

Re: [RFC][PATCH 3/5] thermal: Add support for setting notification thresholds

2020-05-19 Thread Amit Kucheria
On Tue, May 19, 2020 at 5:10 AM Srinivas Pandruvada wrote: > > On Mon, 2020-05-18 at 18:37 +0200, Daniel Lezcano wrote: > > On 04/05/2020 20:16, Srinivas Pandruvada wrote: > > > Add new attributes in thermal syfs when a thermal drivers provides > > > callbacks for them and CONFIG_THERMAL_USER_EVEN

Re: [RFC][PATCH 3/5] thermal: Add support for setting notification thresholds

2020-05-18 Thread Srinivas Pandruvada
On Mon, 2020-05-18 at 18:37 +0200, Daniel Lezcano wrote: > On 04/05/2020 20:16, Srinivas Pandruvada wrote: > > Add new attributes in thermal syfs when a thermal drivers provides > > callbacks for them and CONFIG_THERMAL_USER_EVENT_INTERFACE is > > defined. > > > > These attribute allow user space

Re: [RFC][PATCH 3/5] thermal: Add support for setting notification thresholds

2020-05-18 Thread Daniel Lezcano
On 04/05/2020 20:16, Srinivas Pandruvada wrote: > Add new attributes in thermal syfs when a thermal drivers provides > callbacks for them and CONFIG_THERMAL_USER_EVENT_INTERFACE is defined. > > These attribute allow user space to stop polling for temperature. > > These attributes are: > - temp_th

[RFC][PATCH 3/5] thermal: Add support for setting notification thresholds

2020-05-04 Thread Srinivas Pandruvada
Add new attributes in thermal syfs when a thermal drivers provides callbacks for them and CONFIG_THERMAL_USER_EVENT_INTERFACE is defined. These attribute allow user space to stop polling for temperature. These attributes are: - temp_thres_low: Specify a notification temperature for a low temperat