Hi Greg A few fixes for usb-linus, including regression fix for xhci IDT support which was added to 5.2-rc1 -Mathias Andrey Smirnov (1): xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic() Carsten Schmid (1): usb: xhci: avoid null pointer deref when bos field is NULL Henry Lin (1): xhci: update bounce buffer with correct sg num Jia-Ju Bai (1): usb: xhci: Fix a potential null pointer dereference in xhci_debugfs_create_endpoint() Mathias Nyman (1): xhci: Fix immediate data transfer if buffer is already DMA mapped drivers/usb/host/xhci-debugfs.c | 3 +++ drivers/usb/host/xhci-ring.c | 26 +++++++++++++++++++------- drivers/usb/host/xhci.c | 24 +++++++++++------------- drivers/usb/host/xhci.h | 3 ++- 4 files changed, 35 insertions(+), 21 deletions(-) -- 2.7.4