Hi Greg A few xhci fixes for 5.15-rc. A couple races fixed, and quirks added for a couple hosts. Thanks -Mathias Johan Hovold (1): USB: xhci: dbc: fix tty registration race Jonathan Bell (2): xhci: guard accesses to ep_state in xhci_endpoint_reset() xhci: add quirk for host controllers that don't update endpoint DCS Nikolay Martynov (1): xhci: Enable trust tx length quirk for Fresco FL11 USB controller Pavankumar Kondeti (1): xhci: Fix command ring pointer corruption while aborting a command drivers/usb/host/xhci-dbgtty.c | 28 ++++++++++++------------ drivers/usb/host/xhci-pci.c | 6 +++++- drivers/usb/host/xhci-ring.c | 39 +++++++++++++++++++++++++++++----- drivers/usb/host/xhci.c | 5 +++++ drivers/usb/host/xhci.h | 1 + 5 files changed, 58 insertions(+), 21 deletions(-) -- 2.25.1