summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: Prevent futile URB re-submissions due to incorrect return value.Hongyu Xie2022-02-151-3/+6
* xhci: re-initialize the HC during resume if HCE was setPuma Hsu2022-02-151-6/+13
* xhci: use max() to make code cleanerChangcheng Deng2021-12-211-4/+2
* xhci: avoid race between disable slot command and host runtime suspendMathias Nyman2021-12-101-7/+15
* xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng2021-12-101-4/+0
* Revert "xhci: Set HCD flag to defer primary roothub registration"Greg Kroah-Hartman2021-11-051-1/+0
* xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell2021-10-111-0/+5
* xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I2021-09-141-0/+1
* xhci: Add bus number to some debug messagesMathias Nyman2021-08-261-2/+4
* Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman2021-08-261-12/+12
* xhci: remove redundant continue statementColin Ian King2021-06-211-1/+0
* xhci: handle failed buffer copy to URB sg list and fix a W=1 copiler warningMathias Nyman2021-06-171-2/+7
* xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET2021-05-131-3/+3
* xhci: fix potential array out of bounds with several interruptersMathias Nyman2021-04-061-1/+5
* xhci: check control context is valid before dereferencing it.Mathias Nyman2021-04-061-0/+8
* usb: xhci: Init root hub SSP rateThinh Nguyen2021-03-231-0/+2
* Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman2021-03-151-35/+43
|\
| * xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman2021-03-111-32/+30
| * xhci: Improve detection of device initiated wake signal.Mathias Nyman2021-03-111-3/+13
* | usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun2021-03-101-17/+13
|/
* Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman2021-02-081-2/+6
|\
| * usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang2021-01-261-2/+6
* | xhci: split handling halted endpoints into two stepsMathias Nyman2021-01-291-88/+6
|/
* 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