linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: power: Fix dt_binding_check error
@ 2020-03-02 15:54 Jianxin Pan
  2020-03-02 16:31 ` Kevin Hilman
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jianxin Pan @ 2020-03-02 15:54 UTC (permalink / raw)
  To: Kevin Hilman, linux-amlogic
  Cc: Stephen Rothwell, Jianxin Pan, Neil Armstrong,
	Martin Blumenstingl, linux-pm, linux-kernel, SoC Team,
	Rob Herring, linux-arm-kernel, devicetree, Jerome Brunet

Missing ';' in the end of secure-monitor example node.

Fixes: 165b5fb294e8 ("dt-bindings: power: add Amlogic secure power domains bindings")
Reported-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
---
 Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
index af32209..bc4e037 100644
--- a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
+++ b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
@@ -36,5 +36,5 @@ examples:
             compatible = "amlogic,meson-a1-pwrc";
             #power-domain-cells = <1>;
         };
-    }
+    };
 
-- 
2.7.4


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] dt-bindings: power: Fix dt_binding_check error
  2020-03-02 15:54 [PATCH v2] dt-bindings: power: Fix dt_binding_check error Jianxin Pan
@ 2020-03-02 16:31 ` Kevin Hilman
  2020-03-10 20:36   ` Rob Herring
  2020-03-02 20:15 ` Rob Herring
  2020-03-10  0:41 ` patchwork-bot+linux-amlogic
  2 siblings, 1 reply; 9+ messages in thread
From: Kevin Hilman @ 2020-03-02 16:31 UTC (permalink / raw)
  To: Jianxin Pan, linux-amlogic
  Cc: Stephen Rothwell, Jianxin Pan, Neil Armstrong,
	Martin Blumenstingl, linux-pm, linux-kernel, SoC Team,
	Rob Herring, linux-arm-kernel, devicetree, Jerome Brunet

Hi Jianxin,

Jianxin Pan <jianxin.pan@amlogic.com> writes:

> Missing ';' in the end of secure-monitor example node.
>
> Fixes: 165b5fb294e8 ("dt-bindings: power: add Amlogic secure power domains bindings")
> Reported-by: Rob Herring <robh+dt@kernel.org>
> Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
> ---
>  Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
> index af32209..bc4e037 100644
> --- a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
> +++ b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
> @@ -36,5 +36,5 @@ examples:
>              compatible = "amlogic,meson-a1-pwrc";
>              #power-domain-cells = <1>;
>          };
> -    }
> +    };

Thanks for the fix.  Queued for v5.7.

@Arnd, @Olof: you can ignore this one.  I requested Jianxin to send to
you thinking this was a fix for something you already queued, but it's
not.  I'll handle it.

Kevin

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] dt-bindings: power: Fix dt_binding_check error
  2020-03-02 15:54 [PATCH v2] dt-bindings: power: Fix dt_binding_check error Jianxin Pan
  2020-03-02 16:31 ` Kevin Hilman
@ 2020-03-02 20:15 ` Rob Herring
  2020-03-03  8:43   ` Kevin Hilman
  2020-03-04 16:34   ` Jianxin Pan
  2020-03-10  0:41 ` patchwork-bot+linux-amlogic
  2 siblings, 2 replies; 9+ messages in thread
From: Rob Herring @ 2020-03-02 20:15 UTC (permalink / raw)
  To: Jianxin Pan
  Cc: devicetree, Jianxin Pan, Stephen Rothwell, Martin Blumenstingl,
	Kevin Hilman, linux-pm, Neil Armstrong, linux-kernel, SoC Team,
	linux-amlogic, linux-arm-kernel, Jerome Brunet

On Mon, 2 Mar 2020 23:54:08 +0800, Jianxin Pan wrote:
> Missing ';' in the end of secure-monitor example node.
> 
> Fixes: 165b5fb294e8 ("dt-bindings: power: add Amlogic secure power domains bindings")
> Reported-by: Rob Herring <robh+dt@kernel.org>
> Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
> ---
>  Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Please add Acked-by/Reviewed-by tags when posting new versions. However,
there's no need to repost patches *only* to add the tags. The upstream
maintainer will do that for acks received on the version they apply.

If a tag was not added on purpose, please state why and what changed.

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] dt-bindings: power: Fix dt_binding_check error
  2020-03-02 20:15 ` Rob Herring
@ 2020-03-03  8:43   ` Kevin Hilman
  2020-03-04 16:35     ` Jianxin Pan
  2020-03-04 16:34   ` Jianxin Pan
  1 sibling, 1 reply; 9+ messages in thread
From: Kevin Hilman @ 2020-03-03  8:43 UTC (permalink / raw)
  To: Rob Herring, Jianxin Pan
  Cc: devicetree, Jianxin Pan, Neil Armstrong, Martin Blumenstingl,
	linux-pm, linux-kernel, SoC Team, linux-amlogic,
	Stephen Rothwell, linux-arm-kernel, Jerome Brunet

