summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: host: xhci: Remove some unnecessary return value initializationsLinyu Yuan2022-03-031-4/+4
* usb: host: xhci: add blank line in xhci_halt()Linyu Yuan2022-03-031-0/+3
* usb: host: xhci: update hci_version operation in xhci_gen_setup()Linyu Yuan2022-03-031-2/+1
* xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman2022-03-031-11/+9
* Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman2022-02-281-9/+19
|\
| * 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
* | usb: host: xhci: drop redundant checksSergey Shtylyov2022-02-171-4/+0
* | xhci: Allocate separate command structures for each LPM commandMathias Nyman2022-02-171-13/+8
* | xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman2022-02-171-0/+2
* | xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exitMathias Nyman2022-02-171-2/+2
|/
* 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-241-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