Re: [PATCH] drivers: thermal: tsens: Merge tsens-common.c into tsens.c

2020-05-22 Thread Daniel Lezcano
On 29/04/2020 20:14, Amit Kucheria wrote: > tsens-common.c has outlived its usefuless. It was created expecting lots > of custom routines per version of the TSENS IP. We haven't needed those, > there is now only data in the version-specific files. > > Merge the code for tsens-common.c into tsens.c

Re: [PATCH] drivers: thermal: tsens: Merge tsens-common.c into tsens.c

2020-05-12 Thread Bjorn Andersson
On Wed 29 Apr 11:14 PDT 2020, Amit Kucheria wrote: > tsens-common.c has outlived its usefuless. It was created expecting lots > of custom routines per version of the TSENS IP. We haven't needed those, > there is now only data in the version-specific files. > > Merge the code for tsens-common.c in