[U-Boot] Pull request: u-boot-net.git master
Joe Hershberger
joe.hershberger at ni.com
Mon Mar 27 16:50:12 UTC 2017
Hi Tom,
The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:
Merge git://git.denx.de/u-boot-arc (2017-03-24 08:19:30 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
for you to fetch changes up to db40c1aa1c100d8a9e33206575efd8b3678f31db:
drivers/net/phy: add fixed-phy / fixed-link support (2017-03-26 09:58:26 -0500)
----------------------------------------------------------------
Alexandre Messier (1):
net: link_local: Fix netmask endianness bug
Hannes Schmelzer (1):
drivers/net/phy: add fixed-phy / fixed-link support
Suji Velupillai (1):
net: fix cache misaligned issue in Broadcom SF2 driver
Tuomas Tynkkynen (1):
fdt_support: Fixup 'ethernet' aliases not ending in digits
Yung-Ching LIN (2):
board: ge: bx50v3: fix AR8033 reset timing issue
board: ge: bx50v3: apply the proper register setting to fix the voltage peak issue
oliver at schinagl.nl (2):
net: sunxi-emac: Write HW address via function
net: sunxi: Enable eeprom on OLinuXino Lime boards
board/ge/bx50v3/bx50v3.c | 6 +-
common/fdt_support.c | 10 ++-
configs/A10-OLinuXino-Lime_defconfig | 4 +
configs/A20-OLinuXino-Lime2_defconfig | 4 +
configs/A20-OLinuXino-Lime_defconfig | 4 +
configs/A20-OLinuXino_MICRO_defconfig | 4 +
doc/device-tree-bindings/net/fixed-link.txt | 30 ++++++++
drivers/net/bcm-sf2-eth-gmac.c | 113 +++++++++++++++-------------
drivers/net/bcm-sf2-eth.h | 4 +-
drivers/net/phy/Kconfig | 10 +++
drivers/net/phy/Makefile | 1 +
drivers/net/phy/fixed.c | 82 ++++++++++++++++++++
drivers/net/phy/phy.c | 23 +++++-
drivers/net/sunxi_emac.c | 19 ++++-
include/phy.h | 3 +
net/link_local.c | 2 +-
16 files changed, 249 insertions(+), 70 deletions(-)
create mode 100644 doc/device-tree-bindings/net/fixed-link.txt
create mode 100644 drivers/net/phy/fixed.c
Thanks!
-Joe
More information about the U-Boot
mailing list