public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dt-bindings: pwm: Add r8a779h0 support
@ 2024-07-25 19:38 Wolfram Sang
  2024-07-25 19:38 ` [PATCH 1/2] dt-bindings: pwm: renesas,pwm-rcar: " Wolfram Sang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Wolfram Sang @ 2024-07-25 19:38 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Conor Dooley, devicetree, Geert Uytterhoeven,
	Krzysztof Kozlowski, Laurent Pinchart, linux-kernel, linux-pwm,
	Magnus Damm, Rob Herring, Uwe Kleine-König,
	Yoshihiro Shimoda

Add the bindings for both PWM controllers in this SoC.

Wolfram Sang (2):
  dt-bindings: pwm: renesas,pwm-rcar: Add r8a779h0 support
  dt-bindings: pwm: renesas,tpu: Add r8a779h0 support

 Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml | 1 +
 Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml  | 1 +
 2 files changed, 2 insertions(+)

-- 
2.43.0


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

* [PATCH 1/2] dt-bindings: pwm: renesas,pwm-rcar: Add r8a779h0 support
  2024-07-25 19:38 [PATCH 0/2] dt-bindings: pwm: Add r8a779h0 support Wolfram Sang
@ 2024-07-25 19:38 ` Wolfram Sang
  2024-07-28 11:46   ` Krzysztof Kozlowski
  2024-07-29 18:39   ` Geert Uytterhoeven
  2024-07-25 19:38 ` [PATCH 2/2] dt-bindings: pwm: renesas,tpu: " Wolfram Sang
  2024-07-26  8:16 ` [PATCH 0/2] dt-bindings: pwm: " Uwe Kleine-König
  2 siblings, 2 replies; 7+ messages in thread
From: Wolfram Sang @ 2024-07-25 19:38 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Geert Uytterhoeven,
	Magnus Damm, Yoshihiro Shimoda, linux-pwm, devicetree,
	linux-kernel

Document support for the PWM timers in the Renesas R-Car V4M (R8A779H0)
SoC.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
index 6b6a302a175c..2fe1992e2908 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
+++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
@@ -37,6 +37,7 @@ properties:
           - renesas,pwm-r8a77995  # R-Car D3
           - renesas,pwm-r8a779a0  # R-Car V3U
           - renesas,pwm-r8a779g0  # R-Car V4H
+          - renesas,pwm-r8a779h0  # R-Car V4M
       - const: renesas,pwm-rcar
 
   reg:
-- 
2.43.0


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

* [PATCH 2/2] dt-bindings: pwm: renesas,tpu: Add r8a779h0 support
  2024-07-25 19:38 [PATCH 0/2] dt-bindings: pwm: Add r8a779h0 support Wolfram Sang
  2024-07-25 19:38 ` [PATCH 1/2] dt-bindings: pwm: renesas,pwm-rcar: " Wolfram Sang
@ 2024-07-25 19:38 ` Wolfram Sang
  2024-07-29 18:41   ` Geert Uytterhoeven
  2024-07-26  8:16 ` [PATCH 0/2] dt-bindings: pwm: " Uwe Kleine-König
  2 siblings, 1 reply; 7+ messages in thread
From: Wolfram Sang @ 2024-07-25 19:38 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Geert Uytterhoeven,
	Magnus Damm, Laurent Pinchart, linux-pwm, devicetree,
	linux-kernel

Document support for the 16-Bit Timer Pulse Unit (TPU) in the Renesas
R-Car V4M (R8A779H0) SoC.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
index a3e52b22dd18..a4dfa09344dd 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
@@ -41,6 +41,7 @@ properties:
           - renesas,tpu-r8a77980  # R-Car V3H
           - renesas,tpu-r8a779a0  # R-Car V3U
           - renesas,tpu-r8a779g0  # R-Car V4H
+          - renesas,tpu-r8a779h0  # R-Car V4M
       - const: renesas,tpu
 
   reg:
-- 
2.43.0


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

* Re: [PATCH 0/2] dt-bindings: pwm: Add r8a779h0 support
  2024-07-25 19:38 [PATCH 0/2] dt-bindings: pwm: Add r8a779h0 support Wolfram Sang
  2024-07-25 19:38 ` [PATCH 1/2] dt-bindings: pwm: renesas,pwm-rcar: " Wolfram Sang
  2024-07-25 19:38 ` [PATCH 2/2] dt-bindings: pwm: renesas,tpu: " Wolfram Sang
