Re: [PATCH v2 4/5] thermal: tsens: Add support for SDM845

2018-06-14 Thread Amit Kucheria
On Thu, Jun 14, 2018 at 9:48 AM, Vivek Gautam wrote: > Hi Amit, > > On Tue, Jun 12, 2018 at 4:24 PM, Amit Kucheria > wrote: >> SDM845 uses the TSENS v2 IP block >> >> Signed-off-by: Amit Kucheria >> --- >> + >> +static const struct tsens_ops ops_sdm845 = { >> + .init =

Re: [PATCH v2 4/5] thermal: tsens: Add support for SDM845

2018-06-14 Thread Amit Kucheria
On Thu, Jun 14, 2018 at 9:48 AM, Vivek Gautam wrote: > Hi Amit, > > On Tue, Jun 12, 2018 at 4:24 PM, Amit Kucheria > wrote: >> SDM845 uses the TSENS v2 IP block >> >> Signed-off-by: Amit Kucheria >> --- >> + >> +static const struct tsens_ops ops_sdm845 = { >> + .init =

Re: [PATCH v2 4/5] thermal: tsens: Add support for SDM845

2018-06-14 Thread Vivek Gautam
Hi Amit, On Tue, Jun 12, 2018 at 4:24 PM, Amit Kucheria wrote: > SDM845 uses the TSENS v2 IP block > > Signed-off-by: Amit Kucheria > --- > Documentation/devicetree/bindings/thermal/qcom-tsens.txt | 1 + > drivers/thermal/qcom/Makefile| 2 +- >

Re: [PATCH v2 4/5] thermal: tsens: Add support for SDM845

2018-06-14 Thread Vivek Gautam
Hi Amit, On Tue, Jun 12, 2018 at 4:24 PM, Amit Kucheria wrote: > SDM845 uses the TSENS v2 IP block > > Signed-off-by: Amit Kucheria > --- > Documentation/devicetree/bindings/thermal/qcom-tsens.txt | 1 + > drivers/thermal/qcom/Makefile| 2 +- >

Re: [PATCH v2 4/5] thermal: tsens: Add support for SDM845

2018-06-12 Thread Rob Herring
On Tue, Jun 12, 2018 at 01:54:56PM +0300, Amit Kucheria wrote: > SDM845 uses the TSENS v2 IP block > > Signed-off-by: Amit Kucheria > --- > Documentation/devicetree/bindings/thermal/qcom-tsens.txt | 1 + Acked-by: Rob Herring > drivers/thermal/qcom/Makefile| 2

Re: [PATCH v2 4/5] thermal: tsens: Add support for SDM845

2018-06-12 Thread Rob Herring
On Tue, Jun 12, 2018 at 01:54:56PM +0300, Amit Kucheria wrote: > SDM845 uses the TSENS v2 IP block > > Signed-off-by: Amit Kucheria > --- > Documentation/devicetree/bindings/thermal/qcom-tsens.txt | 1 + Acked-by: Rob Herring > drivers/thermal/qcom/Makefile| 2

[PATCH v2 4/5] thermal: tsens: Add support for SDM845

2018-06-12 Thread Amit Kucheria
SDM845 uses the TSENS v2 IP block Signed-off-by: Amit Kucheria --- Documentation/devicetree/bindings/thermal/qcom-tsens.txt | 1 + drivers/thermal/qcom/Makefile| 2 +- drivers/thermal/qcom/tsens-sdm845.c | 15 +++

[PATCH v2 4/5] thermal: tsens: Add support for SDM845

2018-06-12 Thread Amit Kucheria
SDM845 uses the TSENS v2 IP block Signed-off-by: Amit Kucheria --- Documentation/devicetree/bindings/thermal/qcom-tsens.txt | 1 + drivers/thermal/qcom/Makefile| 2 +- drivers/thermal/qcom/tsens-sdm845.c | 15 +++