devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] R-Car M3-N: Enable EtherAVB device node
@ 2018-02-26 17:57 Jacopo Mondi
  2018-02-26 17:57 ` [PATCH 1/8] arm64: dts: renesas: salvator-common: Override EtherAVB phy-mode Jacopo Mondi
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Jacopo Mondi @ 2018-02-26 17:57 UTC (permalink / raw)
  To: geert, horms, sergei.shtylyov, magnus.damm, robh+dt, mark.rutland
  Cc: Jacopo Mondi, devicetree, linux-arm-kernel, iommu, netdev,
	linux-renesas-soc, linux-kernel

Hi Simon,
  as discussed with you Sergei and Geert, in order to enable EtherAVB for
R8A77965 we first wanted to make the phy-mode "rgmii-txid" a board specific
property for all other SoCs.

This series adds  the phy-mode property to salvator-common.dtsi and reset the
one for R8A77965/R8A7796/R8A77995 to "rgmii".

Then, in order to enable EtherAVB for R-Car M3-N, iommu nodes had to be added
as they are referenced by the "avb" device node (CC the iommu list for the
series for that reason).

Series based on what you already applied to your development tree (M3-N initial
support - EtherAVB + DTS fixes). A branch for testing is available at

git://jmondi.org/linux m3-n/renesas-drivers-2018-02-13-v4.16-rc1/v2-simon

Thanks
   j

Jacopo Mondi (8):
  arm64: dts: renesas: salvator-common: Override EtherAVB phy-mode
  arm64: dts: renesas: r8a7796: Set EtherAVB phy mode to "rgmii"
  arm64: dts: renesas: r8a7795: Set EtherAVB phy mode to "rgmii"
  arm64: dts: renesas: r8a77995: Set EtherAVB phy mode to "rgmii"
  dt-bindings: iommu/ipmmu-vmsa: Add R-Car M3-N (R8A77965)
  iommu/ipmmu-vmsa: Hook up R8A77965 DT matching code
  arm64: dts: renesas: r8a77965: Add IPMMU mm and ds0 blocks
  arm64: dts: renesas: r8a77965: Add EtherAVB device node

 .../bindings/iommu/renesas,ipmmu-vmsa.txt          |  1 +
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           |  2 +-
 arch/arm64/boot/dts/renesas/r8a7796.dtsi           |  2 +-
 arch/arm64/boot/dts/renesas/r8a77965.dtsi          | 61 ++++++++++++++++++++--
 arch/arm64/boot/dts/renesas/r8a77995.dtsi          |  2 +-
 arch/arm64/boot/dts/renesas/salvator-common.dtsi   |  1 +
 drivers/iommu/ipmmu-vmsa.c                         |  5 ++
 7 files changed, 68 insertions(+), 6 deletions(-)

--
2.7.4

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

end of thread, other threads:[~2018-03-05 21:09 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-26 17:57 [PATCH 0/8] R-Car M3-N: Enable EtherAVB device node Jacopo Mondi
2018-02-26 17:57 ` [PATCH 1/8] arm64: dts: renesas: salvator-common: Override EtherAVB phy-mode Jacopo Mondi
     [not found]   ` <1519667836-31330-2-git-send-email-jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org>
2018-02-26 18:16     ` Geert Uytterhoeven
2018-02-26 17:57 ` [PATCH 2/8] arm64: dts: renesas: r8a7796: Set EtherAVB phy mode to "rgmii" Jacopo Mondi
     [not found]   ` <1519667836-31330-3-git-send-email-jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org>
2018-02-26 18:17     ` Geert Uytterhoeven
2018-02-26 17:57 ` [PATCH 3/8] arm64: dts: renesas: r8a7795: " Jacopo Mondi
     [not found]   ` <1519667836-31330-4-git-send-email-jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org>
2018-02-26 18:17     ` Geert Uytterhoeven
2018-02-26 17:57 ` [PATCH 4/8] arm64: dts: renesas: r8a77995: " Jacopo Mondi
     [not found]   ` <1519667836-31330-5-git-send-email-jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org>
2018-02-26 18:18     ` Geert Uytterhoeven
2018-02-26 17:57 ` [PATCH 5/8] dt-bindings: iommu/ipmmu-vmsa: Add R-Car M3-N (R8A77965) Jacopo Mondi
     [not found]   ` <1519667836-31330-6-git-send-email-jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org>
2018-02-26 18:19     ` Geert Uytterhoeven
2018-03-05 21:09     ` Rob Herring
2018-02-26 17:57 ` [PATCH 6/8] iommu/ipmmu-vmsa: Hook up R8A77965 DT matching code Jacopo Mondi
     [not found]   ` <1519667836-31330-7-git-send-email-jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org>
2018-02-26 18:20     ` Geert Uytterhoeven
2018-02-26 17:57 ` [PATCH 7/8] arm64: dts: renesas: r8a77965: Add IPMMU mm and ds0 blocks Jacopo Mondi
2018-02-26 17:57 ` [PATCH 8/8] arm64: dts: renesas: r8a77965: Add EtherAVB device node Jacopo Mondi
     [not found]   ` <1519667836-31330-9-git-send-email-jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org>
2018-02-26 18:22     ` Geert Uytterhoeven
     [not found] ` <1519667836-31330-1-git-send-email-jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org>
2018-02-26 18:28   ` [PATCH 0/8] R-Car M3-N: Enable " Geert Uytterhoeven
2018-02-27  8:28     ` jacopo mondi
2018-02-27  8:35       ` Simon Horman

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