aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-22xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman1-3/+6
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman1-1/+1
2018-11-09xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 SocCherian, George1-1/+34
2018-11-09usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma1-1/+1
2018-11-09xhci: Add check for invalid byte size error when UAS devices are connected.Sandeep Singh1-0/+1
2018-11-09xhci: handle port status events for removed USB3 hcdMathias Nyman1-0/+7
2018-09-28xhci: Avoid USB autosuspend when resuming USB2 ports.Anshuman Gupta1-0/+1
2018-09-28xhci: Use soft retry to recover faster from transaction errorsMathias Nyman1-0/+19
2018-05-24xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman1-12/+3
2018-05-24xhci: change xhci_set_link_state() to work with port structuresMathias Nyman1-2/+1
2018-05-24xhci: rename faked_port_index to hcd_portnumMathias Nyman1-22/+19
2018-05-24xhci: xhci-ring: use port structures for port event handlerMathias Nyman1-71/+8
2018-03-16xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman1-2/+3
2018-03-16xhci: Don't always run the default stop endpoint command completion handlerMathias Nyman1-1/+2
2018-03-16usb: xhci: Remove ep_trb from finish_td()Lu Baolu1-4/+4
2018-03-16usb: xhci: Remove ep_trb from xhci_cleanup_halted_endpoint()Lu Baolu1-7/+4
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman1-7/+11
2017-12-08usb: xhci: fix TDS for MTK xHCI1.1Chunfeng Yun1-3/+3
2017-12-08usb: xhci: Make some static functions globalLu Baolu1-2/+2
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman1-3/+3
2017-12-08usb: xhci: remove unused variable ep_ringCorentin Labbe1-2/+0
2017-12-08usb: xhci: remove unused variable urb_privCorentin Labbe1-2/+0
2017-12-01xhci: Don't show incorrect WARN message about events for empty ringsMathias Nyman1-4/+8
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-23Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman1-7/+14
2017-10-17xhci: Convert timers to use timer_setup()Kees Cook1-6/+3
2017-10-17usb: xhci: Reset halted endpoint if trb is noopLu Baolu1-7/+13
2017-10-17xhci: Cleanup current_cmd in xhci_cleanup_command_queue()Jeffy Chen1-0/+1
2017-10-05xhci: allow TRACE to work with EVENT ring dequeueAdam Wallis1-2/+3
2017-10-05usb: xhci: reduce device initiated resume time variance.Anshuman Gupta1-1/+6
2017-08-16xhci: add port status tracingMathias Nyman1-0/+2
2017-08-16xhci: rename temp and temp1 variablesMathias Nyman1-10/+10
2017-07-20xhci: Fix NULL pointer dereference when cleaning up streams for removed hostMathias Nyman1-4/+7
2017-06-15xhci: cleanup finish_td() skip optionMathias Nyman1-9/+5