All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: timer: renesas,cmt: Add r8a779g0 CMT support
@ 2022-11-04 15:06 Wolfram Sang
  2022-11-07  9:35 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wolfram Sang @ 2022-11-04 15:06 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Daniel Lezcano, Thomas Gleixner, Rob Herring,
	Krzysztof Kozlowski, Geert Uytterhoeven, Laurent Pinchart,
	linux-kernel, devicetree

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

diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.yaml b/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
index bde6c9b66bf4..a0be1755ea28 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
@@ -102,12 +102,14 @@ properties:
           - enum:
               - renesas,r8a779a0-cmt0     # 32-bit CMT0 on R-Car V3U
               - renesas,r8a779f0-cmt0     # 32-bit CMT0 on R-Car S4-8
+              - renesas,r8a779g0-cmt0     # 32-bit CMT0 on R-Car V4H
           - const: renesas,rcar-gen4-cmt0 # 32-bit CMT0 on R-Car Gen4
 
       - items:
           - enum:
               - renesas,r8a779a0-cmt1     # 48-bit CMT on R-Car V3U
               - renesas,r8a779f0-cmt1     # 48-bit CMT on R-Car S4-8
+              - renesas,r8a779g0-cmt1     # 48-bit CMT on R-Car V4H
           - const: renesas,rcar-gen4-cmt1 # 48-bit CMT on R-Car Gen4
 
   reg:
-- 
2.35.1


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

* Re: [PATCH] dt-bindings: timer: renesas,cmt: Add r8a779g0 CMT support
  2022-11-04 15:06 [PATCH] dt-bindings: timer: renesas,cmt: Add r8a779g0 CMT support Wolfram Sang
@ 2022-11-07  9:35 ` Geert Uytterhoeven
  2022-11-07 20:51 ` Rob Herring
  2022-12-09 15:47 ` [tip: timers/core] " tip-bot2 for Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-11-07  9:35 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-renesas-soc, Daniel Lezcano, Thomas Gleixner, Rob Herring,
	Krzysztof Kozlowski, Laurent Pinchart, linux-kernel, devicetree

On Fri, Nov 4, 2022 at 4:07 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> 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] 4+ messages in thread

* Re: [PATCH] dt-bindings: timer: renesas,cmt: Add r8a779g0 CMT support
  2022-11-04 15:06 [PATCH] dt-bindings: timer: renesas,cmt: Add r8a779g0 CMT support Wolfram Sang
  2022-11-07  9:35 ` Geert Uytterhoeven
@ 2022-11-07 20:51 ` Rob Herring
  2022-12-09 15:47 ` [tip: timers/core] " tip-bot2 for Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-11-07 20:51 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-kernel, devicetree, Geert Uytterhoeven, Thomas Gleixner,
	linux-renesas-soc, Daniel Lezcano, Laurent Pinchart, Rob Herring,
	Krzysztof Kozlowski


On Fri, 04 Nov 2022 16:06:42 +0100, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
>  Documentation/devicetree/bindings/timer/renesas,cmt.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

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

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

* [tip: timers/core] dt-bindings: timer: renesas,cmt: Add r8a779g0 CMT support
  2022-11-04 15:06 [PATCH] dt-bindings: timer: renesas,cmt: Add r8a779g0 CMT support Wolfram Sang
  2022-11-07  9:35 ` Geert Uytterhoeven
  2022-11-07 20:51 ` Rob Herring
@ 2022-12-09 15:47 ` tip-bot2 for Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: tip-bot2 for Wolfram Sang @ 2022-12-09 15:47 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Wolfram Sang, Rob Herring, Geert Uytterhoeven, Daniel Lezcano,
	x86, linux-kernel

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

Commit-ID:     83571a4389039b1be2d77655b2ce47543d407e41
Gitweb:        https://git.kernel.org/tip/83571a4389039b1be2d77655b2ce47543d407e41
Author:        Wolfram Sang <wsa+renesas@sang-engineering.com>
AuthorDate:    Fri, 04 Nov 2022 16:06:42 +01:00
Committer:     Daniel Lezcano <daniel.lezcano@kernel.org>
CommitterDate: Fri, 02 Dec 2022 13:42:32 +01:00

dt-bindings: timer: renesas,cmt: Add r8a779g0 CMT support

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20221104150642.4587-1-wsa+renesas@sang-engineering.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
---
 Documentation/devicetree/bindings/timer/renesas,cmt.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.yaml b/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
index bde6c9b..a0be175 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
@@ -102,12 +102,14 @@ properties:
           - enum:
               - renesas,r8a779a0-cmt0     # 32-bit CMT0 on R-Car V3U
               - renesas,r8a779f0-cmt0     # 32-bit CMT0 on R-Car S4-8
+              - renesas,r8a779g0-cmt0     # 32-bit CMT0 on R-Car V4H
           - const: renesas,rcar-gen4-cmt0 # 32-bit CMT0 on R-Car Gen4
 
       - items:
           - enum:
               - renesas,r8a779a0-cmt1     # 48-bit CMT on R-Car V3U
               - renesas,r8a779f0-cmt1     # 48-bit CMT on R-Car S4-8
+              - renesas,r8a779g0-cmt1     # 48-bit CMT on R-Car V4H
           - const: renesas,rcar-gen4-cmt1 # 48-bit CMT on R-Car Gen4
 
   reg:

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

end of thread, other threads:[~2022-12-09 15:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-04 15:06 [PATCH] dt-bindings: timer: renesas,cmt: Add r8a779g0 CMT support Wolfram Sang
2022-11-07  9:35 ` Geert Uytterhoeven
2022-11-07 20:51 ` Rob Herring
2022-12-09 15:47 ` [tip: timers/core] " tip-bot2 for Wolfram Sang

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.