All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support
@ 2019-10-03 12:03 Biju Das
  2019-10-03 12:34 ` Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Biju Das @ 2019-10-03 12:03 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Biju Das, Daniel Lezcano, Thomas Gleixner, devicetree,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc

Document SoC specific bindings for RZ/G2N (r8a774b1) SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
V1-->V2
 * Rebased to tip/timers 
---
 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 a444cfc..a747fab 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
@@ -29,6 +29,8 @@ Required Properties:
     - "renesas,r8a77470-cmt1" for the 48-bit CMT1 device included in r8a77470.
     - "renesas,r8a774a1-cmt0" for the 32-bit CMT0 device included in r8a774a1.
     - "renesas,r8a774a1-cmt1" for the 48-bit CMT devices included in r8a774a1.
+    - "renesas,r8a774b1-cmt0" for the 32-bit CMT0 device included in r8a774b1.
+    - "renesas,r8a774b1-cmt1" for the 48-bit CMT devices included in r8a774b1.
     - "renesas,r8a774c0-cmt0" for the 32-bit CMT0 device included in r8a774c0.
     - "renesas,r8a774c0-cmt1" for the 48-bit CMT devices included in r8a774c0.
     - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790.
-- 
2.7.4


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

* Re: [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support
  2019-10-03 12:03 [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support Biju Das
@ 2019-10-03 12:34 ` Geert Uytterhoeven
  2019-10-11 12:39 ` Rob Herring
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2019-10-03 12:34 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Daniel Lezcano, Thomas Gleixner,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

On Thu, Oct 3, 2019 at 2:04 PM Biju Das <biju.das@bp.renesas.com> wrote:
> Document SoC specific bindings for RZ/G2N (r8a774b1) SoC.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.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] 8+ messages in thread

* Re: [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support
  2019-10-03 12:03 [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support Biju Das
  2019-10-03 12:34 ` Geert Uytterhoeven
@ 2019-10-11 12:39 ` Rob Herring
  2019-11-21  8:56   ` Biju Das
  2019-12-04 16:35 ` Daniel Lezcano
  2020-01-16 21:31 ` [tip: timers/core] " tip-bot2 for Biju Das
  3 siblings, 1 reply; 8+ messages in thread
From: Rob Herring @ 2019-10-11 12:39 UTC (permalink / raw)
  To: Biju Das
  Cc: Mark Rutland, Daniel Lezcano, Thomas Gleixner, devicetree,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc

On Thu, Oct 03, 2019 at 01:03:49PM +0100, Biju Das wrote:
> Document SoC specific bindings for RZ/G2N (r8a774b1) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> V1-->V2
>  * Rebased to tip/timers 
> ---
>  Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++
>  1 file changed, 2 insertions(+)

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

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

* RE: [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support
  2019-10-11 12:39 ` Rob Herring
@ 2019-11-21  8:56   ` Biju Das
  0 siblings, 0 replies; 8+ messages in thread
From: Biju Das @ 2019-11-21  8:56 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Mark Rutland, Thomas Gleixner, devicetree, Geert Uytterhoeven,
	Simon Horman, Chris Paterson, Fabrizio Castro, linux-renesas-soc,
	Rob Herring

Hi Daniel,

Are you happy with this patch? Please let me know.

Regards,
Biju

> -----Original Message-----
> From: Rob Herring <robh@kernel.org>
> Sent: Friday, October 11, 2019 1:39 PM
> To: Biju Das <biju.das@bp.renesas.com>
> Cc: Mark Rutland <mark.rutland@arm.com>; Daniel Lezcano
> <daniel.lezcano@linaro.org>; Thomas Gleixner <tglx@linutronix.de>;
> devicetree@vger.kernel.org; Geert Uytterhoeven
> <geert+renesas@glider.be>; Simon Horman <horms@verge.net.au>; Chris
> Paterson <Chris.Paterson2@renesas.com>; Fabrizio Castro
> <fabrizio.castro@bp.renesas.com>; linux-renesas-soc@vger.kernel.org
> Subject: Re: [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1
> CMT support
> 
> On Thu, Oct 03, 2019 at 01:03:49PM +0100, Biju Das wrote:
> > Document SoC specific bindings for RZ/G2N (r8a774b1) SoC.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > ---
> > V1-->V2
> >  * Rebased to tip/timers
> > ---
> >  Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++
> >  1 file changed, 2 insertions(+)
> 
> Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support
  2019-10-03 12:03 [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support Biju Das
  2019-10-03 12:34 ` Geert Uytterhoeven
  2019-10-11 12:39 ` Rob Herring
@ 2019-12-04 16:35 ` Daniel Lezcano
  2019-12-20 15:04   ` Geert Uytterhoeven
  2020-01-16 21:31 ` [tip: timers/core] " tip-bot2 for Biju Das
  3 siblings, 1 reply; 8+ messages in thread
From: Daniel Lezcano @ 2019-12-04 16:35 UTC (permalink / raw)
  To: Biju Das, Rob Herring, Mark Rutland
  Cc: Thomas Gleixner, devicetree, Geert Uytterhoeven, Simon Horman,
	Chris Paterson, Fabrizio Castro, linux-renesas-soc

On 03/10/2019 14:03, Biju Das wrote:
> Document SoC specific bindings for RZ/G2N (r8a774b1) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> V1-->V2
>  * Rebased to tip/timers 
> ---
>  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 a444cfc..a747fab 100644
> --- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt
> +++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
> @@ -29,6 +29,8 @@ Required Properties:
>      - "renesas,r8a77470-cmt1" for the 48-bit CMT1 device included in r8a77470.
>      - "renesas,r8a774a1-cmt0" for the 32-bit CMT0 device included in r8a774a1.
>      - "renesas,r8a774a1-cmt1" for the 48-bit CMT devices included in r8a774a1.
> +    - "renesas,r8a774b1-cmt0" for the 32-bit CMT0 device included in r8a774b1.
> +    - "renesas,r8a774b1-cmt1" for the 48-bit CMT devices included in r8a774b1.
>      - "renesas,r8a774c0-cmt0" for the 32-bit CMT0 device included in r8a774c0.
>      - "renesas,r8a774c0-cmt1" for the 48-bit CMT devices included in r8a774c0.
>      - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790.

Applied, thanks!

Sorry for the delay.


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

* Re: [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support
  2019-12-04 16:35 ` Daniel Lezcano
@ 2019-12-20 15:04   ` Geert Uytterhoeven
  2019-12-20 16:04     ` Daniel Lezcano
  0 siblings, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2019-12-20 15:04 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Biju Das, Rob Herring, Mark Rutland, Thomas Gleixner,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

Hi Daniel,

On Wed, Dec 4, 2019 at 5:36 PM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
> On 03/10/2019 14:03, Biju Das wrote:
> > Document SoC specific bindings for RZ/G2N (r8a774b1) SoC.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > ---
> > V1-->V2
> >  * Rebased to tip/timers
> > ---
> >  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 a444cfc..a747fab 100644
> > --- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt
> > +++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
> > @@ -29,6 +29,8 @@ Required Properties:
> >      - "renesas,r8a77470-cmt1" for the 48-bit CMT1 device included in r8a77470.
> >      - "renesas,r8a774a1-cmt0" for the 32-bit CMT0 device included in r8a774a1.
> >      - "renesas,r8a774a1-cmt1" for the 48-bit CMT devices included in r8a774a1.
> > +    - "renesas,r8a774b1-cmt0" for the 32-bit CMT0 device included in r8a774b1.
> > +    - "renesas,r8a774b1-cmt1" for the 48-bit CMT devices included in r8a774b1.
> >      - "renesas,r8a774c0-cmt0" for the 32-bit CMT0 device included in r8a774c0.
> >      - "renesas,r8a774c0-cmt1" for the 48-bit CMT devices included in r8a774c0.
> >      - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790.
>
> Applied, thanks!

Thanks!
Looks like it's been a while you pushed your local branches to git.linaro.org?

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

* Re: [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support
  2019-12-20 15:04   ` Geert Uytterhoeven
@ 2019-12-20 16:04     ` Daniel Lezcano
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Lezcano @ 2019-12-20 16:04 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Biju Das, Rob Herring, Mark Rutland, Thomas Gleixner,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

On 20/12/2019 16:04, Geert Uytterhoeven wrote:
> Hi Daniel,
> 
> On Wed, Dec 4, 2019 at 5:36 PM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>> On 03/10/2019 14:03, Biju Das wrote:
>>> Document SoC specific bindings for RZ/G2N (r8a774b1) SoC.
>>>
>>> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
>>> ---
>>> V1-->V2
>>>  * Rebased to tip/timers
>>> ---
>>>  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 a444cfc..a747fab 100644
>>> --- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt
>>> +++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
>>> @@ -29,6 +29,8 @@ Required Properties:
>>>      - "renesas,r8a77470-cmt1" for the 48-bit CMT1 device included in r8a77470.
>>>      - "renesas,r8a774a1-cmt0" for the 32-bit CMT0 device included in r8a774a1.
>>>      - "renesas,r8a774a1-cmt1" for the 48-bit CMT devices included in r8a774a1.
>>> +    - "renesas,r8a774b1-cmt0" for the 32-bit CMT0 device included in r8a774b1.
>>> +    - "renesas,r8a774b1-cmt1" for the 48-bit CMT devices included in r8a774b1.
>>>      - "renesas,r8a774c0-cmt0" for the 32-bit CMT0 device included in r8a774c0.
>>>      - "renesas,r8a774c0-cmt1" for the 48-bit CMT devices included in r8a774c0.
>>>      - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790.
>>
>> Applied, thanks!
> 
> Thanks!
> Looks like it's been a while you pushed your local branches to git.linaro.org?

Right, fixed.

Thanks for pointing this out.

  -- Daniel


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

* [tip: timers/core] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support
  2019-10-03 12:03 [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support Biju Das
                   ` (2 preceding siblings ...)
  2019-12-04 16:35 ` Daniel Lezcano
@ 2020-01-16 21:31 ` tip-bot2 for Biju Das
  3 siblings, 0 replies; 8+ messages in thread
From: tip-bot2 for Biju Das @ 2020-01-16 21:31 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Biju Das, Geert Uytterhoeven, Rob Herring, Daniel Lezcano, x86, LKML

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

Commit-ID:     db95b8e3642a61b1576e600c3d313aca0c329db3
Gitweb:        https://git.kernel.org/tip/db95b8e3642a61b1576e600c3d313aca0c329db3
Author:        Biju Das <biju.das@bp.renesas.com>
AuthorDate:    Thu, 03 Oct 2019 13:03:49 +01:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Thu, 16 Jan 2020 19:06:57 +01:00

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

Document SoC specific bindings for RZ/G2N (r8a774b1) SoC.

Signed-off-by: Biju Das <biju.das@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/1570104229-59144-1-git-send-email-biju.das@bp.renesas.com
---
 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 a444cfc..a747fab 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
@@ -29,6 +29,8 @@ Required Properties:
     - "renesas,r8a77470-cmt1" for the 48-bit CMT1 device included in r8a77470.
     - "renesas,r8a774a1-cmt0" for the 32-bit CMT0 device included in r8a774a1.
     - "renesas,r8a774a1-cmt1" for the 48-bit CMT devices included in r8a774a1.
+    - "renesas,r8a774b1-cmt0" for the 32-bit CMT0 device included in r8a774b1.
+    - "renesas,r8a774b1-cmt1" for the 48-bit CMT devices included in r8a774b1.
     - "renesas,r8a774c0-cmt0" for the 32-bit CMT0 device included in r8a774c0.
     - "renesas,r8a774c0-cmt1" for the 48-bit CMT devices included in r8a774c0.
     - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790.

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

end of thread, other threads:[~2020-01-16 21:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-03 12:03 [PATCH v2] dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support Biju Das
2019-10-03 12:34 ` Geert Uytterhoeven
2019-10-11 12:39 ` Rob Herring
2019-11-21  8:56   ` Biju Das
2019-12-04 16:35 ` Daniel Lezcano
2019-12-20 15:04   ` Geert Uytterhoeven
2019-12-20 16:04     ` Daniel Lezcano
2020-01-16 21:31 ` [tip: timers/core] " tip-bot2 for Biju Das

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.