Hi Greg Second try These xhci patches for usb-next include Roger Quardros series allowing xhci to work nicely with OTG core. Other patches optimize resume time for xhci, and remove a common quirk that we can detect and handle by default. Changes since v1: Remove the if() statement for AMD quirks together with its last quirk Chris Bainbridge (1): usb: host: xhci: remove incorrect comment about mutex Mathias Nyman (3): xhci: optimize xhci bus resume time xhci: remove XHCI_TRUST_TX_LENGTH quirk and handle it as default xhci: Return correct number of tranferred bytes for stalled control endpoints Roger Quadros (5): usb: xhci: cleanup xhci_hcd allocation usb: xhci: plat: Create both HCDs before adding them usb: xhci: Allow usb_add/remove_hcd() to be called repeatedly usb: xhci: fix xhci locking up during hcd remove usb: xhci: Fix suspend/resume when used with OTG core drivers/usb/host/xhci-hub.c | 65 ++++++++++++++++++++++++++------------------ drivers/usb/host/xhci-pci.c | 22 ++++++--------- drivers/usb/host/xhci-plat.c | 43 +++++++++++++++-------------- drivers/usb/host/xhci-ring.c | 29 ++++++++++---------- drivers/usb/host/xhci.c | 44 ++++++++++++++++-------------- drivers/usb/host/xhci.h | 21 +++++++++++--- 6 files changed, 124 insertions(+), 100 deletions(-) -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html