[U-Boot] [PATCH 0/3] Prepare for net: phy: prevent uclass_eth device "node" field overwriting

Joe Hershberger joe.hershberger at ni.com
Wed Jul 25 19:25:29 UTC 2018


Prepare for [1] so that it doesn't break the build for a bunch of
boards. There are a number of reasons this series broke the build
but none of them depend on changes in the series, so fix up those
situations ahead of applying that series.

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


Joe Hershberger (3):
  arm: Prevent redefinition error in fsl-layerscape
  phy: Break include cycle
  net: phy: Clean up includes of common.h

 arch/arm/cpu/armv8/fsl-layerscape/cpu.c |  2 +-
 drivers/net/phy/atheros.c               |  1 +
 drivers/net/phy/broadcom.c              |  1 -
 drivers/net/phy/davicom.c               |  1 +
 drivers/net/phy/generic_10g.c           |  2 -
 drivers/net/phy/lxt.c                   |  1 +
 drivers/net/phy/marvell.c               |  1 -
 drivers/net/phy/micrel_ksz8xxx.c        |  1 -
 drivers/net/phy/micrel_ksz90x1.c        |  2 -
 drivers/net/phy/natsemi.c               |  1 +
 drivers/net/phy/phy.c                   |  2 -
 drivers/net/phy/realtek.c               |  1 -
 drivers/net/phy/smsc.c                  |  1 +
 drivers/net/phy/teranetics.c            |  1 -
 drivers/net/phy/vitesse.c               |  1 +
 include/exports.h                       |  3 +-
 include/phy.h                           | 55 +---------------------------
 include/phy_interface.h                 | 65 +++++++++++++++++++++++++++++++++
 18 files changed, 74 insertions(+), 68 deletions(-)
 create mode 100644 include/phy_interface.h

-- 
1.7.11.5



More information about the U-Boot mailing list