Re: [PATCH 07/15] dt: thermal: tsens: Document interrupt support in tsens driver

2019-08-19 Thread Rob Herring
On Mon, Aug 19, 2019 at 2:10 AM Amit Kucheria wrote: > > On Sun, Aug 18, 2019 at 12:55 AM Rob Herring wrote: > > > > On Fri, Aug 16, 2019 at 5:02 PM Amit Kucheria > > wrote: > > > > > > On Sat, Aug 17, 2019 at 3:06 AM Rob Herring wrote: > > > > > > > > On Fri, Jul 26, 2019 at 03:48:42AM +0530,

Re: [PATCH 07/15] dt: thermal: tsens: Document interrupt support in tsens driver

2019-08-19 Thread Amit Kucheria
On Sun, Aug 18, 2019 at 12:55 AM Rob Herring wrote: > > On Fri, Aug 16, 2019 at 5:02 PM Amit Kucheria > wrote: > > > > On Sat, Aug 17, 2019 at 3:06 AM Rob Herring wrote: > > > > > > On Fri, Jul 26, 2019 at 03:48:42AM +0530, Amit Kucheria wrote: > > > > Define two new required properties to defi

Re: [PATCH 07/15] dt: thermal: tsens: Document interrupt support in tsens driver

2019-08-17 Thread Rob Herring
On Fri, Aug 16, 2019 at 5:02 PM Amit Kucheria wrote: > > On Sat, Aug 17, 2019 at 3:06 AM Rob Herring wrote: > > > > On Fri, Jul 26, 2019 at 03:48:42AM +0530, Amit Kucheria wrote: > > > Define two new required properties to define interrupts and > > > interrupt-names for tsens. > > > > > > Signed-

Re: [PATCH 07/15] dt: thermal: tsens: Document interrupt support in tsens driver

2019-08-16 Thread Stephen Boyd
Quoting Amit Kucheria (2019-08-16 15:02:08) > > Depending on the version of the tsens IP, there can be 1 (upper/lower > threshold), 2 (upper/lower + critical threshold) or 3 (upper/lower + > critical + zero degree) interrupts. This patch series only introduces > support for a single interrupt (upp

Re: [PATCH 07/15] dt: thermal: tsens: Document interrupt support in tsens driver

2019-08-16 Thread Amit Kucheria
On Sat, Aug 17, 2019 at 3:06 AM Rob Herring wrote: > > On Fri, Jul 26, 2019 at 03:48:42AM +0530, Amit Kucheria wrote: > > Define two new required properties to define interrupts and > > interrupt-names for tsens. > > > > Signed-off-by: Amit Kucheria > > --- > > Documentation/devicetree/bindings/

Re: [PATCH 07/15] dt: thermal: tsens: Document interrupt support in tsens driver

2019-08-16 Thread Rob Herring
On Fri, Jul 26, 2019 at 03:48:42AM +0530, Amit Kucheria wrote: > Define two new required properties to define interrupts and > interrupt-names for tsens. > > Signed-off-by: Amit Kucheria > --- > Documentation/devicetree/bindings/thermal/qcom-tsens.txt | 5 + > 1 file changed, 5 insertions(+)

[PATCH 07/15] dt: thermal: tsens: Document interrupt support in tsens driver

2019-07-25 Thread Amit Kucheria
Define two new required properties to define interrupts and interrupt-names for tsens. Signed-off-by: Amit Kucheria --- Documentation/devicetree/bindings/thermal/qcom-tsens.txt | 5 + 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.txt b/Do