summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-15xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio1-1/+5
2024-03-15xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman1-14/+60
2024-03-15xhci: prevent double-fetch of transfer and transfer event TRBsMathias Nyman1-23/+19
2024-03-15xhci: remove extra loop in interrupt contextMathias Nyman1-7/+14
2023-11-28xhci: turn cancelled td cleanup to its own functionMathias Nyman1-55/+53
2023-10-25xhci: rename resume_done to resume_timestampMathias Nyman1-2/+2
2023-10-25xhci: move port specific items such as state completions to port structureMathias Nyman1-7/+6
2023-10-25usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng1-2/+2
2023-01-24usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu1-1/+4
2023-01-18xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman1-4/+10
2023-01-18xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman1-41/+43
2023-01-18xhci: store TD status in the td struct instead of passing it alongMathias Nyman1-27/+29
2023-01-18xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman1-46/+46
2023-01-18xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman1-6/+25
2023-01-18xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman1-21/+14
2023-01-18xhci: get isochronous ring directly from endpoint structureMathias Nyman1-11/+6
2023-01-18xhci: Avoid parsing transfer events several timesMathias Nyman1-20/+8
2022-05-09USB: Fix xhci event ring dequeue pointer ERDP update issueWeitao Wang1-0/+2
2021-12-14xhci: avoid race between disable slot command and host runtime suspendMathias Nyman1-1/+0
2021-12-08xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman1-7/+14
2021-10-27xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell1-1/+25
2021-10-20xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti1-4/+10
2021-09-12xhci: fix even more unsafe memory usage in xhci tracingMathias Nyman1-1/+2
2021-07-28xhci: add xhci_get_virt_ep() helperMathias Nyman1-13/+45
2021-03-17usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka1-1/+2
2021-02-10xhci: fix bounce buffer usage for non-sg list caseMathias Nyman1-11/+20
2021-01-27xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman1-0/+2
2020-09-20xhci: Tune interrupt blocking for isochronous transfersMathias Nyman1-4/+19
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-14usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki1-2/+2
2020-04-21xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman1-5/+11
2020-04-21xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman1-1/+29
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng1-0/+1
2020-03-12xhci: Show host status when watchdog triggers and host is assumed dead.Mathias Nyman1-0/+4
2020-03-12xhci: Add a separate debug message for split transaction errors.Mathias Nyman1-0/+4
2019-12-11xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman1-1/+2
2019-12-11xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman1-2/+1
2019-11-16usb: host: xhci: Support running urb giveback in tasklet contextSuwan Kim1-2/+0
2019-11-16xhci: Add tracing for xhci doorbell register writesMathias Nyman1-0/+6
2019-11-16usb: host: xhci: update event ring dequeue pointer on purposePeter Chen1-17/+43
2019-10-28usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland1-0/+2
2019-10-04xhci: Fix false warning message about wrong bounce buffer write lengthMathias Nyman1-2/+2
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman1-1/+14
2019-06-18usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman1-1/+14
2019-06-05usb: xhci: Add Clear_TT_BufferJim Lin1-1/+26
2019-05-22xhci: Use %zu for printing size_t typeFabio Estevam1-2/+2
2019-05-22xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman1-3/+6
2019-05-22xhci: update bounce buffer with correct sg numHenry Lin1-4/+13
2019-04-27xhci: add port and bus number to port dynamic debuggingMathias Nyman1-4/+8
2019-04-27usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne1-0/+12