summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xhci: bail out early if driver can't accress host in resumeMathias Nyman2020-03-121-1/+3
* xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng2019-12-111-1/+1
* usb: xhci: only set D3hot for pci deviceHenry Lin2019-12-111-5/+2
* usb: host: xhci: Support running urb giveback in tasklet contextSuwan Kim2019-11-161-1/+2
* xhci: Fix use-after-free regression in xhci clear hub TT implementationMathias Nyman2019-10-281-9/+45
* xhci: Fix NULL pointer dereference in xhci_clear_tt_buffer_complete()Mathias Nyman2019-10-041-0/+8
* xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng2019-10-041-1/+1
* xhci: Prevent deadlock when xhci adapter breaks during initBill Kuzeja2019-10-041-2/+21
* usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng2019-10-041-0/+12
* xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hostsMathias Nyman2019-10-041-4/+11
* xhci: Check all endpoints for LPM timeoutJan Schmidt2019-10-041-4/+4
* xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman2019-10-041-4/+6
* xhci: fix possible memleak on setup address fails.Ikjoon Jang2019-09-031-1/+2
* usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-1/+1
* 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/+10
* 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/+1
* 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/+1
|/ /
* / xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman2018-11-091-2/+0
|/
* 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/+22
* 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