blob: 2302411b505e1f2152a9addbe8791f5fb299ee17 [file] [log] [blame]
2f31a67f01a8 ("usb: xhci: Prevent bus suspend if a port connect change or polling state is detected")
e740b019d7c6 ("xhci: xhci-hub: use new port structures to get port address instead of port array")
ffd4b4fc0b9a ("xhci: Add helper to get xhci roothub from hcd")
4b562bd2b186 ("usb: xhci: Support enabling of compliance mode for xhci 1.1")
a85c0f8db332 ("xhci: rework bus_resume and check ports are suspended before resuming them.")
ec1dafe8ec5f ("xhci: use correct flags for spin_lock_irqrestore() when setting port power")
d9f11ba9f107 ("xhci: Rework how we handle unresponsive or hoptlug removed hosts")
0f1d832ed1fb ("usb: xhci: Add port test modes support for usb2.")
a6ff6cbf1fab ("usb: xhci: Add helper function xhci_set_power_on().")
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")
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")