summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman
2021-02-03xhci: fix bounce buffer usage for non-sg list caseMathias Nyman
2021-01-29xhci: handle halting transfer event properly after endpoint stop and halt raced.Mathias Nyman
2021-01-29xhci: Check for pending reset endpoint command before queueing a new one.Mathias Nyman
2021-01-29xhci: remove obsolete dequeue pointer moving codeMathias Nyman
2021-01-29xhci: introduce a new move_dequeue_past_td() function to replace old code.Mathias Nyman
2021-01-29xhci: handle stop endpoint command completion with endpoint in running state.Mathias Nyman
2021-01-29xhci: Fix halted endpoint at stop endpoint command completionMathias Nyman
2021-01-29xhci: split handling halted endpoints into two stepsMathias Nyman
2021-01-29xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman
2021-01-29xhci: turn cancelled td cleanup to its own functionMathias Nyman
2021-01-29xhci: store TD status in the td struct instead of passing it alongMathias Nyman
2021-01-29xhci: use xhci_td_cleanup() helper when giving back cancelled URBsMathias Nyman
2021-01-29xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman
2021-01-29xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman
2021-01-29xhci: flush endpoint start to reduce race risk with stop endpoint command.Mathias Nyman
2021-01-29xhci: Check link TRBs when updating ring enqueue and dequeue pointers.Mathias Nyman
2021-01-29xhci: avoid DMA double fetch when reading event trb type.Mathias Nyman
2021-01-29xhci: remove extra loop in interrupt contextMathias Nyman
2021-01-29xhci: check slot_id is valid before gathering slot infoLalithambika Krishna Kumar
2021-01-29xhci: prevent a theoretical endless loop while preparing rings.Mathias Nyman
2021-01-29xhci: remove xhci_stream_id_to_ring() helperMathias Nyman
2021-01-29xhci: add xhci_virt_ep_to_ring() helperMathias Nyman
2021-01-29xhci: check virt_dev is valid before dereferencing itMathias Nyman
2021-01-29xhci: add xhci_get_virt_ep() helperMathias Nyman
2021-01-29xhci: remove unused event parameter from completion handlersMathias Nyman
2021-01-29xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman
2021-01-29xhci: get isochronous ring directly from endpoint structureMathias Nyman
2021-01-29xhci: Avoid parsing transfer events several timesMathias Nyman
2021-01-15xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman
2020-12-09usb: xhci: Use temporary buffer to consolidate SGTejas Joglekar
2020-11-13usb: fix a few cases of -WfallthroughNick Desaulniers
2020-09-20xhci: Tune interrupt blocking for isochronous transfersMathias Nyman
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-14usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki
2020-04-21xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman
2020-04-21xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng
2020-03-12xhci: Show host status when watchdog triggers and host is assumed dead.Mathias Nyman
2020-03-12xhci: Add a separate debug message for split transaction errors.Mathias Nyman
2019-12-11xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman
2019-12-11xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman
2019-11-16usb: host: xhci: Support running urb giveback in tasklet contextSuwan Kim
2019-11-16xhci: Add tracing for xhci doorbell register writesMathias Nyman
2019-11-16usb: host: xhci: update event ring dequeue pointer on purposePeter Chen
2019-10-28usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland
2019-10-04xhci: Fix false warning message about wrong bounce buffer write lengthMathias Nyman
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman
2019-06-18usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman