mbox series

[0/3] xhci features for usb-next

Message ID 20250311154551.4035726-1-mathias.nyman@linux.intel.com (mailing list archive)
Headers show
Series xhci features for usb-next | expand

Message

Mathias Nyman March 11, 2025, 3:45 p.m. UTC
Hi Greg

A small fixup series on top of previous series for usb-next.

Improves URB cancel during endpoint stall code in previous series
PATCH 12/15 "xhci: Prevent early endpoint restart when handling STALL errors."

Also has a couple more patches just submitted by Michal that touches code
relatad to URB cancel and endpoint stop.

Thanks
Mathias

Mathias Nyman (1):
  xhci: Avoid queuing redundant Stop Endpoint command for stalled
    endpoint

Michal Pecio (2):
  usb: xhci: Don't change the status of stalled TDs on failed Stop EP
  usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems
    Running

 drivers/usb/host/xhci-ring.c | 23 ++++++++++++++++++-----
 drivers/usb/host/xhci.c      |  8 +++++---
 2 files changed, 23 insertions(+), 8 deletions(-)