mbox series

[v2,0/6] arm64: dts: renesas: r8a77961: Add more device nodes

Message ID 20191216124740.16647-1-geert+renesas@glider.be (mailing list archive)
Headers show
Series arm64: dts: renesas: r8a77961: Add more device nodes | expand

Message

Geert Uytterhoeven Dec. 16, 2019, 12:47 p.m. UTC
Hi all,

This patch series broadens support for the R-Car M3-W+ (aka R-Car M3-W
ES3.0) Soc (R8A77961), by adding more device nodes to its DT source
file, up to what can be tested reasonably using remote access.
For your convenience, it is available in the topic/r8a77961-v2 branch of
my renesas-drivers git repository at
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git.

Changes compared to v1:
  - Group SYS-DMAC interrupt specifiers.

This has been tested on a Salvator-XS development board.
More details can be found in the individual patches.

To be queued in renesas-devel for v5.6.
Thanks!

Geert Uytterhoeven (6):
  arm64: dts: renesas: r8a77961: Add RWDT node
  arm64: dts: renesas: r8a77961: Add GPIO nodes
  arm64: dts: renesas: r8a77961: Add RAVB node
  arm64: dts: renesas: r8a77961: Add SYS-DMAC nodes
  arm64: dts: renesas: r8a77961: Add I2C nodes
  arm64: dts: renesas: r8a77961: Add SDHI nodes

 arch/arm64/boot/dts/renesas/r8a77961.dtsi | 390 +++++++++++++++++++++-
 1 file changed, 377 insertions(+), 13 deletions(-)

Comments

Eugeniu Rosca Dec. 17, 2019, 12:01 p.m. UTC | #1
Hi Geert,

On Mon, Dec 16, 2019 at 01:47:34PM +0100, Geert Uytterhoeven wrote:
> 	Hi all,
> 
> This patch series broadens support for the R-Car M3-W+ (aka R-Car M3-W
> ES3.0) Soc (R8A77961), by adding more device nodes to its DT source
> file, up to what can be tested reasonably using remote access.
> For your convenience, it is available in the topic/r8a77961-v2 branch of
> my renesas-drivers git repository at
> git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git.

I only see below r8a77961.dtsi commit on topic/r8a77961-v2:
8e4529f2ac8293 ("arm64: dts: renesas: Add Renesas R8A77961 SoC support")

It looks like the patches are from one of below branches?
 - topic/r8a77961-extra-v2
 - topic/topic/r8a77961-extra-v1

> Changes compared to v1:
>   - Group SYS-DMAC interrupt specifiers.
> 
> This has been tested on a Salvator-XS development board.
> More details can be found in the individual patches.
> 
> To be queued in renesas-devel for v5.6.
> Thanks!
> 
> Geert Uytterhoeven (6):
>   arm64: dts: renesas: r8a77961: Add RWDT node
>   arm64: dts: renesas: r8a77961: Add GPIO nodes
>   arm64: dts: renesas: r8a77961: Add RAVB node
>   arm64: dts: renesas: r8a77961: Add SYS-DMAC nodes
>   arm64: dts: renesas: r8a77961: Add I2C nodes
>   arm64: dts: renesas: r8a77961: Add SDHI nodes

Thanks for your time and for the helpful minimal test-cases, which
can be reused in future bring-ups.
Geert Uytterhoeven Dec. 17, 2019, 12:19 p.m. UTC | #2
Hi Eugeniu,

On Tue, Dec 17, 2019 at 1:01 PM Eugeniu Rosca <erosca@de.adit-jv.com> wrote:
> On Mon, Dec 16, 2019 at 01:47:34PM +0100, Geert Uytterhoeven wrote:
> > This patch series broadens support for the R-Car M3-W+ (aka R-Car M3-W
> > ES3.0) Soc (R8A77961), by adding more device nodes to its DT source
> > file, up to what can be tested reasonably using remote access.
> > For your convenience, it is available in the topic/r8a77961-v2 branch of
> > my renesas-drivers git repository at
> > git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git.
>
> I only see below r8a77961.dtsi commit on topic/r8a77961-v2:
> 8e4529f2ac8293 ("arm64: dts: renesas: Add Renesas R8A77961 SoC support")

Oops.

> It looks like the patches are from one of below branches?
>  - topic/r8a77961-extra-v2

Yes, that's the right branch.
Sorry for the confusion.

Gr{oetje,eeting}s,

                        Geert