devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families
@ 2024-03-19 15:46 Geert Uytterhoeven
  2024-03-19 15:46 ` [PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2024-03-19 15:46 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, Niklas Söderlund
  Cc: devicetree, linux-renesas-soc, linux-kernel, Geert Uytterhoeven

	Hi all,

This patch series documents support for the Timer Unit (TMU) on the
R-Mobile APE6 SoC, and on various SoCs from the RZ/G1 and R-Car Gen2
family.

Feel free to squash together if deemed more appropriate.

Thanks for your comments!

Geert Uytterhoeven (3):
  dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support
  dt-bindings: timer: renesas,tmu: Add RZ/G1 support
  dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support

 .../devicetree/bindings/timer/renesas,tmu.yaml       | 12 ++++++++++++
 1 file changed, 12 insertions(+)

-- 
2.34.1

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

* [PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support
  2024-03-19 15:46 [PATCH 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Geert Uytterhoeven
@ 2024-03-19 15:46 ` Geert Uytterhoeven
  2024-03-19 18:43   ` Conor Dooley
  2024-03-20  6:58   ` Wolfram Sang
  2024-03-19 15:46 ` [PATCH 2/3] dt-bindings: timer: renesas,tmu: Add RZ/G1 support Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2024-03-19 15:46 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, Niklas Söderlund
  Cc: devicetree, linux-renesas-soc, linux-kernel, Geert Uytterhoeven

Document support for the Timer Unit (TMU) on the R-Mobile APE6 (R8A73A4)
Soc.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
index 2c915101d7bcec68..8df9d4718cf82a28 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
@@ -21,6 +21,7 @@ properties:
   compatible:
     items:
       - enum:
+          - renesas,tmu-r8a73a4  # R-Mobile APE6
           - renesas,tmu-r8a7740  # R-Mobile A1
           - renesas,tmu-r8a774a1 # RZ/G2M
           - renesas,tmu-r8a774b1 # RZ/G2N
@@ -94,6 +95,7 @@ if:
       compatible:
         contains:
           enum:
+            - renesas,tmu-r8a73a4
             - renesas,tmu-r8a7740
             - renesas,tmu-r8a7778
             - renesas,tmu-r8a7779
-- 
2.34.1


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

* [PATCH 2/3] dt-bindings: timer: renesas,tmu: Add RZ/G1 support
  2024-03-19 15:46 [PATCH 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Geert Uytterhoeven
  2024-03-19 15:46 ` [PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support Geert Uytterhoeven
@ 2024-03-19 15:46 ` Geert Uytterhoeven
  2024-03-19 18:44   ` Conor Dooley
  2024-03-20  6:58   ` Wolfram Sang
  2024-03-19 15:46 ` [PATCH 3/3] dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support Geert Uytterhoeven
  2024-03-19 22:36 ` [PATCH 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Niklas Söderlund
  3 siblings, 2 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2024-03-19 15:46 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, Niklas Söderlund
  Cc: devicetree, linux-renesas-soc, linux-kernel, Geert Uytterhoeven

Document support for the Timer Unit (TMU) on RZ/G1 SoCs.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
index 8df9d4718cf82a28..7670ec74eabdf4c3 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
@@ -23,6 +23,11 @@ properties:
       - enum:
           - renesas,tmu-r8a73a4  # R-Mobile APE6
           - renesas,tmu-r8a7740  # R-Mobile A1
+          - renesas,tmu-r8a7742  # RZ/G1H
+          - renesas,tmu-r8a7743  # RZ/G1M
+          - renesas,tmu-r8a7744  # RZ/G1N
+          - renesas,tmu-r8a7745  # RZ/G1E
+          - renesas,tmu-r8a77470 # RZ/G1C
           - renesas,tmu-r8a774a1 # RZ/G2M
           - renesas,tmu-r8a774b1 # RZ/G2N
           - renesas,tmu-r8a774c0 # RZ/G2E
-- 
2.34.1


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

* [PATCH 3/3] dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support
  2024-03-19 15:46 [PATCH 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Geert Uytterhoeven
  2024-03-19 15:46 ` [PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support Geert Uytterhoeven
  2024-03-19 15:46 ` [PATCH 2/3] dt-bindings: timer: renesas,tmu: Add RZ/G1 support Geert Uytterhoeven
@ 2024-03-19 15:46 ` Geert Uytterhoeven
  2024-03-19 18:44   ` Conor Dooley
  2024-03-20  6:58   ` Wolfram Sang
  2024-03-19 22:36 ` [PATCH 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Niklas Söderlund
  3 siblings, 2 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2024-03-19 15:46 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, Niklas Söderlund
  Cc: devicetree, linux-renesas-soc, linux-kernel, Geert Uytterhoeven

Document support for the Timer Unit (TMU) on R-Car Gen2 SoCs.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
index 7670ec74eabdf4c3..50b5225ceb10b64c 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
@@ -34,6 +34,11 @@ properties:
           - renesas,tmu-r8a774e1 # RZ/G2H
           - renesas,tmu-r8a7778  # R-Car M1A
           - renesas,tmu-r8a7779  # R-Car H1
+          - renesas,tmu-r8a7790  # R-Car H2
+          - renesas,tmu-r8a7791  # R-Car M2-W
+          - renesas,tmu-r8a7792  # R-Car V2H
+          - renesas,tmu-r8a7793  # R-Car M2-N
+          - renesas,tmu-r8a7794  # R-Car E2
           - renesas,tmu-r8a7795  # R-Car H3
           - renesas,tmu-r8a7796  # R-Car M3-W
           - renesas,tmu-r8a77961 # R-Car M3-W+
-- 
2.34.1


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

* Re: [PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support
  2024-03-19 15:46 ` [PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support Geert Uytterhoeven
@ 2024-03-19 18:43   ` Conor Dooley
  2024-03-20  6:58   ` Wolfram Sang
  1 sibling, 0 replies; 11+ messages in thread
From: Conor Dooley @ 2024-03-19 18:43 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, Niklas Söderlund, devicetree,
	linux-renesas-soc, linux-kernel

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

On Tue, Mar 19, 2024 at 04:46:03PM +0100, Geert Uytterhoeven wrote:
> Document support for the Timer Unit (TMU) on the R-Mobile APE6 (R8A73A4)
> Soc.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

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

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

* Re: [PATCH 2/3] dt-bindings: timer: renesas,tmu: Add RZ/G1 support
  2024-03-19 15:46 ` [PATCH 2/3] dt-bindings: timer: renesas,tmu: Add RZ/G1 support Geert Uytterhoeven
@ 2024-03-19 18:44   ` Conor Dooley
  2024-03-20  6:58   ` Wolfram Sang
  1 sibling, 0 replies; 11+ messages in thread
From: Conor Dooley @ 2024-03-19 18:44 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, Niklas Söderlund, devicetree,
	linux-renesas-soc, linux-kernel

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

On Tue, Mar 19, 2024 at 04:46:04PM +0100, Geert Uytterhoeven wrote:
> Document support for the Timer Unit (TMU) on RZ/G1 SoCs.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

> ---
>  Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
> index 8df9d4718cf82a28..7670ec74eabdf4c3 100644
> --- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
> +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
> @@ -23,6 +23,11 @@ properties:
>        - enum:
>            - renesas,tmu-r8a73a4  # R-Mobile APE6
>            - renesas,tmu-r8a7740  # R-Mobile A1
> +          - renesas,tmu-r8a7742  # RZ/G1H
> +          - renesas,tmu-r8a7743  # RZ/G1M
> +          - renesas,tmu-r8a7744  # RZ/G1N
> +          - renesas,tmu-r8a7745  # RZ/G1E
> +          - renesas,tmu-r8a77470 # RZ/G1C
>            - renesas,tmu-r8a774a1 # RZ/G2M
>            - renesas,tmu-r8a774b1 # RZ/G2N
>            - renesas,tmu-r8a774c0 # RZ/G2E
> -- 
> 2.34.1
> 

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

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

* Re: [PATCH 3/3] dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support
  2024-03-19 15:46 ` [PATCH 3/3] dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support Geert Uytterhoeven
@ 2024-03-19 18:44   ` Conor Dooley
  2024-03-20  6:58   ` Wolfram Sang
  1 sibling, 0 replies; 11+ messages in thread
From: Conor Dooley @ 2024-03-19 18:44 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, Niklas Söderlund, devicetree,
	linux-renesas-soc, linux-kernel

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

On Tue, Mar 19, 2024 at 04:46:05PM +0100, Geert Uytterhoeven wrote:
> Document support for the Timer Unit (TMU) on R-Car Gen2 SoCs.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Conor Dooley <conor.dooley@microchip.com>

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

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

* Re: [PATCH 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families
  2024-03-19 15:46 [PATCH 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2024-03-19 15:46 ` [PATCH 3/3] dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support Geert Uytterhoeven
@ 2024-03-19 22:36 ` Niklas Söderlund
  3 siblings, 0 replies; 11+ messages in thread
From: Niklas Söderlund @ 2024-03-19 22:36 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, devicetree, linux-renesas-soc,
	linux-kernel

Hi Geert,

Thanks for your work.

On 2024-03-19 16:46:02 +0100, Geert Uytterhoeven wrote:
> 	Hi all,
> 
> This patch series documents support for the Timer Unit (TMU) on the
> R-Mobile APE6 SoC, and on various SoCs from the RZ/G1 and R-Car Gen2
> family.
> 
> Feel free to squash together if deemed more appropriate.

I prefer them split. In either case, split or squashed for the whole 
set.

Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> 
> Thanks for your comments!
> 
> Geert Uytterhoeven (3):
>   dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support
>   dt-bindings: timer: renesas,tmu: Add RZ/G1 support
>   dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support
> 
>  .../devicetree/bindings/timer/renesas,tmu.yaml       | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> -- 
> 2.34.1
> 
> 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

-- 
Kind Regards,
Niklas Söderlund

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

* Re: [PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support
  2024-03-19 15:46 ` [PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support Geert Uytterhoeven
  2024-03-19 18:43   ` Conor Dooley
@ 2024-03-20  6:58   ` Wolfram Sang
  1 sibling, 0 replies; 11+ messages in thread
From: Wolfram Sang @ 2024-03-20  6:58 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, Niklas Söderlund, devicetree,
	linux-renesas-soc, linux-kernel

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

On Tue, Mar 19, 2024 at 04:46:03PM +0100, Geert Uytterhoeven wrote:
> Document support for the Timer Unit (TMU) on the R-Mobile APE6 (R8A73A4)
> Soc.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


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

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

* Re: [PATCH 2/3] dt-bindings: timer: renesas,tmu: Add RZ/G1 support
  2024-03-19 15:46 ` [PATCH 2/3] dt-bindings: timer: renesas,tmu: Add RZ/G1 support Geert Uytterhoeven
  2024-03-19 18:44   ` Conor Dooley
@ 2024-03-20  6:58   ` Wolfram Sang
  1 sibling, 0 replies; 11+ messages in thread
From: Wolfram Sang @ 2024-03-20  6:58 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, Niklas Söderlund, devicetree,
	linux-renesas-soc, linux-kernel

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

On Tue, Mar 19, 2024 at 04:46:04PM +0100, Geert Uytterhoeven wrote:
> Document support for the Timer Unit (TMU) on RZ/G1 SoCs.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


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

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

* Re: [PATCH 3/3] dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support
  2024-03-19 15:46 ` [PATCH 3/3] dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support Geert Uytterhoeven
  2024-03-19 18:44   ` Conor Dooley
@ 2024-03-20  6:58   ` Wolfram Sang
  1 sibling, 0 replies; 11+ messages in thread
From: Wolfram Sang @ 2024-03-20  6:58 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, Niklas Söderlund, devicetree,
	linux-renesas-soc, linux-kernel

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

On Tue, Mar 19, 2024 at 04:46:05PM +0100, Geert Uytterhoeven wrote:
> Document support for the Timer Unit (TMU) on R-Car Gen2 SoCs.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


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

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

end of thread, other threads:[~2024-03-20  6:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-19 15:46 [PATCH 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Geert Uytterhoeven
2024-03-19 15:46 ` [PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support Geert Uytterhoeven
2024-03-19 18:43   ` Conor Dooley
2024-03-20  6:58   ` Wolfram Sang
2024-03-19 15:46 ` [PATCH 2/3] dt-bindings: timer: renesas,tmu: Add RZ/G1 support Geert Uytterhoeven
2024-03-19 18:44   ` Conor Dooley
2024-03-20  6:58   ` Wolfram Sang
2024-03-19 15:46 ` [PATCH 3/3] dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support Geert Uytterhoeven
2024-03-19 18:44   ` Conor Dooley
2024-03-20  6:58   ` Wolfram Sang
2024-03-19 22:36 ` [PATCH 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Niklas Söderlund

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