summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman2019-06-251-0/+5
* xhci: detect USB 3.2 capable host controllers correctlyMathias Nyman2019-06-251-5/+15
* usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid2019-06-091-1/+1
* xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov2019-06-091-12/+10Star
* xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman2018-12-131-0/+16
* xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh2018-12-131-4/+22
* xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman2018-12-011-2/+0Star
* xhci: Fix use after free for URB cancellation on a reallocated endpointMathias Nyman2018-09-051-0/+30
* Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman2018-07-301-0/+1
|\
| * usb: xhci: Fix memory leak in xhci_endpoint_reset()Zheng Xiaowei2018-07-201-0/+1
* | Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman2018-07-021-4/+43
|\|
| * usb: xhci: increase CRS timeout valueAjay Gupta2018-06-251-1/+6
| * xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2018-06-251-3/+37
* | USB: xhci-hcd: Add get_resuming_ports methodAlan Stern2018-06-251-0/+1
|/
* xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier2018-06-011-0/+65
* xhci: Allow more than 32 quirksMarc Zyngier2018-06-011-3/+3
* xhci: use port structures instead of port arrays in xhci.c functionsMathias Nyman2018-05-241-28/+22Star
* xhci: set hcd pointers for xhci usb2 and usb3 roothub structuresMathias Nyman2018-05-241-0/+2
* xhci: Fix use-after-free in xhci_free_virt_deviceMathias Nyman2018-05-031-0/+1
* Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman2018-03-201-0/+3
|\
| * xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng2018-03-091-0/+3
* | xhci: Show what USB release number the xHC supports from protocol capablityMathias Nyman2018-03-161-3/+11
* | xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman2018-03-161-15/+90
* | xhci: refactor xhci_urb_enqueue a bit with minor changesMathias Nyman2018-03-161-11/+9Star
|/
* xhci: fix xhci debugfs errors in xhci_stopZhengjun Xing2018-02-151-2/+1Star
* xhci: xhci debugfs device nodes weren't removed after device plugged outZhengjun Xing2018-02-151-4/+2Star
* xhci: Fix xhci debugfs devices node disappearance after hibernationZhengjun Xing2018-02-151-0/+1
* Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman2018-01-021-3/+3
|\
| * xhci: Fix xhci debugfs NULL pointer dereference in resume from hibernateMathias Nyman2017-12-271-3/+3
* | usb: xhci: allow imod-interval to be configurableAdam Wallis2017-12-081-5/+1Star
* | usb: xhci: Cleanup printk debug message for ERSTLu Baolu2017-12-081-2/+0Star
* | usb: xhci: Cleanup printk debug message for registersLu Baolu2017-12-081-6/+0Star
* | usb: xhci: Add DbC support in xHCI driverLu Baolu2017-12-081-0/+9
* | xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman2017-12-081-8/+8
* | xhci: add helper to allocate command with input contextMathias Nyman2017-12-081-2/+2
* | usb: xhci: remove unused variable epCorentin Labbe2017-12-081-2/+0Star
* | usb: xhci: remove unused variable last_freed_endpointCorentin Labbe2017-12-081-3/+0Star
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+4
* USB: host: xhci: Remove redundant license textGreg Kroah-Hartman2017-11-071-13/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: xhci: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
* Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman2017-10-231-1/+2
|\
| * xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman2017-10-171-1/+2
* | Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman2017-10-091-1/+2
|\|
| * usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu2017-09-181-1/+2
* | xhci: trace slot context when calling xhci_configure_endpoint()Mathias Nyman2017-10-051-0/+4
* | usb: xhci: Handle USB transaction error on address commandLu Baolu2017-10-051-2/+8
* | usb: xhci: Remove xhci->mutex from xhci_alloc_dev()Lu Baolu2017-10-051-4/+0Star
* | usb: xhci: Return error when host is dead in xhci_disable_slot()Lu Baolu2017-10-051-2/+1Star
* | usb: xhci: Fix memory leak when xhci_disable_slot() returns errorLu Baolu2017-10-051-6/+8