Rob Herring <robh@kernel.org> writes:

> On Mon, 2 Mar 2020 23:54:08 +0800, Jianxin Pan wrote:
>> Missing ';' in the end of secure-monitor example node.
>> 
>> Fixes: 165b5fb294e8 ("dt-bindings: power: add Amlogic secure power domains bindings")
>> Reported-by: Rob Herring <robh+dt@kernel.org>
>> Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
>> ---
>>  Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>
> Please add Acked-by/Reviewed-by tags when posting new versions. However,
> there's no need to repost patches *only* to add the tags. The upstream
> maintainer will do that for acks received on the version they apply.
>
> If a tag was not added on purpose, please state why and what changed.

I've (re)added these tags:

  Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
  Acked-by: Rob Herring <robh@kernel.org>

when applying this time.

Jianxin, please collect the tags in the future and add when you send
follow-up versions.

Thanks,

Kevin

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] dt-bindings: power: Fix dt_binding_check error
  2020-03-02 20:15 ` Rob Herring
  2020-03-03  8:43   ` Kevin Hilman
@ 2020-03-04 16:34   ` Jianxin Pan
  1 sibling, 0 replies; 9+ messages in thread
From: Jianxin Pan @ 2020-03-04 16:34 UTC (permalink / raw)
  To: Rob Herring
  Cc: Stephen Rothwell, Neil Armstrong, Martin Blumenstingl,
	Kevin Hilman, linux-pm, linux-kernel, SoC Team, linux-arm-kernel,
	linux-amlogic, devicetree, Jerome Brunet

Hi Rob,

On 2020/3/3 4:15, Rob Herring wrote:
> On Mon, 2 Mar 2020 23:54:08 +0800, Jianxin Pan wrote:
>> Missing ';' in the end of secure-monitor example node.
>>
>> Fixes: 165b5fb294e8 ("dt-bindings: power: add Amlogic secure power domains bindings")
>> Reported-by: Rob Herring <robh+dt@kernel.org>
>> Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
>> ---
>>  Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
> 
> Please add Acked-by/Reviewed-by tags when posting new versions. However,
> there's no need to repost patches *only* to add the tags. The upstream
> maintainer will do that for acks received on the version they apply.
> 
Sorry to forget the tag, Kevin has added it for me, and I will keep it in mind next time.
> If a tag was not added on purpose, please state why and what changed.
> 
> .
> 


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] dt-bindings: power: Fix dt_binding_check error
  2020-03-03  8:43   ` Kevin Hilman
@ 2020-03-04 16:35     ` Jianxin Pan
  0 siblings, 0 replies; 9+ messages in thread
From: Jianxin Pan @ 2020-03-04 16:35 UTC (permalink / raw)
  To: Kevin Hilman, Rob Herring
  Cc: devicetree, Neil Armstrong, Martin Blumenstingl, linux-pm,
	linux-kernel, SoC Team, linux-amlogic, Stephen Rothwell,
	linux-arm-kernel, Jerome Brunet

On 2020/3/3 16:43, Kevin Hilman wrote:
> Rob Herring <robh@kernel.org> writes:
> 
>> On Mon, 2 Mar 2020 23:54:08 +0800, Jianxin Pan wrote:
>>> Missing ';' in the end of secure-monitor example node.
>>>
>>> Fixes: 165b5fb294e8 ("dt-bindings: power: add Amlogic secure power domains bindings")
>>> Reported-by: Rob Herring <robh+dt@kernel.org>
>>> Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
>>> ---
>>>  Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>
>> Please add Acked-by/Reviewed-by tags when posting new versions. However,
>> there's no need to repost patches *only* to add the tags. The upstream
>> maintainer will do that for acks received on the version they apply.
>>
>> If a tag was not added on purpose, please state why and what changed.
> 
> I've (re)added these tags:
> 
>   Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
>   Acked-by: Rob Herring <robh@kernel.org>
> 
> when applying this time.
> 
> Jianxin, please collect the tags in the future and add when you send
> follow-up versions.
OK, I will do it next time, thanks for your time.
> 
> Thanks,
> 
> Kevin
> 
> .
> 


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] dt-bindings: power: Fix dt_binding_check error
  2020-03-02 15:54 [PATCH v2] dt-bindings: power: Fix dt_binding_check error Jianxin Pan
  2020-03-02 16:31 ` Kevin Hilman
  2020-03-02 20:15 ` Rob Herring
@ 2020-03-10  0:41 ` patchwork-bot+linux-amlogic
  2 siblings, 0 replies; 9+ messages in thread
From: patchwork-bot+linux-amlogic @ 2020-03-10  0:41 UTC (permalink / raw)
  To: Jianxin Pan; +Cc: linux-amlogic, khilman

Hello:

This patch was applied to khilman/linux-amlogic.git (refs/heads/for-next).

