[PATCH v2 0/7] Minor USB fixes and xHCI driver
Sascha Hauer
s.hauer at pengutronix.de
Sun Jul 27 22:41:12 PDT 2014
On Sat, Jul 26, 2014 at 05:24:38PM +0200, Sebastian Hesselbarth wrote:
>
> Sebastian Hesselbarth (7):
> USB: Fix stale usb devices in usb_device_list
> USB: Count detected USB devices independent of dev_index
> USB: improve error paths and tear-down
> USB: EHCI: use min3 from Linux
> include: import {lower,upper}_32_bits helpers
> USB: host: add xHCI HCD, Hub, and platform driver
> USB: host: add xHCI PCI driver
Applied, thanks.
You probably need the PCIe driver aswell to make use of this series,
but it shouldn't be needed to compile this series, right?
Sascha
>
> drivers/usb/core/hub.c | 19 +-
> drivers/usb/core/usb.c | 50 +-
> drivers/usb/core/usb.h | 1 +
> drivers/usb/host/Kconfig | 18 +
> drivers/usb/host/Makefile | 2 +
> drivers/usb/host/ehci-hcd.c | 12 +-
> drivers/usb/host/xhci-hcd.c | 1509 +++++++++++++++++++++++++++++++++++++++++++
> drivers/usb/host/xhci-hub.c | 647 +++++++++++++++++++
> drivers/usb/host/xhci-pci.c | 45 ++
> drivers/usb/host/xhci.h | 1279 ++++++++++++++++++++++++++++++++++++
> include/common.h | 16 +
> include/linux/kernel.h | 18 +
> include/usb/xhci.h | 33 +
> 13 files changed, 3612 insertions(+), 37 deletions(-)
> create mode 100644 drivers/usb/host/xhci-hcd.c
> create mode 100644 drivers/usb/host/xhci-hub.c
> create mode 100644 drivers/usb/host/xhci-pci.c
> create mode 100644 drivers/usb/host/xhci.h
> create mode 100644 include/usb/xhci.h
>
> ---
> To: Sascha Hauer <s.hauer at pengutronix.de>
> Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> Cc: Ezequiel Garcia <ezequiel.garcia at free-electrons.com>
> Cc: barebox at lists.infradead.org
> --
> 2.0.0
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list