Re: [PATCH v1 13/24] drivers: thermal: tsens: Print IP version

2019-02-20 Thread Amit Kucheria
On Wed, Feb 20, 2019 at 6:47 AM Eduardo Valentin wrote: > > On Thu, Feb 07, 2019 at 04:19:31PM +0530, Amit Kucheria wrote: > > On some TSENS IP, version is stored. Print that version at init. > > > > Signed-off-by: Amit Kucheria > > --- > > drivers/thermal/qcom/tsens-common.c | 23

Re: [PATCH v1 13/24] drivers: thermal: tsens: Print IP version

2019-02-19 Thread Eduardo Valentin
On Thu, Feb 07, 2019 at 04:19:31PM +0530, Amit Kucheria wrote: > On some TSENS IP, version is stored. Print that version at init. > > Signed-off-by: Amit Kucheria > --- > drivers/thermal/qcom/tsens-common.c | 23 ++- > 1 file changed, 22 insertions(+), 1 deletion(-) > >

[PATCH v1 13/24] drivers: thermal: tsens: Print IP version

2019-02-07 Thread Amit Kucheria
On some TSENS IP, version is stored. Print that version at init. Signed-off-by: Amit Kucheria --- drivers/thermal/qcom/tsens-common.c | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/drivers/thermal/qcom/tsens-common.c