mbox

[U-Boot] Pull request: u-boot-net.git master

Message ID 20170327165035.79873FEB19@linux-xvxi.amer.corp.natinst.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-net.git master

Message

Joe Hershberger March 27, 2017, 4:50 p.m. UTC
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@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

Comments

Tom Rini April 4, 2017, 7:59 p.m. UTC | #1
On Mon, Mar 27, 2017 at 11:50:12AM -0500, Joe Hershberger wrote:

> 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)
> 

Applied to u-boot/master, thanks!