summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: Fix NULL pointer dereference at endpoint zero reset.Mathias Nyman2019-08-021-0/+10
* Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman2019-06-231-5/+20
|\
| * xhci: detect USB 3.2 capable host controllers correctlyMathias Nyman2019-06-181-5/+15
| * usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman2019-06-181-0/+5
* | usb: xhci: Add Clear_TT_BufferJim Lin2019-06-051-0/+21
* | usb: Add devaddr in struct usb_deviceJim Lin2019-06-051-0/+2
|/
* xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov2019-05-221-12/+10Star
* usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid2019-05-221-1/+1
* usb: xhci: add endpoint context tracing when an endpoint is addedMathias Nyman2019-04-271-0/+4
* xhci: Add tracing for input control contextMathias Nyman2019-04-271-0/+3
* xhci: add port and bus number to port dynamic debuggingMathias Nyman2019-04-271-4/+13
* usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne2019-04-271-0/+16
* xhci: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-181-2/+1Star
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-021-1/+1
|\
| *-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-1/+1
| |\ \
| | | * xhci: Use device_iommu_mapped()Joerg Roedel2018-12-171-1/+1
| | |/
* | | Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman2018-12-101-4/+38
|\| |
| * | xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman2018-12-061-0/+16
| * | xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh2018-12-061-4/+22
* | | xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman2018-12-071-9/+10
* | | xhci: remove the unused sw_lpm_supportZeng Tao2018-12-071-2/+1Star
|/ /
* / xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman2018-11-091-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