mbox series

[v2,0/6,0/6] arm64: dts: renesas: Add TMU nodes

Message ID 20201210152705.1535156-1-niklas.soderlund+renesas@ragnatech.se
Headers show
Series arm64: dts: renesas: Add TMU nodes | expand

Message

Niklas Söderlund Dec. 10, 2020, 3:26 p.m. UTC
Hi,

Add TMU nodes to Renesas R-Car H3, M3-W, M3-W+, D3, M3-N and E3. I have
tested this on all but D3 and E3 SoCs which I do not have access to. I
tested by enabling all TMU nodes in DT and then used the kernel timer
selftests located in tools/testing/selftests/timers/

    - clocksource-switch.c
    - inconsistency-check.c
    - nanosleep.c

The test passes for all SoCs I have access to and I no reason to believe
it would not also work on D3 and E3.

Niklas Söderlund (6):
  arm64: dts: renesas: r8a77951: Add TMU nodes
  arm64: dts: renesas: r8a77960: Add TMU nodes
  arm64: dts: renesas: r8a77961: Add TMU nodes
  arm64: dts: renesas: r8a77965: Add TMU nodes
  arm64: dts: renesas: r8a77990: Add TMU nodes
  arm64: dts: renesas: r8a77995: Add TMU nodes

 arch/arm64/boot/dts/renesas/r8a77951.dtsi | 65 +++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a77960.dtsi | 65 +++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a77961.dtsi | 65 +++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a77965.dtsi | 65 +++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a77990.dtsi | 65 +++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a77995.dtsi | 65 +++++++++++++++++++++++
 6 files changed, 390 insertions(+)

Comments

Niklas Söderlund Dec. 15, 2020, 8:55 a.m. UTC | #1
Hi Geert,

On 2020-12-11 13:43:34 +0100, Geert Uytterhoeven wrote:
> Hi Niklas,

> 

> On Thu, Dec 10, 2020 at 4:27 PM Niklas Söderlund

> <niklas.soderlund+renesas@ragnatech.se> wrote:

> > Add TMU nodes to Renesas R-Car H3, M3-W, M3-W+, D3, M3-N and E3. I have

> > tested this on all but D3 and E3 SoCs which I do not have access to. I

> > tested by enabling all TMU nodes in DT and then used the kernel timer

> > selftests located in tools/testing/selftests/timers/

> >

> >     - clocksource-switch.c

> >     - inconsistency-check.c

> >     - nanosleep.c

> >

> > The test passes for all SoCs I have access to and I no reason to believe

> > it would not also work on D3 and E3.

> >

> > Niklas Söderlund (6):

> >   arm64: dts: renesas: r8a77951: Add TMU nodes

> >   arm64: dts: renesas: r8a77960: Add TMU nodes

> >   arm64: dts: renesas: r8a77961: Add TMU nodes

> >   arm64: dts: renesas: r8a77965: Add TMU nodes

> >   arm64: dts: renesas: r8a77990: Add TMU nodes

> >   arm64: dts: renesas: r8a77995: Add TMU nodes

> >

> >  arch/arm64/boot/dts/renesas/r8a77951.dtsi | 65 +++++++++++++++++++++++

> >  arch/arm64/boot/dts/renesas/r8a77960.dtsi | 65 +++++++++++++++++++++++

> >  arch/arm64/boot/dts/renesas/r8a77961.dtsi | 65 +++++++++++++++++++++++

> >  arch/arm64/boot/dts/renesas/r8a77965.dtsi | 65 +++++++++++++++++++++++

> >  arch/arm64/boot/dts/renesas/r8a77990.dtsi | 65 +++++++++++++++++++++++

> >  arch/arm64/boot/dts/renesas/r8a77995.dtsi | 65 +++++++++++++++++++++++

> >  6 files changed, 390 insertions(+)

> 

> Would you mind if I would squash these into a single commit while applying?

> Thanks!


Not at all, please squash them if you think it makes more sens.

> 

> 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


-- 
Regards,
Niklas Söderlund