linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families
@ 2024-05-29 12:22 Geert Uytterhoeven
  2024-05-29 12:22 ` [PATCH v2 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2024-05-29 12:22 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart
  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
families.

Changes compared to v1:
  - Add Acked-by, Reviewed-by.

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

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

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>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
v2:
  - Add Acked-by, Reviewed-by.
---
 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 360a5cf1ae9c7462..33170daa3bc348a0 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] 6+ messages in thread

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

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>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
v2:
  - Add Acked-by, Reviewed-by.
---
 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 33170daa3bc348a0..cc228ed28ee8a301 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] 6+ messages in thread

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

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>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
v2:
  - Add Acked-by, Reviewed-by.
---
 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 cc228ed28ee8a301..b6dd98d956f3e867 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] 6+ messages in thread

* Re: [PATCH v2 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families
  2024-05-29 12:22 [PATCH v2 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2024-05-29 12:22 ` [PATCH v2 3/3] dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support Geert Uytterhoeven
@ 2024-07-09  7:39 ` Geert Uytterhoeven
  2024-07-09  7:43   ` Daniel Lezcano
  3 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2024-07-09  7:39 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart
  Cc: devicetree, linux-renesas-soc, linux-kernel, Geert Uytterhoeven

On Wed, May 29, 2024 at 2:22 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> 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
> families.
>
> Changes compared to v1:
>   - Add Acked-by, Reviewed-by.
>
> 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(+)

Gentle ping, as these are already in use in DTS since v6.10-rc1.
Thanks!

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

* Re: [PATCH v2 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families
  2024-07-09  7:39 ` [PATCH v2 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Geert Uytterhoeven
@ 2024-07-09  7:43   ` Daniel Lezcano
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Lezcano @ 2024-07-09  7:43 UTC (permalink / raw)
  To: Geert Uytterhoeven, Thomas Gleixner, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Laurent Pinchart
  Cc: devicetree, linux-renesas-soc, linux-kernel, Geert Uytterhoeven

On 09/07/2024 09:39, Geert Uytterhoeven wrote:
> On Wed, May 29, 2024 at 2:22 PM Geert Uytterhoeven
> <geert+renesas@glider.be> wrote:
>> 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
>> families.
>>
>> Changes compared to v1:
>>    - Add Acked-by, Reviewed-by.
>>
>> 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(+)
> 
> Gentle ping, as these are already in use in DTS since v6.10-rc1.
> Thanks!
> 
> Gr{oetje,eeting}s,
> 
>                          Geert

Applied, thanks

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

end of thread, other threads:[~2024-07-09  7:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-29 12:22 [PATCH v2 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Geert Uytterhoeven
2024-05-29 12:22 ` [PATCH v2 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support Geert Uytterhoeven
2024-05-29 12:22 ` [PATCH v2 2/3] dt-bindings: timer: renesas,tmu: Add RZ/G1 support Geert Uytterhoeven
2024-05-29 12:22 ` [PATCH v2 3/3] dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support Geert Uytterhoeven
2024-07-09  7:39 ` [PATCH v2 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Geert Uytterhoeven
2024-07-09  7:43   ` Daniel Lezcano

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