[U-Boot] Pull request: u-boot-net.git master
Joe Hershberger
joe.hershberger at ni.com
Mon Aug 15 22:20:40 CEST 2016
Hi Tom,
The following changes since commit f4b0df1823921ad3bc39820466e9c5201cef6210:
Merge git://git.denx.de/u-boot-dm (2016-08-12 16:00:50 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
for you to fetch changes up to 23f728cd317c93e3342766614109ea15de07bf4d:
net: mii: Clean up legacy glue that is not used (2016-08-15 15:17:45 -0500)
----------------------------------------------------------------
Alban Bedel (1):
net: e1000: Fix the build with driver model and SPI EEPROM
Chris Packham (1):
net: smsc95xx: Use correct get_unaligned functions
Joe Hershberger (5):
scripts: Add a cocci patch for miiphy_register
net: mii: Use spatch to update miiphy_register
net: mii: Fix changes made by spatch
net: mii: Changes not made by spatch
net: mii: Clean up legacy glue that is not used
Max Filippov (7):
net/ethoc: add Kconfig entry for the driver
net/ethoc: use priv instead of dev internally
net/ethoc: add CONFIG_DM_ETH support
net/ethoc: support device tree
net/ethoc: don't mix virtual and physical addresses
net/ethoc: support private memory configurations
net/ethoc: implement MDIO bus and support phylib
Wenyou Yang (1):
net: macb: Fix build error for CONFIG_DM_ETH enabled
arch/m68k/include/asm/fec.h | 9 +-
arch/mips/mach-au1x00/au1x00_eth.c | 25 +-
arch/powerpc/cpu/mpc8260/ether_fcc.c | 13 +-
arch/powerpc/cpu/mpc85xx/ether_fcc.c | 13 +-
arch/powerpc/cpu/mpc8xx/fec.c | 40 ++-
arch/powerpc/cpu/ppc4xx/miiphy.c | 11 +-
board/gdsys/405ep/io.c | 13 +-
board/gdsys/405ep/iocon.c | 27 +-
board/gdsys/405ex/io64.c | 25 +-
board/gdsys/mpc8308/hrcon.c | 27 +-
board/gdsys/mpc8308/strider.c | 27 +-
common/miiphyutil.c | 73 ----
configs/openrisc-generic_defconfig | 2 +
drivers/net/4xx_enet.c | 20 +-
drivers/net/Kconfig | 5 +
drivers/net/armada100_fec.c | 33 +-
drivers/net/at91_emac.c | 28 +-
drivers/net/bcm-sf2-eth-gmac.c | 18 +-
drivers/net/bcm-sf2-eth.c | 13 +-
drivers/net/bcm-sf2-eth.h | 8 +-
drivers/net/bfin_mac.c | 43 ++-
drivers/net/davinci_emac.c | 34 +-
drivers/net/e1000.c | 6 +-
drivers/net/e1000_spi.c | 59 ++--
drivers/net/eepro100.c | 34 +-
drivers/net/enc28j60.c | 26 +-
drivers/net/ep93xx_eth.c | 40 ++-
drivers/net/ethoc.c | 526 +++++++++++++++++++++++------
drivers/net/fsl_mcdmafec.c | 13 +-
drivers/net/ftmac110.c | 35 +-
drivers/net/lpc32xx_eth.c | 52 ++-
drivers/net/macb.c | 123 +++++--
drivers/net/mcffec.c | 13 +-
drivers/net/mcfmii.c | 19 +-
drivers/net/mpc512x_fec.c | 30 +-
drivers/net/mpc5xxx_fec.c | 30 +-
drivers/net/mvgbe.c | 33 +-
drivers/net/phy/miiphybb.c | 25 +-
drivers/net/sh_eth.c | 12 +-
drivers/net/smc911x.c | 35 +-
drivers/qe/uec.c | 32 +-
drivers/usb/eth/smsc95xx.c | 4 +-
include/configs/corvus.h | 1 +
include/configs/openrisc-generic.h | 1 -
include/configs/smartweb.h | 1 +
include/configs/snapper9g45.h | 1 +
include/configs/taurus.h | 1 +
include/dm/platform_data/net_ethoc.h | 21 ++
include/miiphy.h | 20 +-
scripts/coccinelle/net/mdio_register.cocci | 142 ++++++++
50 files changed, 1326 insertions(+), 516 deletions(-)
create mode 100644 include/dm/platform_data/net_ethoc.h
create mode 100644 scripts/coccinelle/net/mdio_register.cocci
Thanks!
-Joe
More information about the U-Boot
mailing list