All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support
@ 2020-09-02  9:19 Lad Prabhakar
  2020-09-14 20:15 ` Rob Herring
  2020-09-27  9:27 ` [tip: timers/core] " tip-bot2 for Lad Prabhakar
  0 siblings, 2 replies; 4+ messages in thread
From: Lad Prabhakar @ 2020-09-02  9:19 UTC (permalink / raw)
  To: Geert Uytterhoeven, Daniel Lezcano, Thomas Gleixner, Rob Herring,
	Laurent Pinchart
  Cc: linux-kernel, devicetree, linux-renesas-soc, Lad Prabhakar,
	Biju Das, Prabhakar

Document SoC specific compatible strings for r8a7742. No driver change
is needed as the fallback strings will activate the right code.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v1->v2
* Reabsed the patch on top YAML conversion
* Restored the Acks
---
 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 7e4dc5623da8..762b65094292 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
@@ -39,6 +39,7 @@ properties:
       - items:
           - enum:
               - renesas,r8a73a4-cmt0      # 32-bit CMT0 on R-Mobile APE6
+              - renesas,r8a7742-cmt0      # 32-bit CMT0 on RZ/G1H
               - renesas,r8a7743-cmt0      # 32-bit CMT0 on RZ/G1M
               - renesas,r8a7744-cmt0      # 32-bit CMT0 on RZ/G1N
               - renesas,r8a7745-cmt0      # 32-bit CMT0 on RZ/G1E
@@ -53,6 +54,7 @@ properties:
       - items:
           - enum:
               - renesas,r8a73a4-cmt1      # 48-bit CMT1 on R-Mobile APE6
+              - renesas,r8a7742-cmt1      # 48-bit CMT1 on RZ/G1H
               - renesas,r8a7743-cmt1      # 48-bit CMT1 on RZ/G1M
               - renesas,r8a7744-cmt1      # 48-bit CMT1 on RZ/G1N
               - renesas,r8a7745-cmt1      # 48-bit CMT1 on RZ/G1E
-- 
2.17.1


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

* Re: [PATCH v2] dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support
  2020-09-02  9:19 [PATCH v2] dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support Lad Prabhakar
@ 2020-09-14 20:15 ` Rob Herring
  2020-09-15  8:59   ` Daniel Lezcano
  2020-09-27  9:27 ` [tip: timers/core] " tip-bot2 for Lad Prabhakar
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2020-09-14 20:15 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Laurent Pinchart, Biju Das, Thomas Gleixner, Daniel Lezcano,
	Geert Uytterhoeven, Rob Herring, linux-kernel, devicetree,
	linux-renesas-soc, Prabhakar

On Wed, 02 Sep 2020 10:19:27 +0100, Lad Prabhakar wrote:
> Document SoC specific compatible strings for r8a7742. No driver change
> is needed as the fallback strings will activate the right code.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v1->v2
> * Reabsed the patch on top YAML conversion
> * Restored the Acks
> ---
>  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

* Re: [PATCH v2] dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support
  2020-09-14 20:15 ` Rob Herring
@ 2020-09-15  8:59   ` Daniel Lezcano
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Lezcano @ 2020-09-15  8:59 UTC (permalink / raw)
  To: Rob Herring, Lad Prabhakar
  Cc: Laurent Pinchart, Biju Das, Thomas Gleixner, Geert Uytterhoeven,
	Rob Herring, linux-kernel, devicetree, linux-renesas-soc,
	Prabhakar

On 14/09/2020 22:15, Rob Herring wrote:
> On Wed, 02 Sep 2020 10:19:27 +0100, Lad Prabhakar wrote:
>> Document SoC specific compatible strings for r8a7742. No driver change
>> is needed as the fallback strings will activate the right code.
>>
>> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>> Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
>> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> ---
>> v1->v2
>> * Reabsed the patch on top YAML conversion
>> * Restored the Acks
>> ---
>>  Documentation/devicetree/bindings/timer/renesas,cmt.yaml | 2 ++
>>  1 file changed, 2 insertions(+)
>>
> 
> Acked-by: Rob Herring <robh@kernel.org>

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

* [tip: timers/core] dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support
  2020-09-02  9:19 [PATCH v2] dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support Lad Prabhakar
  2020-09-14 20:15 ` Rob Herring
@ 2020-09-27  9:27 ` tip-bot2 for Lad Prabhakar
  1 sibling, 0 replies; 4+ messages in thread
From: tip-bot2 for Lad Prabhakar @ 2020-09-27  9:27 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Lad Prabhakar, Marian-Cristian Rotariu, Geert Uytterhoeven,
	Rob Herring, Daniel Lezcano, x86, LKML

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

Commit-ID:     e2cb498074a9cc826828a374cc1e66e532e4762d
Gitweb:        https://git.kernel.org/tip/e2cb498074a9cc826828a374cc1e66e532e4762d
Author:        Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
AuthorDate:    Wed, 02 Sep 2020 10:19:27 +01:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Thu, 24 Sep 2020 10:51:04 +02:00

dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support

Document SoC specific compatible strings for r8a7742. No driver change
is needed as the fallback strings will activate the right code.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200902091927.32211-1-prabhakar.mahadev-lad.rj@bp.renesas.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 7e4dc56..762b650 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
@@ -39,6 +39,7 @@ properties:
       - items:
           - enum:
               - renesas,r8a73a4-cmt0      # 32-bit CMT0 on R-Mobile APE6
+              - renesas,r8a7742-cmt0      # 32-bit CMT0 on RZ/G1H
               - renesas,r8a7743-cmt0      # 32-bit CMT0 on RZ/G1M
               - renesas,r8a7744-cmt0      # 32-bit CMT0 on RZ/G1N
               - renesas,r8a7745-cmt0      # 32-bit CMT0 on RZ/G1E
@@ -53,6 +54,7 @@ properties:
       - items:
           - enum:
               - renesas,r8a73a4-cmt1      # 48-bit CMT1 on R-Mobile APE6
+              - renesas,r8a7742-cmt1      # 48-bit CMT1 on RZ/G1H
               - renesas,r8a7743-cmt1      # 48-bit CMT1 on RZ/G1M
               - renesas,r8a7744-cmt1      # 48-bit CMT1 on RZ/G1N
               - renesas,r8a7745-cmt1      # 48-bit CMT1 on RZ/G1E

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

end of thread, other threads:[~2020-09-27  9:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02  9:19 [PATCH v2] dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support Lad Prabhakar
2020-09-14 20:15 ` Rob Herring
2020-09-15  8:59   ` Daniel Lezcano
2020-09-27  9:27 ` [tip: timers/core] " tip-bot2 for Lad Prabhakar

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.