All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs
@ 2021-02-11 14:31 Niklas Söderlund
  2021-03-10 12:36 ` Niklas Söderlund
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Niklas Söderlund @ 2021-02-11 14:31 UTC (permalink / raw)
  To: Daniel Lezcano, devicetree
  Cc: linux-renesas-soc, Niklas Söderlund, Rob Herring,
	Geert Uytterhoeven

Add missing bindings for Gen3 SoCs.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
index c54188731a1bd7c1..f0f0f121c355b159 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
@@ -28,8 +28,14 @@ properties:
           - renesas,tmu-r8a774e1 # RZ/G2H
           - renesas,tmu-r8a7778  # R-Car M1A
           - renesas,tmu-r8a7779  # R-Car H1
+          - renesas,tmu-r8a7795  # R-Car H3
+          - renesas,tmu-r8a7796  # R-Car M3-W
+          - renesas,tmu-r8a77961 # R-Car M3-W+
+          - renesas,tmu-r8a77965 # R-Car M3-N
           - renesas,tmu-r8a77970 # R-Car V3M
           - renesas,tmu-r8a77980 # R-Car V3H
+          - renesas,tmu-r8a77990 # R-Car E3
+          - renesas,tmu-r8a77995 # R-Car D3
       - const: renesas,tmu
 
   reg:
-- 
2.30.0


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

* Re: [PATCH v2] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs
  2021-02-11 14:31 [PATCH v2] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs Niklas Söderlund
@ 2021-03-10 12:36 ` Niklas Söderlund
  2021-03-10 13:23 ` Daniel Lezcano
  2021-04-09 10:27 ` [tip: timers/core] " tip-bot2 for Niklas Söderlund
  2 siblings, 0 replies; 4+ messages in thread
From: Niklas Söderlund @ 2021-03-10 12:36 UTC (permalink / raw)
  To: Daniel Lezcano, devicetree
  Cc: linux-renesas-soc, Rob Herring, Geert Uytterhoeven

Hi Deniel,

Gentle ping on this and "[PATCH v2] dt-bindings: timer: renesas,cmt: 
Document R8A77961" both are reviewed by both Rob and Geert ready to be 
picked up.

On 2021-02-11 15:31:02 +0100, Niklas Söderlund wrote:
> Add missing bindings for Gen3 SoCs.
> 
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> Reviewed-by: Rob Herring <robh@kernel.org>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
> index c54188731a1bd7c1..f0f0f121c355b159 100644
> --- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
> +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
> @@ -28,8 +28,14 @@ properties:
>            - renesas,tmu-r8a774e1 # RZ/G2H
>            - renesas,tmu-r8a7778  # R-Car M1A
>            - renesas,tmu-r8a7779  # R-Car H1
> +          - renesas,tmu-r8a7795  # R-Car H3
> +          - renesas,tmu-r8a7796  # R-Car M3-W
> +          - renesas,tmu-r8a77961 # R-Car M3-W+
> +          - renesas,tmu-r8a77965 # R-Car M3-N
>            - renesas,tmu-r8a77970 # R-Car V3M
>            - renesas,tmu-r8a77980 # R-Car V3H
> +          - renesas,tmu-r8a77990 # R-Car E3
> +          - renesas,tmu-r8a77995 # R-Car D3
>        - const: renesas,tmu
>  
>    reg:
> -- 
> 2.30.0
> 

-- 
Regards,
Niklas Söderlund

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

* Re: [PATCH v2] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs
  2021-02-11 14:31 [PATCH v2] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs Niklas Söderlund
  2021-03-10 12:36 ` Niklas Söderlund
@ 2021-03-10 13:23 ` Daniel Lezcano
  2021-04-09 10:27 ` [tip: timers/core] " tip-bot2 for Niklas Söderlund
  2 siblings, 0 replies; 4+ messages in thread
From: Daniel Lezcano @ 2021-03-10 13:23 UTC (permalink / raw)
  To: Niklas Söderlund, devicetree
  Cc: linux-renesas-soc, Rob Herring, Geert Uytterhoeven

On 11/02/2021 15:31, Niklas Söderlund wrote:
> Add missing bindings for Gen3 SoCs.
> 
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> Reviewed-by: Rob Herring <robh@kernel.org>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

* [tip: timers/core] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs
  2021-02-11 14:31 [PATCH v2] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs Niklas Söderlund
  2021-03-10 12:36 ` Niklas Söderlund
  2021-03-10 13:23 ` Daniel Lezcano
@ 2021-04-09 10:27 ` tip-bot2 for Niklas Söderlund
  2 siblings, 0 replies; 4+ messages in thread
From: tip-bot2 for Niklas Söderlund @ 2021-04-09 10:27 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: niklas.soderlund+renesas, Rob Herring, Geert Uytterhoeven,
	Daniel Lezcano, x86, linux-kernel

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     c4d814416fe3f5eb27438209a83582d7508ba80a
Gitweb:        https://git.kernel.org/tip/c4d814416fe3f5eb27438209a83582d7508ba80a
Author:        Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
AuthorDate:    Thu, 11 Feb 2021 15:31:02 +01:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Thu, 08 Apr 2021 13:23:21 +02:00

dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs

Add missing bindings for Gen3 SoCs.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210211143102.350719-1-niklas.soderlund+renesas@ragnatech.se
---
 Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
index c541887..f0f0f12 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
@@ -28,8 +28,14 @@ properties:
           - renesas,tmu-r8a774e1 # RZ/G2H
           - renesas,tmu-r8a7778  # R-Car M1A
           - renesas,tmu-r8a7779  # R-Car H1
+          - renesas,tmu-r8a7795  # R-Car H3
+          - renesas,tmu-r8a7796  # R-Car M3-W
+          - renesas,tmu-r8a77961 # R-Car M3-W+
+          - renesas,tmu-r8a77965 # R-Car M3-N
           - renesas,tmu-r8a77970 # R-Car V3M
           - renesas,tmu-r8a77980 # R-Car V3H
+          - renesas,tmu-r8a77990 # R-Car E3
+          - renesas,tmu-r8a77995 # R-Car D3
       - const: renesas,tmu
 
   reg:

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

end of thread, other threads:[~2021-04-09 10:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 14:31 [PATCH v2] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs Niklas Söderlund
2021-03-10 12:36 ` Niklas Söderlund
2021-03-10 13:23 ` Daniel Lezcano
2021-04-09 10:27 ` [tip: timers/core] " tip-bot2 for Niklas Söderlund

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.