All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: soc: renesas: Move renesas,prr from arm to soc
@ 2022-05-02 12:40 Geert Uytterhoeven
  2022-05-02 12:40 ` [PATCH 2/2] dt-bindings: soc: renesas: Move renesas,rzg2l-sysc " Geert Uytterhoeven
  2022-05-03 11:54 ` [PATCH 1/2] dt-bindings: soc: renesas: Move renesas,prr " Krzysztof Kozlowski
  0 siblings, 2 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02 12:40 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski
  Cc: Lad Prabhakar, Biju Das, Magnus Damm, Simon Horman,
	linux-renesas-soc, devicetree, Geert Uytterhoeven

The Renesas Product Register DT binding is not a top-level DT binding,
hence it does not belong under Documentation/devicetree/bindings/arm/.
Move it to Documentation/devicetree/bindings/soc/renesas/.

While at it, change the license from GPL-2.0 (only) to GPL-2.0-only OR
BSD-2-Clause, to match comment practises.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in renesas-devel for v5.19.

 .../devicetree/bindings/{arm => soc/renesas}/renesas,prr.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename Documentation/devicetree/bindings/{arm => soc/renesas}/renesas,prr.yaml (85%)

diff --git a/Documentation/devicetree/bindings/arm/renesas,prr.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas,prr.yaml
similarity index 85%
rename from Documentation/devicetree/bindings/arm/renesas,prr.yaml
rename to Documentation/devicetree/bindings/soc/renesas/renesas,prr.yaml
index 1f80767da38ba77a..654c96638e754276 100644
--- a/Documentation/devicetree/bindings/arm/renesas,prr.yaml
+++ b/Documentation/devicetree/bindings/soc/renesas/renesas,prr.yaml
@@ -1,7 +1,7 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/arm/renesas,prr.yaml#
+$id: http://devicetree.org/schemas/soc/renesas/renesas,prr.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Renesas Product Register
-- 
2.25.1


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

* [PATCH 2/2] dt-bindings: soc: renesas: Move renesas,rzg2l-sysc from arm to soc
  2022-05-02 12:40 [PATCH 1/2] dt-bindings: soc: renesas: Move renesas,prr from arm to soc Geert Uytterhoeven
@ 2022-05-02 12:40 ` Geert Uytterhoeven
  2022-05-03 11:55   ` Krzysztof Kozlowski
  2022-05-03 11:54 ` [PATCH 1/2] dt-bindings: soc: renesas: Move renesas,prr " Krzysztof Kozlowski
  1 sibling, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02 12:40 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski
  Cc: Lad Prabhakar, Biju Das, Magnus Damm, Simon Horman,
	linux-renesas-soc, devicetree, Geert Uytterhoeven

The Renesas RZ/{G2L,V2L} System Controller (SYSC) DT binding is not
really a power-related DT binding, hence it does not belong under
Documentation/devicetree/bindings/power/.
Move it to Documentation/devicetree/bindings/soc/renesas/.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in renesas-devel for v5.19.

 .../bindings/{power => soc/renesas}/renesas,rzg2l-sysc.yaml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename Documentation/devicetree/bindings/{power => soc/renesas}/renesas,rzg2l-sysc.yaml (96%)

diff --git a/Documentation/devicetree/bindings/power/renesas,rzg2l-sysc.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas,rzg2l-sysc.yaml
similarity index 96%
rename from Documentation/devicetree/bindings/power/renesas,rzg2l-sysc.yaml
rename to Documentation/devicetree/bindings/soc/renesas/renesas,rzg2l-sysc.yaml
index c31eeb66319f4772..ce2875c8932998ba 100644
--- a/Documentation/devicetree/bindings/power/renesas,rzg2l-sysc.yaml
+++ b/Documentation/devicetree/bindings/soc/renesas/renesas,rzg2l-sysc.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: "http://devicetree.org/schemas/power/renesas,rzg2l-sysc.yaml#"
+$id: "http://devicetree.org/schemas/soc/renesas/renesas,rzg2l-sysc.yaml#"
 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
 
 title: Renesas RZ/{G2L,V2L} System Controller (SYSC)
-- 
2.25.1


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

* Re: [PATCH 1/2] dt-bindings: soc: renesas: Move renesas,prr from arm to soc
  2022-05-02 12:40 [PATCH 1/2] dt-bindings: soc: renesas: Move renesas,prr from arm to soc Geert Uytterhoeven
  2022-05-02 12:40 ` [PATCH 2/2] dt-bindings: soc: renesas: Move renesas,rzg2l-sysc " Geert Uytterhoeven
