mbox series

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

Message ID 20180227171919.D681AFFC61@linux-xvxi.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 Feb. 27, 2018, 5:17 p.m. UTC
Hi Tom,

The following changes since commit 4bafceff0e9e5a36908031e41c69a6b37e82da58:

  Merge git://git.denx.de/u-boot-mmc (2018-02-25 22:28:59 -0500)

are available in the git repository at:


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

for you to fetch changes up to a0fd381fc60460a23d85c71ea06af0daa2427b2c:

  net: phy: smsc: Add SMSC LAN8741 support (2018-02-26 15:51:37 -0600)

----------------------------------------------------------------
Arno Steffens (1):
      net: phy: smsc: Add SMSC LAN8741 support

Bernhard Messerklinger (1):
      net: e1000: Fix e1000_igb semaphore handling

Eugeniy Paltsev (1):
      NET: designware: fix clock enable

Mario Six (7):
      net: tsec: Fix style violations
      net: tsec: Fix memory leak in error path
      net: tsec: Make live-tree compatible
      net: phy: marvell: Fix style violations
      net: phy: marvell 88e151x: Fix handling of bare RGMII interface type
      cmd: mdio: Fix style violations
      phy: Fix style violations

 cmd/mdio.c                |   7 ++-
 drivers/net/designware.c  |   2 +-
 drivers/net/e1000.c       |   2 +-
 drivers/net/phy/marvell.c |  47 ++++++++++---------
 drivers/net/phy/phy.c     |  94 ++++++++++++++++++++++---------------
 drivers/net/phy/smsc.c    |  11 +++++
 drivers/net/tsec.c        | 116 +++++++++++++++++++++++-----------------------
 7 files changed, 155 insertions(+), 124 deletions(-)

Thanks!
-Joe

Comments

Tom Rini Feb. 28, 2018, 3:41 a.m. UTC | #1
On Tue, Feb 27, 2018 at 11:17:42AM -0600, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit 4bafceff0e9e5a36908031e41c69a6b37e82da58:
> 
>   Merge git://git.denx.de/u-boot-mmc (2018-02-25 22:28:59 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to a0fd381fc60460a23d85c71ea06af0daa2427b2c:
> 
>   net: phy: smsc: Add SMSC LAN8741 support (2018-02-26 15:51:37 -0600)
> 

Applied to u-boot/master, thanks!