Re: [PATCH v10 3/8] drivers: thermal: tsens: Convert msm8960 to reg_field

2021-03-18 Thread Thara Gopinath
On 2/17/21 2:40 PM, Ansuel Smith wrote: Convert msm9860 driver to reg_field to use the init_common function. Hi! Now that you have done this, you should clean up the unused bitmasks/offsets etc in tsens-8960.c file as well as a separate patch. I only see the need to maintain

[PATCH v10 3/8] drivers: thermal: tsens: Convert msm8960 to reg_field

2021-02-17 Thread Ansuel Smith
Convert msm9860 driver to reg_field to use the init_common function. Signed-off-by: Ansuel Smith --- drivers/thermal/qcom/tsens-8960.c | 80 ++- 1 file changed, 79 insertions(+), 1 deletion(-) diff --git a/drivers/thermal/qcom/tsens-8960.c