[<prev] [next>] [day] [month] [year] [list]
Message-ID: <64aaa2aa-00ad-643f-3b44-f505a31f2ee8@partner.samsung.com>
Date: Tue, 13 Nov 2018 11:13:31 +0100
From: Lukasz Luba <l.luba@...tner.samsung.com>
To: Rob Herring <robh@...nel.org>
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org, rui.zhang@...el.com, edubezval@...il.com,
daniel.lezcano@...aro.org, mark.rutland@....com, corbet@....net,
b.zolnierkie@...sung.com, krzk@...nel.org
Subject: Re: [PATCH v2 05/11] Doc: DT: thermal: new irq-mode for trip point
Hi Rob,
On 11/12/18 8:09 PM, Rob Herring wrote:
> On Wed, Nov 07, 2018 at 06:09:47PM +0100, Lukasz Luba wrote:
>> Thermal trip point gets new flag in DT: irq-mode.
>> Trip point may have a new explicit flag which indicate
>> IRQ support when the temperature is met (so the thermal framework
>> deos not need to set polling for it).
>> It is useful for 'passive' cooling trip point,
>> which now will not register for polling the temperature.
>>
>> Update documentation about irq-mode for trip points.
>
> This patch should come before you use it.
OK, I will re-order the patch set in v3.
>
>>
>> Cc: Zhang Rui <rui.zhang@...el.com>
>> Cc: Eduardo Valentin <edubezval@...il.com>
>> Cc: Daniel Lezcano <daniel.lezcano@...aro.org>
>> Cc: Rob Herring <robh+dt@...nel.org>
>> Cc: Mark Rutland <mark.rutland@....com>
>> Cc: devicetree@...r.kernel.org
>> Signed-off-by: Lukasz Luba <l.luba@...tner.samsung.com>
>> ---
>> Documentation/devicetree/bindings/thermal/thermal.txt | 7 +++++++
>> 1 file changed, 7 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/thermal/thermal.txt b/Documentation/devicetree/bindings/thermal/thermal.txt
>> index ca14ba9..bee21e3 100644
>> --- a/Documentation/devicetree/bindings/thermal/thermal.txt
>> +++ b/Documentation/devicetree/bindings/thermal/thermal.txt
>> @@ -90,6 +90,10 @@ Required properties:
>> "critical": Hardware not reliable.
>> Type: string
>>
>> +- irq-mode: A flag indicating that trip rises irq, so there is no
>> + Type: bool need of polling in thermal framework.
>> + Size: one cell
>
> Should be optional, right?
Yes, it is optional. I will mention about it in change v3.
Thank you for the review.
Regards,
Lukasz
Powered by blists - more mailing lists