This series includes enhancements to the PCI resume function that allow it to handle PM events in order to improve the XHCI resume time. Basavaraj Natikar (2): USB: Extend pci resume function to handle PM events xhci: Improve the XHCI resume time drivers/usb/core/hcd-pci.c | 14 ++++++++------ drivers/usb/host/ehci-pci.c | 3 ++- drivers/usb/host/ohci-pci.c | 8 +++++++- drivers/usb/host/uhci-pci.c | 10 +++++++--- drivers/usb/host/xhci-pci.c | 4 ++-- drivers/usb/host/xhci.c | 5 +++-- drivers/usb/host/xhci.h | 2 +- include/linux/usb/hcd.h | 2 +- 8 files changed, 31 insertions(+), 17 deletions(-) -- 2.25.1