mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: timer: renesas,tmu: Add r8a779g0 support
@ 2022-11-03 20:48 Wolfram Sang
  2022-11-03 20:59 ` Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wolfram Sang @ 2022-11-03 20:48 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,tmu.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
index 60f4c059bcff..a67e427a9e7e 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
@@ -38,6 +38,7 @@ properties:
           - renesas,tmu-r8a77995 # R-Car D3
           - renesas,tmu-r8a779a0 # R-Car V3U
           - renesas,tmu-r8a779f0 # R-Car S4-8
+          - renesas,tmu-r8a779g0 # R-Car V4H
       - const: renesas,tmu
 
   reg:
-- 
2.35.1


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

* Re: [PATCH] dt-bindings: timer: renesas,tmu: Add r8a779g0 support
  2022-11-03 20:48 [PATCH] dt-bindings: timer: renesas,tmu: Add r8a779g0 support Wolfram Sang
@ 2022-11-03 20:59 ` Krzysztof Kozlowski
  2022-11-04  9:11 ` Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-11-03 20:59 UTC (permalink / raw)
  To: Wolfram Sang, linux-renesas-soc
  Cc: Daniel Lezcano, Thomas Gleixner, Rob Herring,
	Krzysztof Kozlowski, Geert Uytterhoeven, Laurent Pinchart,
	linux-kernel, devicetree

On 03/11/2022 16:48, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
>  Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 1 +


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

Best regards,
Krzysztof


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

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

On Thu, Nov 3, 2022 at 9:49 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] 5+ messages in thread

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

On 03/11/2022 21:48, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---

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

* [tip: timers/core] dt-bindings: timer: renesas,tmu: Add r8a779g0 support
  2022-11-03 20:48 [PATCH] dt-bindings: timer: renesas,tmu: Add r8a779g0 support Wolfram Sang
                   ` (2 preceding siblings ...)
  2022-12-02 12:29 ` Daniel Lezcano
@ 2022-12-09 15:47 ` tip-bot2 for Wolfram Sang
  3 siblings, 0 replies; 5+ messages in thread
From: tip-bot2 for Wolfram Sang @ 2022-12-09 15:47 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Wolfram Sang, Geert Uytterhoeven, Krzysztof Kozlowski,
	Daniel Lezcano, x86, linux-kernel

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

Commit-ID:     bbf687daab58ef8d09916d69537ff6fa2c849e88
Gitweb:        https://git.kernel.org/tip/bbf687daab58ef8d09916d69537ff6fa2c849e88
Author:        Wolfram Sang <wsa+renesas@sang-engineering.com>
AuthorDate:    Thu, 03 Nov 2022 21:48:58 +01:00
Committer:     Daniel Lezcano <daniel.lezcano@kernel.org>
CommitterDate: Fri, 02 Dec 2022 13:29:34 +01:00

dt-bindings: timer: renesas,tmu: Add r8a779g0 support

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221103204859.24667-1-wsa+renesas@sang-engineering.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
---
 Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
index 60f4c05..a67e427 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
@@ -38,6 +38,7 @@ properties:
           - renesas,tmu-r8a77995 # R-Car D3
           - renesas,tmu-r8a779a0 # R-Car V3U
           - renesas,tmu-r8a779f0 # R-Car S4-8
+          - renesas,tmu-r8a779g0 # R-Car V4H
       - const: renesas,tmu
 
   reg:

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 20:48 [PATCH] dt-bindings: timer: renesas,tmu: Add r8a779g0 support Wolfram Sang
2022-11-03 20:59 ` Krzysztof Kozlowski
2022-11-04  9:11 ` Geert Uytterhoeven
2022-12-02 12:29 ` Daniel Lezcano
2022-12-09 15:47 ` [tip: timers/core] " tip-bot2 for Wolfram Sang

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

all inboxes | Powered by JetHome®