[U-Boot] [PATCH v2 0/6] Switch MVPP2 to use new MVMDIO

nhed+uboot at starry.com nhed+uboot at starry.com
Sat Aug 3 01:53:21 UTC 2019


From: Nevo Hed <nhed+github at starry.com>

This patchset includes several commits form Marvell's downstream repo
including Ken Ma's patch to replace the SMI implementation with his
own Marvell MDIO impolementation.  That MVMDIO implementation never
made it to upstream and has since been re-implemented by Alex
Marginean and seems to be in line for inclusion [1].  My last patch in
this set modified Ken's mvpp2 patch to use this new MVMDIO
implementation.  Few other mvpp2 patches picked as they seemed
important yet missing from upstream.

v2 removes a redaundant fixed-link patch

  [1] https://patchwork.ozlabs.org/cover/1136769/

Grzegorz Jaszczyk (1):
  net: mvpp2: mark phy as invalid in case of missing appropriate driver

Ken Ma (1):
  net: mvpp2: Replace SMI implementation with marvell MDIO API

Nevo Hed (3):
  net: mvpp2: no deref null
  arm64: mvebu: armada-cp110-*dtsi: add xmdio nodes
  net: mvpp2: use new MVMDIO driver

Stefan Chulski (1):
  net: mvpp2x: fix traffic stuck after PHY start error

 arch/arm/dts/armada-cp110-master.dtsi |   9 +
 arch/arm/dts/armada-cp110-slave.dtsi  |   9 +
 drivers/net/Kconfig                   |   2 +
 drivers/net/mvpp2.c                   | 240 ++++++--------------------
 4 files changed, 72 insertions(+), 188 deletions(-)

--
2.21.0



More information about the U-Boot mailing list