mbox

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

Message ID 20161107172938.56086FEB38@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 Nov. 7, 2016, 5:29 p.m. UTC
Hi Tom,

The following changes since commit 4b6035da482cccda06aeb419634f99937c9fc783:

  mx6sabresd: Make Ethernet functional again (2016-11-06 06:59:27 -0500)

are available in the git repository at:

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

for you to fetch changes up to aa555fe9f07a21b3bbdab15aea594f3869e5ab22:

  net: use random ethernet address if invalid and not zero (2016-11-07 11:28:16 -0600)

----------------------------------------------------------------
Ash Charles (1):
      net: phy: micrel: center FLP burst timing at 16ms

Chris Packham (1):
      net: mvgbe: Fix build error with CONFIG_PHYLIB

Siva Durga Prasad Paladugu (1):
      net: use random ethernet address if invalid and not zero

Stephen Warren (6):
      dt: net: add DWC EQoS binding
      net: add driver for Synopsys Ethernet QoS device
      ARM: tegra: add SoC-level hook for board_late_init()
      ARM: tegra: configure Ethernet address on Tegra186
      ARM: tegra: add DWC EQoS (ethernet) to Tegra186 DT
      ARM: tegra: enable Ethernet on p2771-0000

 arch/arm/dts/tegra186-p2771-0000.dtsi              |    5 +
 arch/arm/dts/tegra186.dtsi                         |   20 +
 arch/arm/mach-tegra/board186.c                     |    7 +-
 arch/arm/mach-tegra/tegra186/Makefile              |    1 +
 arch/arm/mach-tegra/tegra186/nvtboot_board.c       |   54 +
 configs/p2771-0000-000_defconfig                   |    1 +
 configs/p2771-0000-500_defconfig                   |    1 +
 .../net/snps,dwc-qos-ethernet.txt                  |  166 +++
 drivers/net/Kconfig                                |   11 +
 drivers/net/Makefile                               |    1 +
 drivers/net/dwc_eth_qos.c                          | 1552 ++++++++++++++++++++
 drivers/net/mvgbe.c                                |   25 +-
 drivers/net/phy/micrel.c                           |   23 +
 include/micrel.h                                   |    3 +
 net/eth-uclass.c                                   |    3 +-
 15 files changed, 1849 insertions(+), 24 deletions(-)
 create mode 100644 arch/arm/mach-tegra/tegra186/nvtboot_board.c
 create mode 100644 doc/device-tree-bindings/net/snps,dwc-qos-ethernet.txt
 create mode 100644 drivers/net/dwc_eth_qos.c

Thanks!
-Joe

Comments

Tom Rini Nov. 8, 2016, 8:52 p.m. UTC | #1
On Mon, Nov 07, 2016 at 11:29:02AM -0600, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit 4b6035da482cccda06aeb419634f99937c9fc783:
> 
>   mx6sabresd: Make Ethernet functional again (2016-11-06 06:59:27 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to aa555fe9f07a21b3bbdab15aea594f3869e5ab22:
> 
>   net: use random ethernet address if invalid and not zero (2016-11-07 11:28:16 -0600)
> 

Applied to u-boot/master, thanks!