Hi Greg These xhci fixes solve various small issues such as: * USB 3 device enumeration issues after runtime resume seen on NEC hosts * Add a PCI ID and needed quirk for a new controller * Remove extra 10 seconds driver timeouts on PCI hotplugged xhcis * R-Car SoC xhci quirks to solve their DMA addressing issues. Lu Baolu (1): usb: xhci: fix wild pointers in xhci_mem_cleanup Mathias Nyman (3): xhci: resume USB 3 roothub first xhci: Don't suspend a xhci usb bus if there is a pending event. xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers Rafal Redzimski (1): usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host Yoshihiro Shimoda (2): usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT usb: host: xhci-plat: fix cannot work if R-Car Gen2/3 run on above 4GB phys drivers/usb/host/xhci-hub.c | 6 ++++++ drivers/usb/host/xhci-mem.c | 6 ++++++ drivers/usb/host/xhci-pci.c | 5 ++++- drivers/usb/host/xhci-plat.c | 13 +++++++++++++ drivers/usb/host/xhci-ring.c | 3 ++- drivers/usb/host/xhci.c | 25 +++++++++++++++++++------ drivers/usb/host/xhci.h | 2 ++ 7 files changed, 52 insertions(+), 8 deletions(-) -- 1.9.1 -- 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