Hi Greg These following xhci patches are for usb-next and hopefully for 3.16 This patcheseries includes a bigger change in xhci command queue code, (last four patches), a task that I've been working on for a longer time. Sarah gave green light for v5 before she went on her sabbatical. http://marc.info/?l=linux-usb&m=139889908701592&w=2 -Mathias Alexander Gordeev (1): xhci: Use pci_enable_msix_exact() instead of pci_enable_msix() Dan Williams (2): xhci: 'noxhci_port_switch' kernel parameter usb: catch attempts to submit urbs with a vmalloc'd transfer buffer Fabio Estevam (1): usb: xhci: Use IS_ENABLED() macro Lin Wang (1): xhci: fix wrong port number reported when setting USB2.0 hardware LPM. Mathias Nyman (4): xhci: Use command structures when queuing commands on the command ring xhci: Add a global command queue xhci: Use completion and status in global command queue xhci: rework command timeout and cancellation, Sarah Sharp (1): xhci: Report max device limit when Enable Slot command fails. Documentation/kernel-parameters.txt | 3 + drivers/usb/core/hcd.c | 3 + drivers/usb/host/pci-quirks.c | 15 +- drivers/usb/host/xhci-hub.c | 43 ++- drivers/usb/host/xhci-mem.c | 17 +- drivers/usb/host/xhci-ring.c | 587 ++++++++++++++---------------------- drivers/usb/host/xhci.c | 271 +++++++++-------- drivers/usb/host/xhci.h | 47 +-- 8 files changed, 440 insertions(+), 546 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