aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2023-10-25usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng
2023-01-24usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu
2022-05-12USB: Fix xhci event ring dequeue pointer ERDP update issueWeitao Wang
2021-12-14xhci: avoid race between disable slot command and host runtime suspendMathias Nyman
2021-12-08xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman
2021-10-20xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti
2021-07-28xhci: add xhci_get_virt_ep() helperMathias Nyman
2021-02-10xhci: fix bounce buffer usage for non-sg list caseMathias Nyman
2021-01-27xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman
2020-05-20usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki
2020-02-28usb: host: xhci: update event ring dequeue pointer on purposePeter Chen
2019-12-21xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman
2019-12-17xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman
2019-10-17xhci: Fix false warning message about wrong bounce buffer write lengthMathias Nyman
2019-06-25usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman
2019-06-09xhci: Use %zu for printing size_t typeFabio Estevam
2019-06-09xhci: update bounce buffer with correct sg numHenry Lin
2019-04-03xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman
2018-12-01xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 SocCherian, George
2018-12-01usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma
2018-12-01xhci: Add check for invalid byte size error when UAS devices are connected.Sandeep Singh
2018-12-01xhci: handle port status events for removed USB3 hcdMathias Nyman
2018-11-13xhci: Avoid USB autosuspend when resuming USB2 ports.Anshuman Gupta
2018-05-24xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman
2018-05-24xhci: change xhci_set_link_state() to work with port structuresMathias Nyman
2018-05-24xhci: rename faked_port_index to hcd_portnumMathias Nyman
2018-05-24xhci: xhci-ring: use port structures for port event handlerMathias Nyman
2018-03-16xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman
2018-03-16xhci: Don't always run the default stop endpoint command completion handlerMathias Nyman
2018-03-16usb: xhci: Remove ep_trb from finish_td()Lu Baolu
2018-03-16usb: xhci: Remove ep_trb from xhci_cleanup_halted_endpoint()Lu Baolu
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman
2017-12-08usb: xhci: fix TDS for MTK xHCI1.1Chunfeng Yun
2017-12-08usb: xhci: Make some static functions globalLu Baolu
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman
2017-12-08usb: xhci: remove unused variable ep_ringCorentin Labbe
2017-12-08usb: xhci: remove unused variable urb_privCorentin Labbe
2017-12-01xhci: Don't show incorrect WARN message about events for empty ringsMathias Nyman
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-23Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman
2017-10-17xhci: Convert timers to use timer_setup()Kees Cook
2017-10-17usb: xhci: Reset halted endpoint if trb is noopLu Baolu
2017-10-17xhci: Cleanup current_cmd in xhci_cleanup_command_queue()Jeffy Chen
2017-10-05xhci: allow TRACE to work with EVENT ring dequeueAdam Wallis
2017-10-05usb: xhci: reduce device initiated resume time variance.Anshuman Gupta
2017-08-16xhci: add port status tracingMathias Nyman
2017-08-16xhci: rename temp and temp1 variablesMathias Nyman
2017-07-20xhci: Fix NULL pointer dereference when cleaning up streams for removed hostMathias Nyman
2017-06-15xhci: cleanup finish_td() skip optionMathias Nyman