On Mon, 2 Mar 2020 23:54:08 +0800 you wrote:
> Missing ';' in the end of secure-monitor example node.
> 
> Fixes: 165b5fb294e8 ("dt-bindings: power: add Amlogic secure power domains bindings")
> Reported-by: Rob Herring <robh+dt@kernel.org>
> Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
> ---
>  Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Here is a summary with links:
  - [v2] dt-bindings: power: Fix dt_binding_check error
    https://git.kernel.org/khilman/linux-amlogic/c/d85eed038ef4919933b7f4f9d3b4f49ede4092aa

You are awesome, thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/pwbot

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] dt-bindings: power: Fix dt_binding_check error
  2020-03-02 16:31 ` Kevin Hilman
@ 2020-03-10 20:36   ` Rob Herring
  2020-03-10 22:03     ` Kevin Hilman
  0 siblings, 1 reply; 9+ messages in thread
From: Rob Herring @ 2020-03-10 20:36 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: devicetree, Jianxin Pan, Neil Armstrong, Martin Blumenstingl,
	open list:THERMAL, linux-kernel, SoC Team,
	open list:ARM/Amlogic Meson...,
	Stephen Rothwell,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Jerome Brunet

On Mon, Mar 2, 2020 at 10:31 AM Kevin Hilman <khilman@baylibre.com> wrote:
>
> Hi Jianxin,
>
> Jianxin Pan <jianxin.pan@amlogic.com> writes:
>
> > Missing ';' in the end of secure-monitor example node.
> >
> > Fixes: 165b5fb294e8 ("dt-bindings: power: add Amlogic secure power domains bindings")
> > Reported-by: Rob Herring <robh+dt@kernel.org>
> > Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
> > ---
> >  Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
> > index af32209..bc4e037 100644
> > --- a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
> > +++ b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
> > @@ -36,5 +36,5 @@ examples:
> >              compatible = "amlogic,meson-a1-pwrc";
> >              #power-domain-cells = <1>;
> >          };
> > -    }
> > +    };
>
> Thanks for the fix.  Queued for v5.7.
>
> @Arnd, @Olof: you can ignore this one.  I requested Jianxin to send to
> you thinking this was a fix for something you already queued, but it's
> not.  I'll handle it.

Someone has what needs fixing queued in linux-next, but this fix is
still not there. Somehow it seems like features show up in linux-next
faster than fixes for SoC tree...

Rob

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] dt-bindings: power: Fix dt_binding_check error
  2020-03-10 20:36   ` Rob Herring
@ 2020-03-10 22:03     ` Kevin Hilman
  0 siblings, 0 replies; 9+ messages in thread
From: Kevin Hilman @ 2020-03-10 22:03 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, Jianxin Pan, Neil Armstrong, Martin Blumenstingl,
	open list:THERMAL, linux-kernel, SoC Team,
	open list:ARM/Amlogic Meson...,
	Stephen Rothwell,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Jerome Brunet

Rob Herring <robh+dt@kernel.org> writes:

> On Mon, Mar 2, 2020 at 10:31 AM Kevin Hilman <khilman@baylibre.com> wrote:
>>
>> Hi Jianxin,
>>
>> Jianxin Pan <jianxin.pan@amlogic.com> writes:
>>
>> > Missing ';' in the end of secure-monitor example node.
>> >
>> > Fixes: 165b5fb294e8 ("dt-bindings: power: add Amlogic secure power domains bindings")
>> > Reported-by: Rob Herring <robh+dt@kernel.org>
>> > Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
>> > ---
>> >  Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
>> > index af32209..bc4e037 100644
>> > --- a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
>> > +++ b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
>> > @@ -36,5 +36,5 @@ examples:
>> >              compatible = "amlogic,meson-a1-pwrc";
>> >              #power-domain-cells = <1>;
>> >          };
>> > -    }
>> > +    };
>>
>> Thanks for the fix.  Queued for v5.7.
>>
>> @Arnd, @Olof: you can ignore this one.  I requested Jianxin to send to
>> you thinking this was a fix for something you already queued, but it's
>> not.  I'll handle it.
>
> Someone has what needs fixing queued in linux-next, but this fix is
> still not there. Somehow it seems like features show up in linux-next
> faster than fixes for SoC tree...

The fix (this patch) is queued in my 'for-next' branch which I pushed
yesterday.  I guess it missed next-20200310 but should be in tomorrow.

Kevin


[1] https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git/log/?h=for-next

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-03-10 22:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02 15:54 [PATCH v2] dt-bindings: power: Fix dt_binding_check error Jianxin Pan
2020-03-02 16:31 ` Kevin Hilman
2020-03-10 20:36   ` Rob Herring
2020-03-10 22:03     ` Kevin Hilman
2020-03-02 20:15 ` Rob Herring
2020-03-03  8:43   ` Kevin Hilman
2020-03-04 16:35     ` Jianxin Pan
2020-03-04 16:34   ` Jianxin Pan
2020-03-10  0:41 ` patchwork-bot+linux-amlogic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).