mbox series

[0/4] xhci fixes for usb-linus

Message ID 20240611120610.3264502-1-mathias.nyman@linux.intel.com
Headers show
Series xhci fixes for usb-linus | expand

Message

Mathias Nyman June 11, 2024, 12:06 p.m. UTC
Hi Greg

A few xhci fixes for usb-linus.
Adds quirks to Etron host, and ensure cancelled and erronous bulk and stream
transfers are handled properly,

Thanks
Mathias

Hector Martin (1):
  xhci: Handle TD clearing for multiple streams case

Kuangyi Chiang (2):
  xhci: Apply reset resume quirk to Etron EJ188 xHCI host
  xhci: Apply broken streams quirk to Etron EJ188 xHCI host

Mathias Nyman (1):
  xhci: Set correct transferred length for cancelled bulk transfers

 drivers/usb/host/xhci-pci.c  |  7 +++++
 drivers/usb/host/xhci-ring.c | 59 +++++++++++++++++++++++++++---------
 drivers/usb/host/xhci.h      |  1 +
 3 files changed, 53 insertions(+), 14 deletions(-)