2019-06-11 13:59:36

by Fabrizio Castro

[permalink] [raw]
Subject: [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M

Dear All,

this series adds USB2.0/CMT/TMU support to the HiHope RZ/G2M.

Thanks,
Fab

Fabrizio Castro (6):
arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks
arm64: dts: renesas: hihope-common: Add USB 2.0 support
arm64: dts: renesas: r8a774a1: Add CMT device nodes
clk: renesas: r8a774a1: Add TMU clock
dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
arm64: dts: renesas: r8a774a1: Add TMU device nodes

.../devicetree/bindings/timer/renesas,tmu.txt | 1 +
arch/arm64/boot/dts/renesas/hihope-common.dtsi | 76 +++++++++++
arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 151 +++++++++++++++++++--
drivers/clk/renesas/r8a774a1-cpg-mssr.c | 5 +
4 files changed, 225 insertions(+), 8 deletions(-)

--
2.7.4


2019-06-11 13:59:43

by Fabrizio Castro

[permalink] [raw]
Subject: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.

Signed-off-by: Fabrizio Castro <[email protected]>
---
Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
index 13ad074..9dff7e5 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
@@ -10,6 +10,7 @@ Required Properties:

- compatible: must contain one or more of the following:
- "renesas,tmu-r8a7740" for the r8a7740 TMU
+ - "renesas,tmu-r8a774a1" for the r8a774A1 TMU
- "renesas,tmu-r8a774c0" for the r8a774C0 TMU
- "renesas,tmu-r8a7778" for the r8a7778 TMU
- "renesas,tmu-r8a7779" for the r8a7779 TMU
--
2.7.4

2019-06-11 14:01:54

by Fabrizio Castro

[permalink] [raw]
Subject: RE: [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M

> From: Fabrizio Castro <[email protected]>
> Sent: 11 June 2019 14:07
> Subject: [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M
>
> Dear All,
>
> this series adds USB2.0/CMT/TMU support to the HiHope RZ/G2M.

Ah, I forgot to mention that this series depends on:
https://patchwork.kernel.org/cover/10980861/
https://patchwork.kernel.org/patch/10980997/
https://patchwork.kernel.org/patch/10986211/

Thanks,
Fab

>
> Thanks,
> Fab
>
> Fabrizio Castro (6):
> arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks
> arm64: dts: renesas: hihope-common: Add USB 2.0 support
> arm64: dts: renesas: r8a774a1: Add CMT device nodes
> clk: renesas: r8a774a1: Add TMU clock
> dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
> arm64: dts: renesas: r8a774a1: Add TMU device nodes
>
> .../devicetree/bindings/timer/renesas,tmu.txt | 1 +
> arch/arm64/boot/dts/renesas/hihope-common.dtsi | 76 +++++++++++
> arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 151 +++++++++++++++++++--
> drivers/clk/renesas/r8a774a1-cpg-mssr.c | 5 +
> 4 files changed, 225 insertions(+), 8 deletions(-)
>
> --
> 2.7.4

2019-06-12 08:27:22

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

On Tue, Jun 11, 2019 at 3:07 PM Fabrizio Castro
<[email protected]> wrote:
> Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
>
> Signed-off-by: Fabrizio Castro <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

2019-06-12 17:15:22

by Simon Horman

[permalink] [raw]
Subject: Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

On Tue, Jun 11, 2019 at 02:06:40PM +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
>
> Signed-off-by: Fabrizio Castro <[email protected]>

Reviewed-by: Simon Horman <[email protected]>

2019-07-09 02:34:54

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

On Tue, 11 Jun 2019 14:06:40 +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
>
> Signed-off-by: Fabrizio Castro <[email protected]>
> ---
> Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
> 1 file changed, 1 insertion(+)
>

Reviewed-by: Rob Herring <[email protected]>

2019-08-30 10:39:02

by Fabrizio Castro

[permalink] [raw]
Subject: RE: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

Dear All,

This patch has been reviewed by Geert, Simon, and Rob, so I think it's ok to apply.
Is anybody willing to take this patch?

Thanks,
Fab

> From: Fabrizio Castro <[email protected]>
> Sent: 11 June 2019 14:07
> Subject: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
>
> Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
>
> Signed-off-by: Fabrizio Castro <[email protected]>
> ---
> Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> index 13ad074..9dff7e5 100644
> --- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> @@ -10,6 +10,7 @@ Required Properties:
>
> - compatible: must contain one or more of the following:
> - "renesas,tmu-r8a7740" for the r8a7740 TMU
> + - "renesas,tmu-r8a774a1" for the r8a774A1 TMU
> - "renesas,tmu-r8a774c0" for the r8a774C0 TMU
> - "renesas,tmu-r8a7778" for the r8a7778 TMU
> - "renesas,tmu-r8a7779" for the r8a7779 TMU
> --
> 2.7.4

2019-09-02 09:36:44

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

On Mon, Sep 2, 2019 at 10:32 AM Simon Horman <[email protected]> wrote:
> On Fri, Aug 30, 2019 at 10:37:54AM +0000, Fabrizio Castro wrote:
> > This patch has been reviewed by Geert, Simon, and Rob, so I think it's ok to apply.
> > Is anybody willing to take this patch?
>
> <2c> I think Geert can take this </2c>

If the timer people won't take it for v5.4, I can queue it in renesas-devel
for v5.5, in my branch for DT binding updates for subsystems that are
less DT-centric.

> > > From: Fabrizio Castro <[email protected]>
> > > Sent: 11 June 2019 14:07
> > > Subject: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
> > >
> > > Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
> > >
> > > Signed-off-by: Fabrizio Castro <[email protected]>
> > > ---
> > > Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
> > > diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > index 13ad074..9dff7e5 100644
> > > --- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > @@ -10,6 +10,7 @@ Required Properties:
> > >
> > > - compatible: must contain one or more of the following:
> > > - "renesas,tmu-r8a7740" for the r8a7740 TMU
> > > + - "renesas,tmu-r8a774a1" for the r8a774A1 TMU
> > > - "renesas,tmu-r8a774c0" for the r8a774C0 TMU
> > > - "renesas,tmu-r8a7778" for the r8a7778 TMU
> > > - "renesas,tmu-r8a7779" for the r8a7779 TMU

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

2019-09-02 10:13:05

by Daniel Lezcano

[permalink] [raw]
Subject: Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

On 02/09/2019 10:39, Geert Uytterhoeven wrote:
> On Mon, Sep 2, 2019 at 10:32 AM Simon Horman <[email protected]> wrote:
>> On Fri, Aug 30, 2019 at 10:37:54AM +0000, Fabrizio Castro wrote:
>>> This patch has been reviewed by Geert, Simon, and Rob, so I think it's ok to apply.
>>> Is anybody willing to take this patch?
>>
>> <2c> I think Geert can take this </2c>
>
> If the timer people won't take it for v5.4, I can queue it in renesas-devel
> for v5.5, in my branch for DT binding updates for subsystems that are
> less DT-centric.

Please do, thanks

Acked-by: Daniel Lezcano <[email protected]>


--
<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

2019-09-02 11:02:59

by Simon Horman

[permalink] [raw]
Subject: Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

On Fri, Aug 30, 2019 at 10:37:54AM +0000, Fabrizio Castro wrote:
> Dear All,
>
> This patch has been reviewed by Geert, Simon, and Rob, so I think it's ok to apply.
> Is anybody willing to take this patch?

<2c> I think Geert can take this </2c>

> Thanks,
> Fab
>
> > From: Fabrizio Castro <[email protected]>
> > Sent: 11 June 2019 14:07
> > Subject: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
> >
> > Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
> >
> > Signed-off-by: Fabrizio Castro <[email protected]>
> > ---
> > Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > index 13ad074..9dff7e5 100644
> > --- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > @@ -10,6 +10,7 @@ Required Properties:
> >
> > - compatible: must contain one or more of the following:
> > - "renesas,tmu-r8a7740" for the r8a7740 TMU
> > + - "renesas,tmu-r8a774a1" for the r8a774A1 TMU
> > - "renesas,tmu-r8a774c0" for the r8a774C0 TMU
> > - "renesas,tmu-r8a7778" for the r8a7778 TMU
> > - "renesas,tmu-r8a7779" for the r8a7779 TMU
> > --
> > 2.7.4
>

2019-09-03 12:11:53

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

Hi Daniel,

On Mon, Sep 2, 2019 at 10:42 AM Daniel Lezcano
<[email protected]> wrote:
> On 02/09/2019 10:39, Geert Uytterhoeven wrote:
> > On Mon, Sep 2, 2019 at 10:32 AM Simon Horman <[email protected]> wrote:
> >> On Fri, Aug 30, 2019 at 10:37:54AM +0000, Fabrizio Castro wrote:
> >>> This patch has been reviewed by Geert, Simon, and Rob, so I think it's ok to apply.
> >>> Is anybody willing to take this patch?
> >>
> >> <2c> I think Geert can take this </2c>
> >
> > If the timer people won't take it for v5.4, I can queue it in renesas-devel
> > for v5.5, in my branch for DT binding updates for subsystems that are
> > less DT-centric.
>
> Please do, thanks
>
> Acked-by: Daniel Lezcano <[email protected]>

Thanks, queued.


Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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