blob: 568ea2fcd5eaccd7aa0cb7340f53674b8f267409 [file] [log] [blame]
66a4550308b8 ("xhci: Convert timers to use timer_setup()")
d36374fdfb25 ("xhci: cleanup virtual endoint structure, remove stopped_stream")
5eee4b6b4f57 ("xhci: support calling cleanup_halted_endpoint with soft retry")
217491487c43 ("xhci: Add support for endpoint soft reset")
11e1d25db643 ("xhci: remove unused stopped_td pointer")
3969384cf88a ("usb: xhci: make several functions static")
d9f11ba9f107 ("xhci: Rework how we handle unresponsive or hoptlug removed hosts")
d3519b9d9606 ("xhci: Manually give back cancelled URB if we can't queue it for cancel")
9ef7fbbb4fdf ("xhci: Rename variables related to transfer descritpors")
e6f7caa3de7a ("xhci: rename size variable to num_tds")
a37c3f76e6a6 ("usb: host: xhci: make a generic TRB tracer")
76a35293b901 ("usb: host: xhci: simplify irq handler return")
1cc6d8617b91 ("usb: xhci: remove unnecessary second abort try")
f99265965b32 ("xhci: detect stop endpoint race using pending timer instead of counter.")
9983a5fc39bf ("xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDING")
505f581c48bc ("xhci: simplify if statement to make it more readable")
d6169d04097f ("xhci: fix deadlock at host remove by running watchdog correctly")
1c111b6c3844 ("xhci: Fix race related to abort operation")
cb4d5ce588c5 ("xhci: Use delayed_work instead of timer for command timeout")
4dea70778c0f ("usb: xhci: hold lock over xhci_abort_cmd_ring()")
a5a1b9514154 ("xhci: Handle command completion and timeout race")
2b985467371a ("usb: xhci: fix possible wild pointer")
2a72126de1bb ("xhci: Remove duplicate xhci urb giveback functions")
0c03d89d0c71 ("xhci: Giveback urb in finish_td directly")
446b31419cb1 ("xhci: refactor handle_tx_event() urb giveback")
2d6d5769f82d ("xhci: fix non static symbol warning")
f97c08ae329b ("xhci: rename endpoint related trb variables")
30a65b45bfb1 ("xhci: cleanup and refactor process_bulk_intr_td()")
0b6c324c8b60 ("xhci: cleanup and refactor process_ctrl_td()")
52ab86852f74 ("xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most cases")
0ce5749959c6 ("xhci: add trb_is_noop() helper function")
3495e451d137 ("xhci: use trb helper functions when possible")
cf5d344e1365 ("xhci: remove unnecessary xhci_quiesce call before xhci_halt")