All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: samsung: pmu: Document Exynos850
@ 2021-10-28 14:43 ` Sam Protsenko
  0 siblings, 0 replies; 10+ messages in thread
From: Sam Protsenko @ 2021-10-28 14:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring
  Cc: linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel

Exynos850 SoC can reuse PMU driver functionality. Add corresponding
compatible string to PMU bindings documentation.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
---
 Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml b/Documentation/devicetree/bindings/arm/samsung/pmu.yaml
index 17678d9686c1..0bbd89265b28 100644
--- a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml
+++ b/Documentation/devicetree/bindings/arm/samsung/pmu.yaml
@@ -24,6 +24,7 @@ select:
           - samsung,exynos5420-pmu
           - samsung,exynos5433-pmu
           - samsung,exynos7-pmu
+          - samsung,exynos850-pmu
           - samsung-s5pv210-pmu
   required:
     - compatible
@@ -41,6 +42,7 @@ properties:
           - samsung,exynos5420-pmu
           - samsung,exynos5433-pmu
           - samsung,exynos7-pmu
+          - samsung,exynos850-pmu
           - samsung-s5pv210-pmu
       - const: syscon
 
-- 
2.30.2


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

* [PATCH 1/2] dt-bindings: samsung: pmu: Document Exynos850
@ 2021-10-28 14:43 ` Sam Protsenko
  0 siblings, 0 replies; 10+ messages in thread
From: Sam Protsenko @ 2021-10-28 14:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring
  Cc: linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel

Exynos850 SoC can reuse PMU driver functionality. Add corresponding
compatible string to PMU bindings documentation.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
---
 Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml b/Documentation/devicetree/bindings/arm/samsung/pmu.yaml
index 17678d9686c1..0bbd89265b28 100644
--- a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml
+++ b/Documentation/devicetree/bindings/arm/samsung/pmu.yaml
@@ -24,6 +24,7 @@ select:
           - samsung,exynos5420-pmu
           - samsung,exynos5433-pmu
           - samsung,exynos7-pmu
+          - samsung,exynos850-pmu
           - samsung-s5pv210-pmu
   required:
     - compatible
@@ -41,6 +42,7 @@ properties:
           - samsung,exynos5420-pmu
           - samsung,exynos5433-pmu
           - samsung,exynos7-pmu
+          - samsung,exynos850-pmu
           - samsung-s5pv210-pmu
       - const: syscon
 
-- 
2.30.2


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

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

* [PATCH 2/2] soc: samsung: exynos-pmu: Add Exynos850 support
  2021-10-28 14:43 ` Sam Protsenko
@ 2021-10-28 14:43   ` Sam Protsenko
  -1 siblings, 0 replies; 10+ messages in thread
From: Sam Protsenko @ 2021-10-28 14:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring
  Cc: linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel

Exynos850 SoC can reuse PMU driver functionality. Add corresponding
compatible string.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
---
 drivers/soc/samsung/exynos-pmu.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/soc/samsung/exynos-pmu.c b/drivers/soc/samsung/exynos-pmu.c
index a18c93a4646c..732c86ce2be8 100644
--- a/drivers/soc/samsung/exynos-pmu.c
+++ b/drivers/soc/samsung/exynos-pmu.c
@@ -94,6 +94,8 @@ static const struct of_device_id exynos_pmu_of_device_ids[] = {
 		.compatible = "samsung,exynos5433-pmu",
 	}, {
 		.compatible = "samsung,exynos7-pmu",
+	}, {
+		.compatible = "samsung,exynos850-pmu",
 	},
 	{ /*sentinel*/ },
 };
-- 
2.30.2


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

* [PATCH 2/2] soc: samsung: exynos-pmu: Add Exynos850 support
@ 2021-10-28 14:43   ` Sam Protsenko
  0 siblings, 0 replies; 10+ messages in thread
From: Sam Protsenko @ 2021-10-28 14:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring
  Cc: linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel

Exynos850 SoC can reuse PMU driver functionality. Add corresponding
compatible string.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
---
 drivers/soc/samsung/exynos-pmu.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/soc/samsung/exynos-pmu.c b/drivers/soc/samsung/exynos-pmu.c
index a18c93a4646c..732c86ce2be8 100644
--- a/drivers/soc/samsung/exynos-pmu.c
+++ b/drivers/soc/samsung/exynos-pmu.c
@@ -94,6 +94,8 @@ static const struct of_device_id exynos_pmu_of_device_ids[] = {
 		.compatible = "samsung,exynos5433-pmu",
 	}, {
 		.compatible = "samsung,exynos7-pmu",
+	}, {
+		.compatible = "samsung,exynos850-pmu",
 	},
 	{ /*sentinel*/ },
 };
-- 
2.30.2


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

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

* Re: [PATCH 1/2] dt-bindings: samsung: pmu: Document Exynos850
  2021-10-28 14:43 ` Sam Protsenko
