Hi, On Thu, Jul 12, 2018 at 1:39 AM, Amit Kucheria <[email protected]> wrote: > The TSENS block inside the 8996 is internally classified as version 2 of > the IP. Several other SoC families use this block and can share this code. > > We rename get_temp() to reflect that it can be used across the v2 family. > > Signed-off-by: Amit Kucheria <[email protected]> > Reviewed-by: Bjorn Andersson <[email protected]> > Tested-by: Matthias Kaehlcke <[email protected]> > --- > drivers/thermal/qcom/Makefile | 2 +- > drivers/thermal/qcom/{tsens-8996.c => tsens-v2.c} | 25 > ++++++++--------------- > 2 files changed, 9 insertions(+), 18 deletions(-) > rename drivers/thermal/qcom/{tsens-8996.c => tsens-v2.c} (66%)
Reviewed-by: Douglas Anderson <[email protected]>

