summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik2020-12-281-12/+12
* usb: xhci: Use temporary buffer to consolidate SGTejas Joglekar2020-12-091-1/+128
* Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman2020-11-021-1/+4
|\
| * xhci: Don't create stream debugfs files with spinlock held.Mathias Nyman2020-10-291-1/+4
* | usb: xhci: Remove in_interrupt() checksAhmed S. Darwish2020-10-281-4/+2
|/
* usb: xhci: add debugfs support for ep with streamLi Jun2020-09-201-0/+1
* xhci: don't create endpoint debugfs entry before ring buffer is set.Mathias Nyman2020-09-201-2/+1
* usb: xhci: omit duplicate actions when suspending a runtime suspended host.Peter Chen2020-09-201-2/+5
* Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-301-1/+2
|\
| * xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui2020-08-231-1/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* usb: host: xhci: Demote obvious misuse of kerneldoc to standard comment blockLee Jones2020-07-091-1/+1
* xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng2020-06-241-0/+3
* xhci: Return if xHCI doesn't support LPMKai-Heng Feng2020-06-241-1/+4
* xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper2020-06-241-0/+1
* xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman2020-04-211-7/+7
* 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-011-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