@ 2024-07-26  8:16 ` Uwe Kleine-König
  2 siblings, 0 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2024-07-26  8:16 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-renesas-soc, Conor Dooley, devicetree, Geert Uytterhoeven,
	Krzysztof Kozlowski, Laurent Pinchart, linux-kernel, linux-pwm,
	Magnus Damm, Rob Herring, Yoshihiro Shimoda

[-- Attachment #1: Type: text/plain, Size: 593 bytes --]

Hello Wolfram,

On Thu, Jul 25, 2024 at 09:38:03PM +0200, Wolfram Sang wrote:
> Add the bindings for both PWM controllers in this SoC.
> 
> Wolfram Sang (2):
>   dt-bindings: pwm: renesas,pwm-rcar: Add r8a779h0 support
>   dt-bindings: pwm: renesas,tpu: Add r8a779h0 support

Looks straight forward. I applied it to my for-nexxt branch at
https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-nexxt
. It will migrate to the branch with a single x that is included in next
after the merge window closes. Still open to accept review tags for it.

Thanks
Uwe

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH 1/2] dt-bindings: pwm: renesas,pwm-rcar: Add r8a779h0 support
  2024-07-25 19:38 ` [PATCH 1/2] dt-bindings: pwm: renesas,pwm-rcar: " Wolfram Sang
@ 2024-07-28 11:46   ` Krzysztof Kozlowski
  2024-07-29 18:39   ` Geert Uytterhoeven
  1 sibling, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2024-07-28 11:46 UTC (permalink / raw)
  To: Wolfram Sang, linux-renesas-soc
  Cc: Uwe Kleine-König, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Magnus Damm, Yoshihiro Shimoda,
	linux-pwm, devicetree, linux-kernel

On 25/07/2024 21:38, Wolfram Sang wrote:
> Document support for the PWM timers in the Renesas R-Car V4M (R8A779H0)
> SoC.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---

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

Best regards,
Krzysztof


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

* Re: [PATCH 1/2] dt-bindings: pwm: renesas,pwm-rcar: Add r8a779h0 support
  2024-07-25 19:38 ` [PATCH 1/2] dt-bindings: pwm: renesas,pwm-rcar: " Wolfram Sang
  2024-07-28 11:46   ` Krzysztof Kozlowski
@ 2024-07-29 18:39   ` Geert Uytterhoeven
  1 sibling, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2024-07-29 18:39 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-renesas-soc, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Magnus Damm, Yoshihiro Shimoda,
	linux-pwm, devicetree, linux-kernel

On Thu, Jul 25, 2024 at 9:38 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> Document support for the PWM timers in the Renesas R-Car V4M (R8A779H0)
> SoC.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

* Re: [PATCH 2/2] dt-bindings: pwm: renesas,tpu: Add r8a779h0 support
  2024-07-25 19:38 ` [PATCH 2/2] dt-bindings: pwm: renesas,tpu: " Wolfram Sang
@ 2024-07-29 18:41   ` Geert Uytterhoeven
  0 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2024-07-29 18:41 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-renesas-soc, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Magnus Damm, Laurent Pinchart,
	linux-pwm, devicetree, linux-kernel

On Thu, Jul 25, 2024 at 9:38 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> Document support for the 16-Bit Timer Pulse Unit (TPU) in the Renesas
> R-Car V4M (R8A779H0) SoC.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

end of thread, other threads:[~2024-07-29 18:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 19:38 [PATCH 0/2] dt-bindings: pwm: Add r8a779h0 support Wolfram Sang
2024-07-25 19:38 ` [PATCH 1/2] dt-bindings: pwm: renesas,pwm-rcar: " Wolfram Sang
2024-07-28 11:46   ` Krzysztof Kozlowski
2024-07-29 18:39   ` Geert Uytterhoeven
2024-07-25 19:38 ` [PATCH 2/2] dt-bindings: pwm: renesas,tpu: " Wolfram Sang
2024-07-29 18:41   ` Geert Uytterhoeven
2024-07-26  8:16 ` [PATCH 0/2] dt-bindings: pwm: " Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox