mbox

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

Message ID 20160823022746.09819FF22A@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 Aug. 23, 2016, 2:26 a.m. UTC
Hi Tom,

The following changes since commit c98b171e1098f94b2ff7720c45a25a602882f876:

  Merge branch 'rmobile' of git://git.denx.de/u-boot-sh (2016-08-20 16:40:34 -0400)

are available in the git repository at:


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

for you to fetch changes up to 8c83c0303c0eaa5f5323d08ffe1f786759e509be:

  net: mii: check phy advertising register when geting link status (2016-08-22 14:21:23 -0500)

----------------------------------------------------------------
Dongpo Li (1):
      net: mii: check phy advertising register when geting link status

Guillaume GARDET (1):
      net: NFS: Add NFSv3 support

Hou Zhiqiang (1):
      net/fm: Remove unused code of FMan QMI

Joe Hershberger (12):
      net: Stop including NFS overhead in defragment max
      net: nfs: Remove separate buffer for default name
      net: nfs: Remove unused define
      net: nfs: Share the file handle buffer for v2 / v3
      net: nfs: Correct the reply data buffer size
      net: nfs: Fix lines that are too long
      net: nfs: Consolidate handling of NFSv3 attributes
      net: nfs: Correct a comment
      net: nfs: Use consistent names for the rpc_pkt
      net: nfs: Move some prints to debug statements
      net: nfs: Use the tx buffer to construct rpc msgs
      net: nfs: Simplify rpc_add_credentials()

karl beldan (4):
      net: davinci_emac: Remove useless dcache ops on descriptors
      net: davinci_emac: Round up top tx buffer boundaries for dcache ops
      net: davinci_emac: Invalidate only the received portion of a buffer
      net: davinci_emac: Restore the internal MDIO accessors return values

 common/miiphyutil.c        |  18 ++-
 drivers/net/davinci_emac.c |  53 ++-----
 drivers/net/fm/fm.c        |   3 -
 net/net.c                  |  10 +-
 net/nfs.c                  | 368 +++++++++++++++++++++++++++++++--------------
 net/nfs.h                  |  15 +-
 6 files changed, 293 insertions(+), 174 deletions(-)

Thanks!
-Joe

Comments

Tom Rini Aug. 24, 2016, 3:32 p.m. UTC | #1
On Mon, Aug 22, 2016 at 09:26:53PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit c98b171e1098f94b2ff7720c45a25a602882f876:
> 
>   Merge branch 'rmobile' of git://git.denx.de/u-boot-sh (2016-08-20 16:40:34 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 8c83c0303c0eaa5f5323d08ffe1f786759e509be:
> 
>   net: mii: check phy advertising register when geting link status (2016-08-22 14:21:23 -0500)
> 

Applied to u-boot/master, thanks!