mbox

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

Message ID CANr=Z=ZHB9k+wJERoc2HgYWFu4Q27ncyMjB1-i8ErrGQUGq10A@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 Jan. 30, 2015, 10:01 p.m. UTC
The following changes since commit 2af13d6b6265a6700c4f65597410b769895024bf:

  lcd: fix console address is not initialized (2015-01-28 16:58:02 -0500)

are available in the git repository at:

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

for you to fetch changes up to 875143f32428b8317a2b890b34a1eeb31cbf8a53:

  net/designware: add error message on DMA reset timeout (2015-01-30
15:55:00 -0600)

----------------------------------------------------------------
Alexey Brodkin (1):
      net/designware: add error message on DMA reset timeout

Claudiu Manoil (1):
      net: tsec: Fix NULL access in case init_phy() fails

Philippe De Muyter (1):
      net: phy: micrel: add support for KSZ8895 switch in SMI mode

Yoshinori Sato (1):
      Add MS7206SE ethernet support

 drivers/net/designware.c |  4 +++-
 drivers/net/phy/micrel.c | 58
++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/smc91111.h   | 31 +++++++++++++++++++++++++-
 drivers/net/tsec.c       |  2 ++
 4 files changed, 93 insertions(+), 2 deletions(-)

Comments

Tom Rini Feb. 2, 2015, 6:59 p.m. UTC | #1
On Fri, Jan 30, 2015 at 04:01:46PM -0600, Joe Hershberger wrote:

> The following changes since commit 2af13d6b6265a6700c4f65597410b769895024bf:
> 
>   lcd: fix console address is not initialized (2015-01-28 16:58:02 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 875143f32428b8317a2b890b34a1eeb31cbf8a53:
> 
>   net/designware: add error message on DMA reset timeout (2015-01-30
> 15:55:00 -0600)
> 

Applied to u-boot/master, thanks!