mbox series

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

Message ID 201906012313.x51NDB6n014805@osboxes.amer.corp.natinst.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-net.git master | expand

Pull-request

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

Message

Joe Hershberger June 1, 2019, 11:10 p.m. UTC
Hi Tom,

Tested on Jenkins at https://travis-ci.org/jhershbe/u-boot/builds/540178505

Basic bug fixes and minor features for 2019.07.

The following changes since commit 8a802a2eefd36865eaa3d927d1db7af63bb2d922:

  Merge tag 'rockchip-for-v2019.07-rc3' of git://git.denx.de/u-boot-rockchip (2019-05-31 07:17:09 -0400)

are available in the git repository at:

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

for you to fetch changes up to b4c20f20adad8d246b95be5bebacb730462c8c01:

  cmd: mdio: Fix access to arbitrary PHY addresses (2019-06-01 13:33:17 -0500)

----------------------------------------------------------------
Bin Meng (4):
      clk: sifive: Add clock driver for GEMGXL MGMT
      dm: net: macb: Update macb_linkspd_cb() signature
      dm: net: macb: Implement link speed change callback
      riscv: sifive: fu540: Enable GEMGXL MGMT driver

Thierry Reding (2):
      net: eth-uclass: Write MAC address to hardware after probe
      net: eth-uclass: Support device tree MAC addresses

Vladimir Oltean (1):
      cmd: mdio: Fix access to arbitrary PHY addresses

 Documentation/devicetree/bindings/net/ethernet.txt | 66 ++++++++++++++++++++++
 board/sifive/fu540/Kconfig                         |  1 +
 cmd/mdio.c                                         |  9 ++-
 drivers/clk/sifive/Kconfig                         |  7 +++
 drivers/clk/sifive/Makefile                        |  2 +
 drivers/clk/sifive/gemgxl-mgmt.c                   | 60 ++++++++++++++++++++
 drivers/net/macb.c                                 | 57 ++++++++++++++++++-
 net/eth-uclass.c                                   | 32 ++++++++++-
 8 files changed, 228 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/ethernet.txt
 create mode 100644 drivers/clk/sifive/gemgxl-mgmt.c

Thanks!
-Joe

Comments

Tom Rini June 2, 2019, 8:03 p.m. UTC | #1
On Sat, Jun 01, 2019 at 06:10:59PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> Tested on Jenkins at https://travis-ci.org/jhershbe/u-boot/builds/540178505
> 
> Basic bug fixes and minor features for 2019.07.
> 
> The following changes since commit 8a802a2eefd36865eaa3d927d1db7af63bb2d922:
> 
>   Merge tag 'rockchip-for-v2019.07-rc3' of git://git.denx.de/u-boot-rockchip (2019-05-31 07:17:09 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to b4c20f20adad8d246b95be5bebacb730462c8c01:
> 
>   cmd: mdio: Fix access to arbitrary PHY addresses (2019-06-01 13:33:17 -0500)
> 

Applied to u-boot/master, thanks!