devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: hwinfo: renesas,prr: move from soc directory
@ 2022-07-05 15:50 Krzysztof Kozlowski
  2022-07-06 16:11 ` Rob Herring
  2022-07-07  8:51 ` Geert Uytterhoeven
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-05 15:50 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm, Rob Herring, Krzysztof Kozlowski,
	linux-renesas-soc, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Group devices like Chip ID or SoC information under "hwinfo" directory.

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

---

This should go via Renesas tree because of changes around soc/renesas/renesas,prr.yaml.

Changes since v1:
1. Split from https://lore.kernel.org/all/20220705154613.453096-1-krzysztof.kozlowski@linaro.org/
---
 .../bindings/{soc/renesas => hwinfo}/renesas,prr.yaml           | 2 +-
 MAINTAINERS                                                     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 rename Documentation/devicetree/bindings/{soc/renesas => hwinfo}/renesas,prr.yaml (92%)

diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas,prr.yaml b/Documentation/devicetree/bindings/hwinfo/renesas,prr.yaml
similarity index 92%
rename from Documentation/devicetree/bindings/soc/renesas/renesas,prr.yaml
rename to Documentation/devicetree/bindings/hwinfo/renesas,prr.yaml
index 654c96638e75..792f371cec03 100644
--- a/Documentation/devicetree/bindings/soc/renesas/renesas,prr.yaml
+++ b/Documentation/devicetree/bindings/hwinfo/renesas,prr.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/soc/renesas/renesas,prr.yaml#
+$id: http://devicetree.org/schemas/hwinfo/renesas,prr.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Renesas Product Register
diff --git a/MAINTAINERS b/MAINTAINERS
index 392e59e9a03e..d32d724d33da 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2630,6 +2630,7 @@ Q:	http://patchwork.kernel.org/project/linux-renesas-soc/list/
 C:	irc://irc.libera.chat/renesas-soc
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
 F:	Documentation/devicetree/bindings/arm/renesas.yaml
+F:	Documentation/devicetree/bindings/hwinfo/renesas,prr.yaml
 F:	Documentation/devicetree/bindings/soc/renesas/
 F:	arch/arm64/boot/dts/renesas/
 F:	drivers/soc/renesas/
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: hwinfo: renesas,prr: move from soc directory
  2022-07-05 15:50 [PATCH] dt-bindings: hwinfo: renesas,prr: move from soc directory Krzysztof Kozlowski
@ 2022-07-06 16:11 ` Rob Herring
  2022-07-07  8:51 ` Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2022-07-06 16:11 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Krzysztof Kozlowski, linux-renesas-soc, devicetree, Magnus Damm,
	linux-kernel, Geert Uytterhoeven, Rob Herring

On Tue, 05 Jul 2022 17:50:38 +0200, Krzysztof Kozlowski wrote:
> Group devices like Chip ID or SoC information under "hwinfo" directory.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> This should go via Renesas tree because of changes around soc/renesas/renesas,prr.yaml.
> 
> Changes since v1:
> 1. Split from https://lore.kernel.org/all/20220705154613.453096-1-krzysztof.kozlowski@linaro.org/
> ---
>  .../bindings/{soc/renesas => hwinfo}/renesas,prr.yaml           | 2 +-
>  MAINTAINERS                                                     | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
>  rename Documentation/devicetree/bindings/{soc/renesas => hwinfo}/renesas,prr.yaml (92%)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH] dt-bindings: hwinfo: renesas,prr: move from soc directory
  2022-07-05 15:50 [PATCH] dt-bindings: hwinfo: renesas,prr: move from soc directory Krzysztof Kozlowski
  2022-07-06 16:11 ` Rob Herring
@ 2022-07-07  8:51 ` Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2022-07-07  8:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Magnus Damm, Rob Herring, Krzysztof Kozlowski, Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux Kernel Mailing List

On Tue, Jul 5, 2022 at 5:50 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
> Group devices like Chip ID or SoC information under "hwinfo" directory.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> ---
>
> This should go via Renesas tree because of changes around soc/renesas/renesas,prr.yaml.
>
> Changes since v1:
> 1. Split from https://lore.kernel.org/all/20220705154613.453096-1-krzysztof.kozlowski@linaro.org/

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v5.20.

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] 3+ messages in thread

end of thread, other threads:[~2022-07-07  8:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-05 15:50 [PATCH] dt-bindings: hwinfo: renesas,prr: move from soc directory Krzysztof Kozlowski
2022-07-06 16:11 ` Rob Herring
2022-07-07  8:51 ` Geert Uytterhoeven

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).