From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Fri, 22 Nov 2013 17:08:03 -0600 Subject: [U-Boot] Pull request: u-boot-net.git master Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit c2e5e802ecb7ab668ce9911b210ed68c804b349f: Merge branch 'master' of git://git.denx.de/u-boot-mips (2013-11-17 14:11:34 -0500) are available in the git repository at: git://git.denx.de/u-boot-net.git master for you to fetch changes up to 2287286be4e268d3d4ec3c0347bf31479dbd1f05: net: rtl8169: Add support for RTL8168d/8111d (2013-11-22 17:03:21 -0600) ---------------------------------------------------------------- Alexey Brodkin (2): net: designware: Respect "bus mode" register contents on SW reset net: designware: Fix alignment of buffer descriptors Andrew Ruder (2): net: tftpsrv: Get correct client MAC address net: dm9000: random mac address support Arpit Goel (1): net: phy/vitesse: Add support for VSC8514 phy module Bhupesh Sharma (1): net/phy: realtek: Fix the PHY ID mask to ensure the correct Realtek PHY is detected Chunhe Lan (1): net/phy: Fix the phy id mask of AR8031 Claudiu Manoil (9): net: Fix mcast function pointer prototype net: tsec: Fix and cleanup tsec_mcast_addr() net: tsec: Fix priv pointer in tsec_mcast_addr() net: tsec: Cleanup tsec regs init and fix __iomem warns net: fsl_mdio: Fix warnings for __iomem pointers net: tsec: Fix CamelCase issues around BD code net: tsec: Use portable types and accessors for BDs net: tsec: Use portable regs type (uint->u32) net: tsec: Fix mac addr setup portability, cleanup David Dueck (2): phy: Use supported field during autonegotiation phy: Use general phy code for smsc lan8720a Fabio Estevam (1): net: phy: atheros: Fix masks for AR8035 and AR8021 Heiko Schocher (1): net, phy: fix AR8031 phy_mask Nobuhiro Iwamatsu (5): net: sh-eth: Change cache API of SH net: sh-eth: Add control for padding size of packet descriptor net: sh-eth: Add invalidate cache control for rmobile (ARM SoC) net: sh-eth: Add support R8A7790 net: sh-eth: Add support R8A7791 Rojhalat Ibrahim (1): drivers/net/e1000: Introduce CONFIG_E1000_NO_NVM Sascha Silbe (1): NET: mvgbe: avoid unused variable warning when used without phylib support Shengzhou Liu (1): phylib: update atheros ar803x phy Srikanth Thokala (1): net: zynq_gem: Add d-cache support Stefano Babic (5): phy: add missing constants for Micrel KSZ9031 net: fix mask for phy Micrel KSZ9031 net: add extended function to phy API net: add function to read/write extended registers in Micrel Phy net: add support for extended registers to mdio command Stephan Bauroth (1): net: trivial: Fix typos in mii field descriptions Thierry Reding (4): net: rtl8169: Fix format string net: rtl8169: Add support for RTL8168evl/8111evl net: rtl8169: Improve cache maintenance net: rtl8169: Add support for RTL8168d/8111d rockly (1): net: tftp: Make sure timeout will not effect wrap offset common/cmd_mdio.c | 75 +++++++--- common/cmd_mii.c | 4 +- drivers/net/designware.c | 2 +- drivers/net/designware.h | 7 +- drivers/net/dm9000x.c | 9 ++ drivers/net/e1000.c | 34 ++++- drivers/net/e1000.h | 9 ++ drivers/net/fsl_mdio.c | 17 ++- drivers/net/mvgbe.c | 5 +- drivers/net/phy/atheros.c | 8 +- drivers/net/phy/micrel.c | 34 ++++- drivers/net/phy/phy.c | 5 +- drivers/net/phy/realtek.c | 6 +- drivers/net/phy/smsc.c | 3 +- drivers/net/phy/vitesse.c | 69 +++++++++- drivers/net/rtl8139.c | 2 +- drivers/net/rtl8169.c | 90 ++++++++++-- drivers/net/sh_eth.c | 51 +++++-- drivers/net/sh_eth.h | 34 ++++- drivers/net/tsec.c | 199 +++++++++++++------------- drivers/net/zynq_gem.c | 82 +++++++---- include/fsl_mdio.h | 8 +- include/micrel.h | 5 + include/net.h | 2 +- include/phy.h | 3 + include/tsec.h | 345 +++++++++++++++++++++++----------------------- net/tftp.c | 5 +- 27 files changed, 727 insertions(+), 386 deletions(-)