mbox series

[v2,0/5] Add CMT/TMU support for RZ/G2E

Message ID 1549272007-33471-1-git-send-email-biju.das@bp.renesas.com (mailing list archive)
Headers show
Series Add CMT/TMU support for RZ/G2E | expand

Message

Biju Das Feb. 4, 2019, 9:20 a.m. UTC
This patch series aims to add CMT/TMU timer support for RZ/G2E SoC.

This patch series is tested against renesas-dev and linux-next.

-----
V1 -->V2 Incoporated Geert's review comment for TMU clock

Biju Das (5):
  dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support
  arm64: dts: renesas: r8a774c0: Add CMT device nodes
  clk: renesas: r8a774c0: Add TMU clock
  dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings
  arm64: dts: renesas: r8a774c0: Add TMU device nodes

 .../devicetree/bindings/timer/renesas,cmt.txt      |   2 +
 .../devicetree/bindings/timer/renesas,tmu.txt      |   1 +
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          | 135 +++++++++++++++++++++
 drivers/clk/renesas/r8a774c0-cpg-mssr.c            |   5 +
 4 files changed, 143 insertions(+)

Comments

Daniel Lezcano Feb. 12, 2019, 10:03 a.m. UTC | #1
On 04/02/2019 10:20, Biju Das wrote:
> This patch series aims to add CMT/TMU timer support for RZ/G2E SoC.
> 
> This patch series is tested against renesas-dev and linux-next.

Do you want me to take the patch 1/5 and 4/5 through my tree ?

> -----
> V1 -->V2 Incoporated Geert's review comment for TMU clock
> 
> Biju Das (5):
>   dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support
>   arm64: dts: renesas: r8a774c0: Add CMT device nodes
>   clk: renesas: r8a774c0: Add TMU clock
>   dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings
>   arm64: dts: renesas: r8a774c0: Add TMU device nodes
> 
>  .../devicetree/bindings/timer/renesas,cmt.txt      |   2 +
>  .../devicetree/bindings/timer/renesas,tmu.txt      |   1 +
>  arch/arm64/boot/dts/renesas/r8a774c0.dtsi          | 135 +++++++++++++++++++++
>  drivers/clk/renesas/r8a774c0-cpg-mssr.c            |   5 +
>  4 files changed, 143 insertions(+)
>
Biju Das Feb. 12, 2019, 10:17 a.m. UTC | #2
Hi Daniel,

Thanks  for  the feedback.

> -----Original Message-----
> From: Daniel Lezcano <daniel.lezcano@linaro.org>
> Sent: 12 February 2019 10:03
> To: Biju Das <biju.das@bp.renesas.com>; Rob Herring
> <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>
> Cc: Thomas Gleixner <tglx@linutronix.de>; devicetree@vger.kernel.org;
> Simon Horman <horms@verge.net.au>; Geert Uytterhoeven
> <geert+renesas@glider.be>; Chris Paterson
> <Chris.Paterson2@renesas.com>; Fabrizio Castro
> <fabrizio.castro@bp.renesas.com>; linux-renesas-soc@vger.kernel.org
> Subject: Re: [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E
>
> On 04/02/2019 10:20, Biju Das wrote:
> > This patch series aims to add CMT/TMU timer support for RZ/G2E SoC.
> >
> > This patch series is tested against renesas-dev and linux-next.
>
> Do you want me to take the patch 1/5 and 4/5 through my tree ?

Yes, please.

> > -----
> > V1 -->V2 Incoporated Geert's review comment for TMU clock
> >
> > Biju Das (5):
> >   dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support
> >   arm64: dts: renesas: r8a774c0: Add CMT device nodes
> >   clk: renesas: r8a774c0: Add TMU clock
> >   dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings
> >   arm64: dts: renesas: r8a774c0: Add TMU device nodes
> >
> >  .../devicetree/bindings/timer/renesas,cmt.txt      |   2 +
> >  .../devicetree/bindings/timer/renesas,tmu.txt      |   1 +
> >  arch/arm64/boot/dts/renesas/r8a774c0.dtsi          | 135
> +++++++++++++++++++++
> >  drivers/clk/renesas/r8a774c0-cpg-mssr.c            |   5 +
> >  4 files changed, 143 insertions(+)
> >
>
>
> --
>  <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



Renesas Electronics Europe GmbH,Geschaeftsfuehrer/President : Michael Hannawald, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany,Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647
Daniel Lezcano Feb. 13, 2019, 8:44 a.m. UTC | #3
On 12/02/2019 11:17, Biju Das wrote:
> Hi Daniel,
> 
> Thanks  for  the feedback.
> 
>> -----Original Message-----
>> From: Daniel Lezcano <daniel.lezcano@linaro.org>
>> Sent: 12 February 2019 10:03
>> To: Biju Das <biju.das@bp.renesas.com>; Rob Herring
>> <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>
>> Cc: Thomas Gleixner <tglx@linutronix.de>; devicetree@vger.kernel.org;
>> Simon Horman <horms@verge.net.au>; Geert Uytterhoeven
>> <geert+renesas@glider.be>; Chris Paterson
>> <Chris.Paterson2@renesas.com>; Fabrizio Castro
>> <fabrizio.castro@bp.renesas.com>; linux-renesas-soc@vger.kernel.org
>> Subject: Re: [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E
>>
>> On 04/02/2019 10:20, Biju Das wrote:
>>> This patch series aims to add CMT/TMU timer support for RZ/G2E SoC.
>>>
>>> This patch series is tested against renesas-dev and linux-next.
>>
>> Do you want me to take the patch 1/5 and 4/5 through my tree ?
> 
> Yes, please.
> 

Both applied for 5.1.

Thanks

  -- Daniel
Simon Horman Feb. 14, 2019, 12:46 p.m. UTC | #4
On Wed, Feb 13, 2019 at 09:44:18AM +0100, Daniel Lezcano wrote:
> On 12/02/2019 11:17, Biju Das wrote:
> > Hi Daniel,
> > 
> > Thanks  for  the feedback.
> > 
> >> -----Original Message-----
> >> From: Daniel Lezcano <daniel.lezcano@linaro.org>
> >> Sent: 12 February 2019 10:03
> >> To: Biju Das <biju.das@bp.renesas.com>; Rob Herring
> >> <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>
> >> Cc: Thomas Gleixner <tglx@linutronix.de>; devicetree@vger.kernel.org;
> >> Simon Horman <horms@verge.net.au>; Geert Uytterhoeven
> >> <geert+renesas@glider.be>; Chris Paterson
> >> <Chris.Paterson2@renesas.com>; Fabrizio Castro
> >> <fabrizio.castro@bp.renesas.com>; linux-renesas-soc@vger.kernel.org
> >> Subject: Re: [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E
> >>
> >> On 04/02/2019 10:20, Biju Das wrote:
> >>> This patch series aims to add CMT/TMU timer support for RZ/G2E SoC.
> >>>
> >>> This patch series is tested against renesas-dev and linux-next.
> >>
> >> Do you want me to take the patch 1/5 and 4/5 through my tree ?
> > 
> > Yes, please.
> > 
> 
> Both applied for 5.1.

Thanks, much appreciated.