mbox

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

Message ID CANr=Z=ZZ9gHcGtqi5z7xyZN=XyEMKfju+tM8n5G3yGy2a1V7_Q@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Joe Hershberger April 20, 2015, 11:08 p.m. UTC
The following changes since commit 1733259d25015c28c47990ec11af99b3f62f811c:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2015-04-20
09:13:52 -0400)

are available in the git repository at:


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

for you to fetch changes up to 523bb66f5a8e2cee22535e509c4e762bbc774406:

  net: pch_gbe: Fix pch_gbe device name (2015-04-20 17:57:13 -0500)

----------------------------------------------------------------
Bin Meng (1):
      net: pch_gbe: Fix pch_gbe device name

Codrin Ciubotariu (1):
      net: phy: realtek: Disable interrupt on Realtek Ethernet PHY drivers

Joe Hershberger (1):
      Update MAINTAINERS and git-mailrc for net

Luca Ellero (1):
      net: phy: micrel: add support for KSZ8081MNX

Michal Simek (1):
      net: gem: Use correct type for casting

Shengzhou Liu (1):
      net/phy: fixup for get_phy_id

Thierry Reding (1):
      net: rtl8169: Build warning fixes for 64-bit

Tim James (1):
      mii: add read-modify-write option to mii command

 MAINTAINERS               |  3 ++-
 common/cmd_mii.c          | 47 ++++++++++++++++++++++++++++++++++++++---------
 doc/git-mailrc            |  4 +++-
 drivers/net/pch_gbe.c     |  2 +-
 drivers/net/phy/micrel.c  | 11 +++++++++++
 drivers/net/phy/phy.c     |  2 +-
 drivers/net/phy/realtek.c | 18 +++++++++++++++++-
 drivers/net/rtl8169.c     | 24 +++++++++++++-----------
 drivers/net/zynq_gem.c    |  3 ++-
 include/phy.h             |  1 +
 10 files changed, 89 insertions(+), 26 deletions(-)

Comments

Tom Rini April 21, 2015, 2:06 p.m. UTC | #1
On Mon, Apr 20, 2015 at 06:08:44PM -0500, Joe Hershberger wrote:

> The following changes since commit 1733259d25015c28c47990ec11af99b3f62f811c:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-video (2015-04-20
> 09:13:52 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 523bb66f5a8e2cee22535e509c4e762bbc774406:
> 
>   net: pch_gbe: Fix pch_gbe device name (2015-04-20 17:57:13 -0500)
> 

Applied to u-boot/master, thanks!