Re: [PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-09-14 Thread Bartlomiej Zolnierkiewicz
On 09/10/2018 07:37 PM, Eduardo Valentin wrote: > On Tue, Apr 10, 2018 at 02:41:54PM +0200, Bartlomiej Zolnierkiewicz wrote: >> Hi, >> >> [devm]_thermal_zone_of_sensor_register() is used to register >> thermal sensor by thermal drivers using DeviceTree. Besides >> registering sensor this

Re: [PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-09-14 Thread Bartlomiej Zolnierkiewicz
On 09/10/2018 07:37 PM, Eduardo Valentin wrote: > On Tue, Apr 10, 2018 at 02:41:54PM +0200, Bartlomiej Zolnierkiewicz wrote: >> Hi, >> >> [devm]_thermal_zone_of_sensor_register() is used to register >> thermal sensor by thermal drivers using DeviceTree. Besides >> registering sensor this

Re: [PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-09-10 Thread Eduardo Valentin
On Tue, Apr 10, 2018 at 02:41:54PM +0200, Bartlomiej Zolnierkiewicz wrote: > Hi, > > [devm]_thermal_zone_of_sensor_register() is used to register > thermal sensor by thermal drivers using DeviceTree. Besides > registering sensor this function also immediately enables it > (using ->set_mode

Re: [PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-09-10 Thread Eduardo Valentin
On Tue, Apr 10, 2018 at 02:41:54PM +0200, Bartlomiej Zolnierkiewicz wrote: > Hi, > > [devm]_thermal_zone_of_sensor_register() is used to register > thermal sensor by thermal drivers using DeviceTree. Besides > registering sensor this function also immediately enables it > (using ->set_mode

Re: [PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-09-07 Thread Amit Kucheria
Hi Bartlomiej, Do you have an updated version of this patchset on 4.19-rc1 somewhere that I can look at? I might be seeing this issue on the QCom TSENS driver and would like to verify. Regards, Amit On Tue, Apr 10, 2018 at 6:11 PM, Bartlomiej Zolnierkiewicz wrote: > Hi, > >

Re: [PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-09-07 Thread Amit Kucheria
Hi Bartlomiej, Do you have an updated version of this patchset on 4.19-rc1 somewhere that I can look at? I might be seeing this issue on the QCom TSENS driver and would like to verify. Regards, Amit On Tue, Apr 10, 2018 at 6:11 PM, Bartlomiej Zolnierkiewicz wrote: > Hi, > >

Re: [PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-06-29 Thread Bartlomiej Zolnierkiewicz
On Tuesday, April 10, 2018 02:41:54 PM Bartlomiej Zolnierkiewicz wrote: > Hi, > > [devm]_thermal_zone_of_sensor_register() is used to register > thermal sensor by thermal drivers using DeviceTree. Besides > registering sensor this function also immediately enables it > (using ->set_mode method)

Re: [PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-06-29 Thread Bartlomiej Zolnierkiewicz
On Tuesday, April 10, 2018 02:41:54 PM Bartlomiej Zolnierkiewicz wrote: > Hi, > > [devm]_thermal_zone_of_sensor_register() is used to register > thermal sensor by thermal drivers using DeviceTree. Besides > registering sensor this function also immediately enables it > (using ->set_mode method)

Re: [PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-04-18 Thread Stefan Wahren
Hi Bartlomiej, > Bartlomiej Zolnierkiewicz hat am 10. April 2018 um > 14:41 geschrieben: > > > Hi, > > [devm]_thermal_zone_of_sensor_register() is used to register > thermal sensor by thermal drivers using DeviceTree. Besides > registering sensor this function also

Re: [PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-04-18 Thread Stefan Wahren
Hi Bartlomiej, > Bartlomiej Zolnierkiewicz hat am 10. April 2018 um > 14:41 geschrieben: > > > Hi, > > [devm]_thermal_zone_of_sensor_register() is used to register > thermal sensor by thermal drivers using DeviceTree. Besides > registering sensor this function also immediately enables it >

[PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-04-10 Thread Bartlomiej Zolnierkiewicz
Hi, [devm]_thermal_zone_of_sensor_register() is used to register thermal sensor by thermal drivers using DeviceTree. Besides registering sensor this function also immediately enables it (using ->set_mode method) and then checks it with a update call to the thermal core (which ends up using

[PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-04-10 Thread Bartlomiej Zolnierkiewicz
Hi, [devm]_thermal_zone_of_sensor_register() is used to register thermal sensor by thermal drivers using DeviceTree. Besides registering sensor this function also immediately enables it (using ->set_mode method) and then checks it with a update call to the thermal core (which ends up using