Hi Greg A few xhci fixes for usb-linus. This series makes sure we don't ignore devices attached during suspend that are stuck in a resume "cold attach status" state, and makes sure xhci driver doesn't prevent queuing urbs to a endpoint only because driver previously refused to manually clear the data toggle of a non-empty endpoint. -Mathias Ding Hui (1): xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failed Kai-Heng Feng (1): xhci: Do warm-reset when both CAS and XDEV_RESUME are set Li Jun (1): usb: host: xhci: fix ep context print mismatch in debugfs drivers/usb/host/xhci-debugfs.c | 8 ++++---- drivers/usb/host/xhci-hub.c | 19 ++++++++++--------- drivers/usb/host/xhci.c | 3 ++- 3 files changed, 16 insertions(+), 14 deletions(-) -- 2.17.1