2017-06-02 17:40:08

by Markus Mayer

[permalink] [raw]
Subject: [PATCH] dt-bindings: thermal: add file extension to brcm,ns-thermal

From: Markus Mayer <[email protected]>

Add the missing .txt extension to the Broadcom Northstar binding document.

Signed-off-by: Markus Mayer <[email protected]>
---

I noticed the missing .txt extension while preparing another patch series.

.../devicetree/bindings/thermal/{brcm,ns-thermal => brcm,ns-thermal.txt} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename Documentation/devicetree/bindings/thermal/{brcm,ns-thermal => brcm,ns-thermal.txt} (100%)

diff --git a/Documentation/devicetree/bindings/thermal/brcm,ns-thermal b/Documentation/devicetree/bindings/thermal/brcm,ns-thermal.txt
similarity index 100%
rename from Documentation/devicetree/bindings/thermal/brcm,ns-thermal
rename to Documentation/devicetree/bindings/thermal/brcm,ns-thermal.txt
--
2.7.4


2017-06-13 22:17:42

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: thermal: add file extension to brcm,ns-thermal

On Fri, Jun 02, 2017 at 10:31:39AM -0700, Markus Mayer wrote:
> From: Markus Mayer <[email protected]>
>
> Add the missing .txt extension to the Broadcom Northstar binding document.
>
> Signed-off-by: Markus Mayer <[email protected]>
> ---
>
> I noticed the missing .txt extension while preparing another patch series.

I can take this, but if you have another series it should go thru the
thermal tree.

Acked-by: Rob Herring <[email protected]>

2017-06-13 22:26:33

by Markus Mayer

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: thermal: add file extension to brcm,ns-thermal

On 13 June 2017 at 15:17, Rob Herring <[email protected]> wrote:
> On Fri, Jun 02, 2017 at 10:31:39AM -0700, Markus Mayer wrote:
>> From: Markus Mayer <[email protected]>
>>
>> Add the missing .txt extension to the Broadcom Northstar binding document.
>>
>> Signed-off-by: Markus Mayer <[email protected]>
>> ---
>>
>> I noticed the missing .txt extension while preparing another patch series.
>
> I can take this, but if you have another series it should go thru the
> thermal tree.
>
> Acked-by: Rob Herring <[email protected]>

The other series is unrelated to Northstar:
https://www.spinics.net/lists/kernel/msg2525115.html

An updated version for that will be coming soon.

Not sure if that'll influence what happens to this patch.

Thanks,
-Markus

2017-06-22 17:08:43

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: thermal: add file extension to brcm,ns-thermal

On Tue, Jun 13, 2017 at 03:26:29PM -0700, Markus Mayer wrote:
> On 13 June 2017 at 15:17, Rob Herring <[email protected]> wrote:
> > On Fri, Jun 02, 2017 at 10:31:39AM -0700, Markus Mayer wrote:
> >> From: Markus Mayer <[email protected]>
> >>
> >> Add the missing .txt extension to the Broadcom Northstar binding document.
> >>
> >> Signed-off-by: Markus Mayer <[email protected]>
> >> ---
> >>
> >> I noticed the missing .txt extension while preparing another patch series.
> >
> > I can take this, but if you have another series it should go thru the
> > thermal tree.
> >
> > Acked-by: Rob Herring <[email protected]>
>
> The other series is unrelated to Northstar:
> https://www.spinics.net/lists/kernel/msg2525115.html
>
> An updated version for that will be coming soon.
>
> Not sure if that'll influence what happens to this patch.

That sounds like a no, so I've applied this.

Rob