mbox

[U-Boot,PULL] u-boot-usb/master

Message ID 201412312001.50812.marex@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut Dec. 31, 2014, 7:01 p.m. UTC
Looks like there're still two dangling patches, so let's make Rene happy
and apply them please.

Thanks!

The following changes since commit 125738e819a3b9d15210794b3dcef9f4d9bcf866:

  Prepare v2015.01-rc4 (2014-12-29 21:22:38 -0500)

are available in the git repository at:

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

for you to fetch changes up to edd88905ae292355991f13fd0d3c7b3368103050:

  usb: eth: enable AX88179 DRIVER for ARNDALE 5250 (2014-12-31 19:10:13 +0100)

----------------------------------------------------------------
Rene Griessl (2):
      usb: eth: add ASIX AX88179 DRIVER
      usb: eth: enable AX88179 DRIVER for ARNDALE 5250

 drivers/usb/eth/Makefile    |   1 +
 drivers/usb/eth/asix88179.c | 700 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/eth/usb_ether.c |   7 ++
 include/configs/arndale.h   |   1 +
 include/usb_ether.h         |   6 +
 5 files changed, 715 insertions(+)
 create mode 100644 drivers/usb/eth/asix88179.c

Comments

Tom Rini Jan. 1, 2015, 2:56 p.m. UTC | #1
On Wed, Dec 31, 2014 at 08:01:50PM +0100, Marek Vasut wrote:

> Looks like there're still two dangling patches, so let's make Rene happy
> and apply them please.
> 
> Thanks!
> 
> The following changes since commit 125738e819a3b9d15210794b3dcef9f4d9bcf866:
> 
>   Prepare v2015.01-rc4 (2014-12-29 21:22:38 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to edd88905ae292355991f13fd0d3c7b3368103050:
> 
>   usb: eth: enable AX88179 DRIVER for ARNDALE 5250 (2014-12-31 19:10:13 +0100)
> 

Applied to u-boot/master, thanks!