linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M
@ 2019-06-11 13:06 Fabrizio Castro
  2019-06-11 13:06 ` [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings Fabrizio Castro
  2019-06-11 13:12 ` [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M Fabrizio Castro
  0 siblings, 2 replies; 11+ messages in thread
From: Fabrizio Castro @ 2019-06-11 13:06 UTC (permalink / raw)
  To: Simon Horman, Geert Uytterhoeven, Rob Herring, Mark Rutland,
	Michael Turquette, Stephen Boyd
  Cc: Fabrizio Castro, Daniel Lezcano, Thomas Gleixner, Magnus Damm,
	devicetree, linux-renesas-soc, linux-clk, Chris Paterson,
	Biju Das, linux-kernel, xu_shunji

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


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

* [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
  2019-06-11 13:06 [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M Fabrizio Castro
@ 2019-06-11 13:06 ` Fabrizio Castro
  2019-06-12  6:52   ` Geert Uytterhoeven
                     ` (3 more replies)
  2019-06-11 13:12 ` [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M Fabrizio Castro
  1 sibling, 4 replies; 11+ messages in thread
From: Fabrizio Castro @ 2019-06-11 13:06 UTC (permalink / raw)
  To: Simon Horman, Geert Uytterhoeven, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Daniel Lezcano, Thomas Gleixner, devicetree,
	Chris Paterson, Biju Das, linux-kernel, linux-renesas-soc

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

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 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


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

* RE: [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M
  2019-06-11 13:06 [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M Fabrizio Castro
  2019-06-11 13:06 ` [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings Fabrizio Castro
@ 2019-06-11 13:12 ` Fabrizio Castro
  1 sibling, 0 replies; 11+ messages in thread
From: Fabrizio Castro @ 2019-06-11 13:12 UTC (permalink / raw)
  To: Fabrizio Castro, Simon Horman, Geert Uytterhoeven, Rob Herring,
	Mark Rutland, Michael Turquette, Stephen Boyd
  Cc: Daniel Lezcano, Thomas Gleixner, Magnus Damm, devicetree,
	linux-renesas-soc, linux-clk, Chris Paterson, Biju Das,
	linux-kernel, xu_shunji

> From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> 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


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

* Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
  2019-06-11 13:06 ` [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings Fabrizio Castro
@ 2019-06-12  6:52   ` Geert Uytterhoeven
  2019-06-12 12:21   ` Simon Horman
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2019-06-12  6:52 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Simon Horman, Geert Uytterhoeven, Rob Herring, Mark Rutland,
	Daniel Lezcano, Thomas Gleixner,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Chris Paterson, Biju Das, Linux Kernel Mailing List,
	Linux-Renesas

On Tue, Jun 11, 2019 at 3:07 PM Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:
> Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@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] 11+ messages in thread

* Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
  2019-06-11 13:06 ` [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings Fabrizio Castro
  2019-06-12  6:52   ` Geert Uytterhoeven
@ 2019-06-12 12:21   ` Simon Horman
  2019-07-09  2:34   ` Rob Herring
  2019-08-30 10:37   ` Fabrizio Castro
  3 siblings, 0 replies; 11+ messages in thread
From: Simon Horman @ 2019-06-12 12:21 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Geert Uytterhoeven, Rob Herring, Mark Rutland, Daniel Lezcano,
	Thomas Gleixner, devicetree, Chris Paterson, Biju Das,
	linux-kernel, linux-renesas-soc

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 <fabrizio.castro@bp.renesas.com>

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


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

* Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
  2019-06-11 13:06 ` [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings Fabrizio Castro
  2019-06-12  6:52   ` Geert Uytterhoeven
  2019-06-12 12:21   ` Simon Horman
@ 2019-07-09  2:34   ` Rob Herring
  2019-08-30 10:37   ` Fabrizio Castro
  3 siblings, 0 replies; 11+ messages in thread
From: Rob Herring @ 2019-07-09  2:34 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Simon Horman, Geert Uytterhoeven, Mark Rutland, Fabrizio Castro,
	Daniel Lezcano, Thomas Gleixner, devicetree, Chris Paterson,
	Biju Das, linux-kernel, linux-renesas-soc

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 <fabrizio.castro@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

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

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

* RE: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
  2019-06-11 13:06 ` [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings Fabrizio Castro
                     ` (2 preceding siblings ...)
  2019-07-09  2:34   ` Rob Herring
@ 2019-08-30 10:37   ` Fabrizio Castro
  2019-09-02  8:32     ` Simon Horman
  3 siblings, 1 reply; 11+ messages in thread
From: Fabrizio Castro @ 2019-08-30 10:37 UTC (permalink / raw)
  To: Fabrizio Castro, Simon Horman, Geert Uytterhoeven, Rob Herring,
	Mark Rutland
  Cc: Daniel Lezcano, Thomas Gleixner, devicetree, Chris Paterson,
	Biju Das, linux-kernel, linux-renesas-soc

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 <fabrizio.castro@bp.renesas.com>
> 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 <fabrizio.castro@bp.renesas.com>
> ---
>  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


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

* Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
  2019-08-30 10:37   ` Fabrizio Castro
@ 2019-09-02  8:32     ` Simon Horman
  2019-09-02  8:39       ` Geert Uytterhoeven
  0 siblings, 1 reply; 11+ messages in thread
From: Simon Horman @ 2019-09-02  8:32 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Geert Uytterhoeven, Rob Herring, Mark Rutland, Daniel Lezcano,
	Thomas Gleixner, devicetree, Chris Paterson, Biju Das,
	linux-kernel, linux-renesas-soc

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 <fabrizio.castro@bp.renesas.com>
> > 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 <fabrizio.castro@bp.renesas.com>
> > ---
> >  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
> 

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

* Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
  2019-09-02  8:32     ` Simon Horman
@ 2019-09-02  8:39       ` Geert Uytterhoeven
  2019-09-02  8:42         ` Daniel Lezcano
  0 siblings, 1 reply; 11+ messages in thread
From: Geert Uytterhoeven @ 2019-09-02  8:39 UTC (permalink / raw)
  To: Simon Horman
  Cc: Fabrizio Castro, Geert Uytterhoeven, Rob Herring, Mark Rutland,
	Daniel Lezcano, Thomas Gleixner, devicetree, Chris Paterson,
	Biju Das, linux-kernel, linux-renesas-soc

On Mon, Sep 2, 2019 at 10:32 AM Simon Horman <horms@verge.net.au> 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 <fabrizio.castro@bp.renesas.com>
> > > 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 <fabrizio.castro@bp.renesas.com>
> > > ---
> > >  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 -- 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] 11+ messages in thread

* Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
  2019-09-02  8:39       ` Geert Uytterhoeven
@ 2019-09-02  8:42         ` Daniel Lezcano
  2019-09-03 12:10           ` Geert Uytterhoeven
  0 siblings, 1 reply; 11+ messages in thread
From: Daniel Lezcano @ 2019-09-02  8:42 UTC (permalink / raw)
  To: Geert Uytterhoeven, Simon Horman
  Cc: Fabrizio Castro, Geert Uytterhoeven, Rob Herring, Mark Rutland,
	Thomas Gleixner, devicetree, Chris Paterson, Biju Das,
	linux-kernel, linux-renesas-soc

On 02/09/2019 10:39, Geert Uytterhoeven wrote:
> On Mon, Sep 2, 2019 at 10:32 AM Simon Horman <horms@verge.net.au> 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 <daniel.lezcano@linaro.org>


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

* Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
  2019-09-02  8:42         ` Daniel Lezcano
@ 2019-09-03 12:10           ` Geert Uytterhoeven
  0 siblings, 0 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2019-09-03 12:10 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Simon Horman, Fabrizio Castro, Geert Uytterhoeven, Rob Herring,
	Mark Rutland, Thomas Gleixner, devicetree, Chris Paterson,
	Biju Das, linux-kernel, linux-renesas-soc

Hi Daniel,

On Mon, Sep 2, 2019 at 10:42 AM Daniel Lezcano
<daniel.lezcano@linaro.org> wrote:
> On 02/09/2019 10:39, Geert Uytterhoeven wrote:
> > On Mon, Sep 2, 2019 at 10:32 AM Simon Horman <horms@verge.net.au> 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 <daniel.lezcano@linaro.org>

Thanks, queued.


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

end of thread, other threads:[~2019-09-03 12:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-11 13:06 [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M Fabrizio Castro
2019-06-11 13:06 ` [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings Fabrizio Castro
2019-06-12  6:52   ` Geert Uytterhoeven
2019-06-12 12:21   ` Simon Horman
2019-07-09  2:34   ` Rob Herring
2019-08-30 10:37   ` Fabrizio Castro
2019-09-02  8:32     ` Simon Horman
2019-09-02  8:39       ` Geert Uytterhoeven
2019-09-02  8:42         ` Daniel Lezcano
2019-09-03 12:10           ` Geert Uytterhoeven
2019-06-11 13:12 ` [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M Fabrizio Castro

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