[PATCH v10 6/8] drivers: thermal: tsens: Use get_temp_common for msm8960

2021-02-17 Thread Ansuel Smith
Rework calibrate function to use common function. Derive the offset from a missing hardcoded slope table and the data from the nvmem calib efuses. Signed-off-by: Ansuel Smith --- drivers/thermal/qcom/tsens-8960.c | 56 +-- 1 file changed, 15 insertions(+), 41 deletion

Re: [PATCH v10 6/8] drivers: thermal: tsens: Use get_temp_common for msm8960

2021-03-18 Thread Thara Gopinath
On 2/17/21 2:40 PM, Ansuel Smith wrote: Rework calibrate function to use common function. Derive the offset from a missing hardcoded slope table and the data from the nvmem calib efuses. You are also changing get_temp to use get_temp_common instead of get_temp_8960 in this patch. Please add