devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support
@ 2018-10-26  8:36 Biju Das
  2018-10-26  9:48 ` Fabrizio Castro
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Biju Das @ 2018-10-26  8:36 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Biju Das, Daniel Lezcano, Thomas Gleixner, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

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

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
This patch is tested against linux-next
---
 Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
index 6de27b6..eb602c5 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
@@ -28,6 +28,8 @@ Required Properties:
     - "renesas,r8a7744-cmt1" for the 48-bit CMT1 device included in r8a7744.
     - "renesas,r8a7745-cmt0" for the 32-bit CMT0 device included in r8a7745.
     - "renesas,r8a7745-cmt1" for the 48-bit CMT1 device included in r8a7745.
+    - "renesas,r8a77470-cmt0" for the 32-bit CMT0 device included in r8a77470.
+    - "renesas,r8a77470-cmt1" for the 48-bit CMT1 device included in r8a77470.
     - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790.
     - "renesas,r8a7790-cmt1" for the 48-bit CMT1 device included in r8a7790.
     - "renesas,r8a7791-cmt0" for the 32-bit CMT0 device included in r8a7791.
-- 
2.7.4

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

* RE: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support
  2018-10-26  8:36 [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support Biju Das
@ 2018-10-26  9:48 ` Fabrizio Castro
  2018-10-31 12:55   ` Simon Horman
  2018-10-30 15:40 ` Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Fabrizio Castro @ 2018-10-26  9:48 UTC (permalink / raw)
  To: Biju Das, Rob Herring, Mark Rutland
  Cc: Daniel Lezcano, Thomas Gleixner, devicetree@vger.kernel.org,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	linux-renesas-soc@vger.kernel.org

> Subject: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support
>
> Document SoC specific compatible strings for r8a77470. No driver change
> is needed as the fallback strings will activate the right code.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

> ---
> This patch is tested against linux-next
> ---
>  Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
> index 6de27b6..eb602c5 100644
> --- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt
> +++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
> @@ -28,6 +28,8 @@ Required Properties:
>      - "renesas,r8a7744-cmt1" for the 48-bit CMT1 device included in r8a7744.
>      - "renesas,r8a7745-cmt0" for the 32-bit CMT0 device included in r8a7745.
>      - "renesas,r8a7745-cmt1" for the 48-bit CMT1 device included in r8a7745.
> +    - "renesas,r8a77470-cmt0" for the 32-bit CMT0 device included in r8a77470.
> +    - "renesas,r8a77470-cmt1" for the 48-bit CMT1 device included in r8a77470.
>      - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790.
>      - "renesas,r8a7790-cmt1" for the 48-bit CMT1 device included in r8a7790.
>      - "renesas,r8a7791-cmt0" for the 32-bit CMT0 device included in r8a7791.
> --
> 2.7.4




Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

* Re: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support
  2018-10-26  8:36 [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support Biju Das
  2018-10-26  9:48 ` Fabrizio Castro
@ 2018-10-30 15:40 ` Simon Horman
  2018-11-06 15:57 ` Rob Herring
  2018-11-18  2:28 ` Daniel Lezcano
  3 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2018-10-30 15:40 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Daniel Lezcano, Thomas Gleixner,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On Fri, Oct 26, 2018 at 09:36:13AM +0100, Biju Das wrote:
> Document SoC specific compatible strings for r8a77470. No driver change
> is needed as the fallback strings will activate the right code.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support
  2018-10-26  9:48 ` Fabrizio Castro
@ 2018-10-31 12:55   ` Simon Horman
  2018-10-31 14:25     ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2018-10-31 12:55 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Biju Das, Rob Herring, Mark Rutland, Daniel Lezcano,
	Thomas Gleixner, devicetree@vger.kernel.org, Geert Uytterhoeven,
	Chris Paterson, linux-renesas-soc@vger.kernel.org

On Fri, Oct 26, 2018 at 09:48:19AM +0000, Fabrizio Castro wrote:
> > Subject: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support
> >
> > Document SoC specific compatible strings for r8a77470. No driver change
> > is needed as the fallback strings will activate the right code.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> 
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Thanks, applied for v4.21.

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

* Re: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support
  2018-10-31 12:55   ` Simon Horman
@ 2018-10-31 14:25     ` Simon Horman
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2018-10-31 14:25 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Biju Das, Rob Herring, Mark Rutland, Daniel Lezcano,
	Thomas Gleixner, devicetree@vger.kernel.org, Geert Uytterhoeven,
	Chris Paterson, linux-renesas-soc@vger.kernel.org

On Wed, Oct 31, 2018 at 01:55:16PM +0100, Simon Horman wrote:
> On Fri, Oct 26, 2018 at 09:48:19AM +0000, Fabrizio Castro wrote:
> > > Subject: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support
> > >
> > > Document SoC specific compatible strings for r8a77470. No driver change
> > > is needed as the fallback strings will activate the right code.
> > >
> > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > 
> > Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> 
> Thanks, applied for v4.21.

On second thoughts, I think this should either go through
Daniel's tree or be acked by him.

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

* Re: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support
  2018-10-26  8:36 [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support Biju Das
  2018-10-26  9:48 ` Fabrizio Castro
  2018-10-30 15:40 ` Simon Horman
@ 2018-11-06 15:57 ` Rob Herring
  2018-11-18  2:28 ` Daniel Lezcano
  3 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2018-11-06 15:57 UTC (permalink / raw)
  To: Biju Das
  Cc: Mark Rutland, Daniel Lezcano, Thomas Gleixner, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On Fri, 26 Oct 2018 09:36:13 +0100, Biju Das wrote:
> Document SoC specific compatible strings for r8a77470. No driver change
> is needed as the fallback strings will activate the right code.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch is tested against linux-next
> ---
>  Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 

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

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

* Re: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support
  2018-10-26  8:36 [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support Biju Das
                   ` (2 preceding siblings ...)
  2018-11-06 15:57 ` Rob Herring
@ 2018-11-18  2:28 ` Daniel Lezcano
  3 siblings, 0 replies; 7+ messages in thread
From: Daniel Lezcano @ 2018-11-18  2:28 UTC (permalink / raw)
  To: Biju Das, Rob Herring, Mark Rutland
  Cc: Thomas Gleixner, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro, linux-renesas-soc

On 26/10/2018 10:36, Biju Das wrote:
> Document SoC specific compatible strings for r8a77470. No driver change
> is needed as the fallback strings will activate the right code.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---

Applied also, 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] 7+ messages in thread

end of thread, other threads:[~2018-11-18  2:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-26  8:36 [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support Biju Das
2018-10-26  9:48 ` Fabrizio Castro
2018-10-31 12:55   ` Simon Horman
2018-10-31 14:25     ` Simon Horman
2018-10-30 15:40 ` Simon Horman
2018-11-06 15:57 ` Rob Herring
2018-11-18  2:28 ` 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).