@ 2021-10-29  8:31   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-29  8:31 UTC (permalink / raw)
  To: Sam Protsenko, Rob Herring
  Cc: linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel

On 28/10/2021 16:43, Sam Protsenko wrote:
> Exynos850 SoC can reuse PMU driver functionality. Add corresponding
> compatible string to PMU bindings documentation.
> 
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
> ---
>  Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Looks good, but will have to wait for merge window to finish.

Best regards,
Krzysztof

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

* Re: [PATCH 1/2] dt-bindings: samsung: pmu: Document Exynos850
@ 2021-10-29  8:31   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-29  8:31 UTC (permalink / raw)
  To: Sam Protsenko, Rob Herring
  Cc: linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel

On 28/10/2021 16:43, Sam Protsenko wrote:
> Exynos850 SoC can reuse PMU driver functionality. Add corresponding
> compatible string to PMU bindings documentation.
> 
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
> ---
>  Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Looks good, but will have to wait for merge window to finish.

Best regards,
Krzysztof

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

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

* Re: [PATCH 1/2] dt-bindings: samsung: pmu: Document Exynos850
  2021-10-28 14:43 ` Sam Protsenko
@ 2021-11-08 18:55   ` Rob Herring
  -1 siblings, 0 replies; 10+ messages in thread
From: Rob Herring @ 2021-11-08 18:55 UTC (permalink / raw)
  To: Sam Protsenko
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-samsung-soc,
	Krzysztof Kozlowski, Rob Herring

On Thu, 28 Oct 2021 17:43:12 +0300, Sam Protsenko wrote:
> Exynos850 SoC can reuse PMU driver functionality. Add corresponding
> compatible string to PMU bindings documentation.
> 
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
> ---
>  Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

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

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

* Re: [PATCH 1/2] dt-bindings: samsung: pmu: Document Exynos850
@ 2021-11-08 18:55   ` Rob Herring
  0 siblings, 0 replies; 10+ messages in thread
From: Rob Herring @ 2021-11-08 18:55 UTC (permalink / raw)
  To: Sam Protsenko
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-samsung-soc,
	Krzysztof Kozlowski, Rob Herring

On Thu, 28 Oct 2021 17:43:12 +0300, Sam Protsenko wrote:
> Exynos850 SoC can reuse PMU driver functionality. Add corresponding
> compatible string to PMU bindings documentation.
> 
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
> ---
>  Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

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

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

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

* Re: [PATCH 1/2] dt-bindings: samsung: pmu: Document Exynos850
  2021-10-28 14:43 ` Sam Protsenko
@ 2021-11-15 13:41   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-11-15 13:41 UTC (permalink / raw)
  To: Sam Protsenko, Rob Herring
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-kernel,
	linux-samsung-soc, devicetree

On Thu, 28 Oct 2021 17:43:12 +0300, Sam Protsenko wrote:
> Exynos850 SoC can reuse PMU driver functionality. Add corresponding
> compatible string to PMU bindings documentation.
> 
> 

Applied, thanks!

[1/2] dt-bindings: samsung: pmu: Document Exynos850
      commit: a67cce83945170994fcef241b934699b6018b707
[2/2] soc: samsung: exynos-pmu: Add Exynos850 support
      commit: f5dc0140d483fcc6417d1d655481f0ff1de390b0

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

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

* Re: [PATCH 1/2] dt-bindings: samsung: pmu: Document Exynos850
@ 2021-11-15 13:41   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-11-15 13:41 UTC (permalink / raw)
  To: Sam Protsenko, Rob Herring
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-kernel,
	linux-samsung-soc, devicetree

On Thu, 28 Oct 2021 17:43:12 +0300, Sam Protsenko wrote:
> Exynos850 SoC can reuse PMU driver functionality. Add corresponding
> compatible string to PMU bindings documentation.
> 
> 

Applied, thanks!

[1/2] dt-bindings: samsung: pmu: Document Exynos850
      commit: a67cce83945170994fcef241b934699b6018b707
[2/2] soc: samsung: exynos-pmu: Add Exynos850 support
      commit: f5dc0140d483fcc6417d1d655481f0ff1de390b0

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

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

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

end of thread, other threads:[~2021-11-15 13:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-28 14:43 [PATCH 1/2] dt-bindings: samsung: pmu: Document Exynos850 Sam Protsenko
2021-10-28 14:43 ` Sam Protsenko
2021-10-28 14:43 ` [PATCH 2/2] soc: samsung: exynos-pmu: Add Exynos850 support Sam Protsenko
2021-10-28 14:43   ` Sam Protsenko
2021-10-29  8:31 ` [PATCH 1/2] dt-bindings: samsung: pmu: Document Exynos850 Krzysztof Kozlowski
2021-10-29  8:31   ` Krzysztof Kozlowski
2021-11-08 18:55 ` Rob Herring
2021-11-08 18:55   ` Rob Herring
2021-11-15 13:41 ` Krzysztof Kozlowski
2021-11-15 13:41   ` Krzysztof Kozlowski

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.