Re: [PATCH v2 3/8] ARM: OMAP5: Thermal: Add slope and offset values

2017-03-29 Thread Keerthy
On Wednesday 29 March 2017 10:03 AM, Eduardo Valentin wrote: > On Thu, Mar 09, 2017 at 01:35:57PM +0530, Keerthy wrote: >> Currently the slope and offset values for calculating the >> hot spot temperature of a particular thermal zone is part >> of driver data. Pass them here instead and obtain th

Re: [PATCH v2 3/8] ARM: OMAP5: Thermal: Add slope and offset values

2017-03-28 Thread Eduardo Valentin
On Thu, Mar 09, 2017 at 01:35:57PM +0530, Keerthy wrote: > Currently the slope and offset values for calculating the > hot spot temperature of a particular thermal zone is part > of driver data. Pass them here instead and obtain the values > while of node parsing. The patch is fine.. but > > Si

[PATCH v2 3/8] ARM: OMAP5: Thermal: Add slope and offset values

2017-03-09 Thread Keerthy
Currently the slope and offset values for calculating the hot spot temperature of a particular thermal zone is part of driver data. Pass them here instead and obtain the values while of node parsing. Signed-off-by: Keerthy --- arch/arm/boot/dts/omap5.dtsi | 9 + 1 file changed, 9 inserti