@ 2022-05-03 11:54 ` Krzysztof Kozlowski
  2022-06-13  9:23   ` Geert Uytterhoeven
  2022-06-13 21:39   ` Simon Horman
  1 sibling, 2 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-03 11:54 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski
  Cc: Lad Prabhakar, Biju Das, Magnus Damm, Simon Horman,
	linux-renesas-soc, devicetree

On 02/05/2022 14:40, Geert Uytterhoeven wrote:
> The Renesas Product Register DT binding is not a top-level DT binding,
> hence it does not belong under Documentation/devicetree/bindings/arm/.
> Move it to Documentation/devicetree/bindings/soc/renesas/.
> 
> While at it, change the license from GPL-2.0 (only) to GPL-2.0-only OR
> BSD-2-Clause, to match comment practises.

s/practises/practices/ ?

You should get Simon's ack for this. :)=
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> To be queued in renesas-devel for v5.19.
> 
>  .../devicetree/bindings/{arm => soc/renesas}/renesas,prr.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename Documentation/devicetree/bindings/{arm => soc/renesas}/renesas,prr.yaml (85%)


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH 2/2] dt-bindings: soc: renesas: Move renesas,rzg2l-sysc from arm to soc
  2022-05-02 12:40 ` [PATCH 2/2] dt-bindings: soc: renesas: Move renesas,rzg2l-sysc " Geert Uytterhoeven
@ 2022-05-03 11:55   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-03 11:55 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski
  Cc: Lad Prabhakar, Biju Das, Magnus Damm, Simon Horman,
	linux-renesas-soc, devicetree

On 02/05/2022 14:40, Geert Uytterhoeven wrote:
> The Renesas RZ/{G2L,V2L} System Controller (SYSC) DT binding is not
> really a power-related DT binding, hence it does not belong under
> Documentation/devicetree/bindings/power/.
> Move it to Documentation/devicetree/bindings/soc/renesas/.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH 1/2] dt-bindings: soc: renesas: Move renesas,prr from arm to soc
  2022-05-03 11:54 ` [PATCH 1/2] dt-bindings: soc: renesas: Move renesas,prr " Krzysztof Kozlowski
@ 2022-06-13  9:23   ` Geert Uytterhoeven
  2022-06-13 21:39   ` Simon Horman
  1 sibling, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2022-06-13  9:23 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Krzysztof Kozlowski, Lad Prabhakar, Biju Das,
	Magnus Damm, Simon Horman, Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS

Hi Krzysztof,

On Tue, May 3, 2022 at 1:54 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
> On 02/05/2022 14:40, Geert Uytterhoeven wrote:
> > The Renesas Product Register DT binding is not a top-level DT binding,
> > hence it does not belong under Documentation/devicetree/bindings/arm/.
> > Move it to Documentation/devicetree/bindings/soc/renesas/.
> >
> > While at it, change the license from GPL-2.0 (only) to GPL-2.0-only OR
> > BSD-2-Clause, to match comment practises.
>
> s/practises/practices/ ?

Yep, and s/comment/common/ ;-)

> You should get Simon's ack for this. :)=

Pinging Simon by side-channel...

> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> > To be queued in renesas-devel for v5.19.
> >
> >  .../devicetree/bindings/{arm => soc/renesas}/renesas,prr.yaml | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename Documentation/devicetree/bindings/{arm => soc/renesas}/renesas,prr.yaml (85%)
>
>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Thanks!

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 1/2] dt-bindings: soc: renesas: Move renesas,prr from arm to soc
  2022-05-03 11:54 ` [PATCH 1/2] dt-bindings: soc: renesas: Move renesas,prr " Krzysztof Kozlowski
  2022-06-13  9:23   ` Geert Uytterhoeven
@ 2022-06-13 21:39   ` Simon Horman
  1 sibling, 0 replies; 6+ messages in thread
From: Simon Horman @ 2022-06-13 21:39 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski,
	Lad Prabhakar, Biju Das, Magnus Damm, linux-renesas-soc,
	devicetree

On Tue, May 03, 2022 at 01:54:39PM +0200, Krzysztof Kozlowski wrote:
> On 02/05/2022 14:40, Geert Uytterhoeven wrote:
> > The Renesas Product Register DT binding is not a top-level DT binding,
> > hence it does not belong under Documentation/devicetree/bindings/arm/.
> > Move it to Documentation/devicetree/bindings/soc/renesas/.
> > 
> > While at it, change the license from GPL-2.0 (only) to GPL-2.0-only OR
> > BSD-2-Clause, to match comment practises.
> 
> s/practises/practices/ ?
> 
> You should get Simon's ack for this. :)=

Sorry for the delay, I hadn't noticed this until Geert pinged me about it.

Acked-by: Simon Horman <horms@verge.net.au>

> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> > To be queued in renesas-devel for v5.19.
> > 
> >  .../devicetree/bindings/{arm => soc/renesas}/renesas,prr.yaml | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename Documentation/devicetree/bindings/{arm => soc/renesas}/renesas,prr.yaml (85%)
> 
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> 
> Best regards,
> Krzysztof
> 

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

end of thread, other threads:[~2022-06-13 21:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-02 12:40 [PATCH 1/2] dt-bindings: soc: renesas: Move renesas,prr from arm to soc Geert Uytterhoeven
2022-05-02 12:40 ` [PATCH 2/2] dt-bindings: soc: renesas: Move renesas,rzg2l-sysc " Geert Uytterhoeven
2022-05-03 11:55   ` Krzysztof Kozlowski
2022-05-03 11:54 ` [PATCH 1/2] dt-bindings: soc: renesas: Move renesas,prr " Krzysztof Kozlowski
2022-06-13  9:23   ` Geert Uytterhoeven
2022-06-13 21:39   ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.