mbox

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

Message ID bdf9fc87-34fb-73d4-466e-c1eb74a5f486@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut Oct. 29, 2016, 6 p.m. UTC
The following changes since commit 5ac5861c4ba851b473e6a24940b412b397627d8d:

  travis-ci: Add test.py for various qemu platforms (2016-10-24 08:06:29
-0400)

are available in the git repository at:

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

for you to fetch changes up to 57faca19a82fc9b43a227824c30aeb76a43d1957:

  drivers: USB: OHCI: allow compilation for 64-bit targets (2016-10-29
19:45:40 +0200)

----------------------------------------------------------------
Andre Przywara (1):
      drivers: USB: OHCI: allow compilation for 64-bit targets

Masahiro Yamada (2):
      usb: ehci-vf: use ehci_deregister() for .remove callback
      usb: xhci-mvebu: use xhci_deregister() for .remove callback

 drivers/usb/host/ehci-vf.c    | 13 +------------
 drivers/usb/host/ohci-hcd.c   | 21 +++++++++++----------
 drivers/usb/host/ohci-sunxi.c |  2 +-
 drivers/usb/host/ohci.h       | 11 +++++++----
 drivers/usb/host/xhci-mvebu.c |  7 +------
 5 files changed, 21 insertions(+), 33 deletions(-)

Comments

Tom Rini Oct. 30, 2016, 12:11 p.m. UTC | #1
On Sat, Oct 29, 2016 at 08:00:57PM +0200, Marek Vasut wrote:

> The following changes since commit 5ac5861c4ba851b473e6a24940b412b397627d8d:
> 
>   travis-ci: Add test.py for various qemu platforms (2016-10-24 08:06:29
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 57faca19a82fc9b43a227824c30aeb76a43d1957:
> 
>   drivers: USB: OHCI: allow compilation for 64-bit targets (2016-10-29
> 19:45:40 +0200)
> 

Applied to u-boot/master, thanks!