From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 29 Oct 2016 20:00:57 +0200 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-)