linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: soc: samsung: keep SoC driver bindings together
@ 2021-12-13 11:20 Krzysztof Kozlowski
  2021-12-13 11:34 ` Sam Protsenko
  2021-12-15 15:19 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2021-12-13 11:20 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, devicetree, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

Recently added Samsung Exynos USI driver devicetree bindings were added
under ../bindings/soc/samsung/exynos-usi.yaml, so move there also two
other bindings for Exynos SoC drivers: the PMU and ChipID.

Update Samsung Exynos MAINTAINERS entry to include this new path.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 .../devicetree/bindings/{arm => soc}/samsung/exynos-chipid.yaml | 2 +-
 .../{arm/samsung/pmu.yaml => soc/samsung/exynos-pmu.yaml}       | 2 +-
 MAINTAINERS                                                     | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)
 rename Documentation/devicetree/bindings/{arm => soc}/samsung/exynos-chipid.yaml (93%)
 rename Documentation/devicetree/bindings/{arm/samsung/pmu.yaml => soc/samsung/exynos-pmu.yaml} (97%)

diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-chipid.yaml
similarity index 93%
rename from Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml
rename to Documentation/devicetree/bindings/soc/samsung/exynos-chipid.yaml
index bfc352a2fdd6..4bb8efb83ac1 100644
--- a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml
+++ b/Documentation/devicetree/bindings/soc/samsung/exynos-chipid.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/arm/samsung/exynos-chipid.yaml#
+$id: http://devicetree.org/schemas/soc/samsung/exynos-chipid.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Samsung Exynos SoC series Chipid driver
diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
similarity index 97%
rename from Documentation/devicetree/bindings/arm/samsung/pmu.yaml
rename to Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
index 0bbd89265b28..c30a6437030d 100644
--- a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml
+++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/arm/samsung/pmu.yaml#
+$id: http://devicetree.org/schemas/soc/samsung/exynos-pmu.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Samsung Exynos SoC series Power Management Unit (PMU)
diff --git a/MAINTAINERS b/MAINTAINERS
index 79ef55bf2ca7..8926b925514d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2554,6 +2554,7 @@ Q:	https://patchwork.kernel.org/project/linux-samsung-soc/list/
 F:	Documentation/arm/samsung/
 F:	Documentation/devicetree/bindings/arm/samsung/
 F:	Documentation/devicetree/bindings/power/pd-samsung.yaml
+F:	Documentation/devicetree/bindings/soc/samsung/
 F:	arch/arm/boot/dts/exynos*
 F:	arch/arm/boot/dts/s3c*
 F:	arch/arm/boot/dts/s5p*
-- 
2.32.0


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

* Re: [PATCH] dt-bindings: soc: samsung: keep SoC driver bindings together
  2021-12-13 11:20 [PATCH] dt-bindings: soc: samsung: keep SoC driver bindings together Krzysztof Kozlowski
@ 2021-12-13 11:34 ` Sam Protsenko
  2021-12-15 15:19 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Sam Protsenko @ 2021-12-13 11:34 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel

On Mon, 13 Dec 2021 at 13:21, Krzysztof Kozlowski
<krzysztof.kozlowski@canonical.com> wrote:
>
> Recently added Samsung Exynos USI driver devicetree bindings were added
> under ../bindings/soc/samsung/exynos-usi.yaml, so move there also two
> other bindings for Exynos SoC drivers: the PMU and ChipID.
>
> Update Samsung Exynos MAINTAINERS entry to include this new path.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---

Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>

>  .../devicetree/bindings/{arm => soc}/samsung/exynos-chipid.yaml | 2 +-
>  .../{arm/samsung/pmu.yaml => soc/samsung/exynos-pmu.yaml}       | 2 +-
>  MAINTAINERS                                                     | 1 +
>  3 files changed, 3 insertions(+), 2 deletions(-)
>  rename Documentation/devicetree/bindings/{arm => soc}/samsung/exynos-chipid.yaml (93%)
>  rename Documentation/devicetree/bindings/{arm/samsung/pmu.yaml => soc/samsung/exynos-pmu.yaml} (97%)
>
> diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-chipid.yaml
> similarity index 93%
> rename from Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml
> rename to Documentation/devicetree/bindings/soc/samsung/exynos-chipid.yaml
> index bfc352a2fdd6..4bb8efb83ac1 100644
> --- a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml
> +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-chipid.yaml
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: GPL-2.0
>  %YAML 1.2
>  ---
> -$id: http://devicetree.org/schemas/arm/samsung/exynos-chipid.yaml#
> +$id: http://devicetree.org/schemas/soc/samsung/exynos-chipid.yaml#
>  $schema: http://devicetree.org/meta-schemas/core.yaml#
>
>  title: Samsung Exynos SoC series Chipid driver
> diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
> similarity index 97%
> rename from Documentation/devicetree/bindings/arm/samsung/pmu.yaml
> rename to Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
> index 0bbd89265b28..c30a6437030d 100644
> --- a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml
> +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: GPL-2.0
>  %YAML 1.2
>  ---
> -$id: http://devicetree.org/schemas/arm/samsung/pmu.yaml#
> +$id: http://devicetree.org/schemas/soc/samsung/exynos-pmu.yaml#
>  $schema: http://devicetree.org/meta-schemas/core.yaml#
>
>  title: Samsung Exynos SoC series Power Management Unit (PMU)
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 79ef55bf2ca7..8926b925514d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2554,6 +2554,7 @@ Q:        https://patchwork.kernel.org/project/linux-samsung-soc/list/
>  F:     Documentation/arm/samsung/
>  F:     Documentation/devicetree/bindings/arm/samsung/
>  F:     Documentation/devicetree/bindings/power/pd-samsung.yaml
> +F:     Documentation/devicetree/bindings/soc/samsung/
>  F:     arch/arm/boot/dts/exynos*
>  F:     arch/arm/boot/dts/s3c*
>  F:     arch/arm/boot/dts/s5p*
> --
> 2.32.0
>

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

* Re: [PATCH] dt-bindings: soc: samsung: keep SoC driver bindings together
  2021-12-13 11:20 [PATCH] dt-bindings: soc: samsung: keep SoC driver bindings together Krzysztof Kozlowski
  2021-12-13 11:34 ` Sam Protsenko
@ 2021-12-15 15:19 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2021-12-15 15:19 UTC (permalink / raw)
  To: linux-samsung-soc, linux-arm-kernel, devicetree, linux-kernel,
	Krzysztof Kozlowski, Rob Herring

On Mon, 13 Dec 2021 12:20:57 +0100, Krzysztof Kozlowski wrote:
> Recently added Samsung Exynos USI driver devicetree bindings were added
> under ../bindings/soc/samsung/exynos-usi.yaml, so move there also two
> other bindings for Exynos SoC drivers: the PMU and ChipID.
> 
> Update Samsung Exynos MAINTAINERS entry to include this new path.
> 
> 
> [...]

Applied, thanks!

[1/1] dt-bindings: soc: samsung: keep SoC driver bindings together
      commit: 69bac8e4260865ab56d565593c44a519291f36ff

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

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

end of thread, other threads:[~2021-12-15 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13 11:20 [PATCH] dt-bindings: soc: samsung: keep SoC driver bindings together Krzysztof Kozlowski
2021-12-13 11:34 ` Sam Protsenko
2021-12-15 15:19 ` Krzysztof Kozlowski

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