mbox series

[4.4.y-cip,0/6] RZ/G1H add support for Ether/[H]SCIF{A|B}

Message ID 20200903144303.13275-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series RZ/G1H add support for Ether/[H]SCIF{A|B} | expand

Message

Lad Prabhakar Sept. 3, 2020, 2:42 p.m. UTC
Hi All,

This patch series adds support for ETHER/[H]SCIF{A|B} to
R8A7742 SoC and alongside adds camera daughter board dts
which fits on iwg21d-q7 development platform.

Patches 1/6, 3/6, 5/6, 6/6 have been cherry picked from
upstream kernel, patch 2/6 is a hookup patch to enable 
eth on R8A7742 SoC and patch 4/6 is a fixup patch.

Cheers,
Prabhakar

Lad Prabhakar (6):
  dt-bindings: net: renesas,ether: Document R8A7742 SoC
  sh_eth: Add compatible string for R8A7742 SoC
  ARM: dts: r8a7742: Add Ether support
  ARM: dts: r8a7742: Drop undocumented compatible string from scifa2
    node
  ARM: dts: r8a7742: Add [H]SCIF{A|B} support
  ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Add device tree for camera DB

 .../devicetree/bindings/net/sh_eth.txt        |   1 +
 arch/arm/boot/dts/Makefile                    |   1 +
 .../boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dts    |  96 +++++++++++
 arch/arm/boot/dts/r8a7742.dtsi                | 159 +++++++++++++++++-
 drivers/net/ethernet/renesas/sh_eth.c         |   1 +
 5 files changed, 257 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dts

Comments

Pavel Machek Sept. 3, 2020, 5:23 p.m. UTC | #1
Hi!

> This patch series adds support for ETHER/[H]SCIF{A|B} to
> R8A7742 SoC and alongside adds camera daughter board dts
> which fits on iwg21d-q7 development platform.
> 
> Patches 1/6, 3/6, 5/6, 6/6 have been cherry picked from
> upstream kernel, patch 2/6 is a hookup patch to enable 
> eth on R8A7742 SoC and patch 4/6 is a fixup patch.

This series looks okay to me.

Best regards,
								Pavel
Pavel Machek Sept. 9, 2020, 7:24 a.m. UTC | #2
Hi!

> > This patch series adds support for ETHER/[H]SCIF{A|B} to
> > R8A7742 SoC and alongside adds camera daughter board dts
> > which fits on iwg21d-q7 development platform.
> > 
> > Patches 1/6, 3/6, 5/6, 6/6 have been cherry picked from
> > upstream kernel, patch 2/6 is a hookup patch to enable 
> > eth on R8A7742 SoC and patch 4/6 is a fixup patch.
> 
> This series looks okay to me.

Thank you, applied and pushed out.

Best regards,
								Pavel