summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: Add quirk to reset host back to default state at shutdownMathias Nyman2022-10-251-2/+8
* xhci: show fault reason for a failed enable slot commandMathias Nyman2022-09-221-1/+2
* xhci: Don't show warning for reinit on known broken suspendMario Limonciello2022-09-221-1/+2
* USB: xhci: make xhci_get_endpoint_address staticGreg Kroah-Hartman2022-09-051-1/+1
* Revert "xhci: turn off port power in shutdown"Mathias Nyman2022-08-251-13/+2
* xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman2022-08-251-1/+3
* xhci: turn off port power in shutdownMathias Nyman2022-06-231-2/+13
* xhci: Keep interrupt disabled in initialization until host is running.Hongyu Xie2022-06-231-13/+22
* xhci: Fix null pointer dereference in resume if xhci has only one roothubMathias Nyman2022-06-101-10/+5
* xhci: Don't defer primary roothub registration if there is only one roothubMathias Nyman2022-05-191-2/+2
* xhci: prevent U2 link power state if Intel tier policy prevented U1Mathias Nyman2022-05-121-7/+4
* xhci: use generic command timer for stop endpoint commands.Mathias Nyman2022-05-121-6/+1
* xhci: prepare for operation w/o shared hcdHeiner Kallweit2022-05-121-19/+34
* xhci: factor out parts of xhci_gen_setup()Heiner Kallweit2022-05-121-50/+54
* xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I2022-05-121-0/+2
* xhci: stop polling roothubs after shutdownHenry Lin2022-04-091-0/+11
* 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