Hi Tom, The following changes since commit acaee30608ce203289a180d664b7f0abb2e64ee7:
ARM: DTS: resync a3517.dtsi with Linux 4.17 (2018-06-13 07:49:14 -0400) are available in the git repository at: git://git.denx.de/u-boot-net.git master for you to fetch changes up to 5b2c9a6ce3ce66796e8c375133da8340c7ab2adc: net: gem: Check return value from memalign/malloc (2018-06-13 13:59:04 -0500) ---------------------------------------------------------------- Alex Kiernan (1): net: cpsw: ti: Reap completed packets before stopping interface Chris Packham (2): net: phy: mv88e61xx: Force CPU port link up net: mvgbe: extract common code for SMI wait Joe Hershberger (2): net: Express LINK_LOCAL dependency on LIB_RAND net: sunxi: Correct MAC address register order Jon Nettleton (1): mvebu: neta: align DMA buffers Kunihiko Hayashi (2): net: include/phy.h: add new mode for internal phy net: add Socionext AVE ethernet driver support Leonid Iziumtsev (1): net: Protect net_state from reentrant net_loop() Mario Six (3): net: Always align tx packets net: Initialize as many ethernet devices as possible tsec: Fix reading phy registers from DT Michal Simek (3): net: zynq_gem: Fix return type for phy...() net: zynq_gem: Initialize phyreg variable net: gem: Check return value from memalign/malloc Quentin Schulz (1): net: designware: set the PS bit when resetting DMA bus in MII configuration Radu Bulie (1): drivers/net/vsc9953: Initialize action RAM in VCAP complex Vasily Khoruzhick (1): net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP Vicentiu Galanopulo (1): net/phy/cortina: Add support for CS4223 PHY cmd/Kconfig | 1 + drivers/net/Kconfig | 10 + drivers/net/Makefile | 1 + drivers/net/cpsw.c | 24 +- drivers/net/designware.c | 9 + drivers/net/mvgbe.c | 47 +-- drivers/net/mvgbe.h | 1 + drivers/net/mvneta.c | 18 +- drivers/net/phy/cortina.c | 48 ++- drivers/net/phy/mv88e61xx.c | 51 ++- drivers/net/sni_ave.c | 995 ++++++++++++++++++++++++++++++++++++++++++++ drivers/net/sunxi_emac.c | 4 +- drivers/net/tsec.c | 5 +- drivers/net/vsc9953.c | 134 ++++++ drivers/net/zynq_gem.c | 16 +- include/cortina.h | 4 + include/phy.h | 3 + include/vsc9953.h | 70 ++++ net/arp.c | 3 +- net/eth-uclass.c | 4 +- net/net.c | 3 + net/nfs.c | 2 + net/ping.c | 3 +- 23 files changed, 1383 insertions(+), 73 deletions(-) create mode 100644 drivers/net/sni_ave.c Thanks! -Joe _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot