Re: [RFC PATCH v6 1/8] drivers: thermal: tsens: use get_temp for tsens_valid

2020-11-22 Thread Amit Kucheria
Hi Ansuel, My apologies for being tardy in reviewing this series. Career changes... On Fri, Aug 14, 2020 at 7:12 PM Ansuel Smith wrote: > > Use the driver get_temp function instead of force to use the generic get > temp function. This is needed as tsens v0 version use a custom function > to get

[RFC PATCH v6 1/8] drivers: thermal: tsens: use get_temp for tsens_valid

2020-08-14 Thread Ansuel Smith
Use the driver get_temp function instead of force to use the generic get temp function. This is needed as tsens v0 version use a custom function to get the real temperature. Signed-off-by: Ansuel Smith --- drivers/thermal/qcom/tsens.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) d