summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: Improve the XHCI system resume timeBasavaraj Natikar2023-05-131-1/+1
* USB: Extend pci resume function to handle PM eventsBasavaraj Natikar2023-05-131-1/+2
* Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman2023-04-101-1/+6
|\
| * xhci: Free the command allocated for setting LPM if we return earlyMathias Nyman2023-03-301-0/+1
| * xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommuD Scott Phillips2023-03-301-1/+5
* | xhci: Move xhci MSI sync function to to xhci-pciJosue David Hernandez Gutierrez2023-03-231-24/+0
* | xhci: Call MSI sync function from xhci-pci instead of generic xhci codeJosue David Hernandez Gutierrez2023-03-231-5/+2
* | xhci: Move functions to cleanup MSI to xhci-pciJosue David Hernandez Gutierrez2023-03-231-31/+0
* | xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functionsJosue David Hernandez Gutierrez2023-03-231-6/+4
* | xhci: Move functions to setup msi to xhci-pciJosue David Hernandez Gutierrez2023-03-231-134/+0
* | xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resumeJosue David Hernandez Gutierrez2023-03-231-6/+2
|/
* xhci: add helpers for enabling and disabling interruptersMathias Nyman2023-02-021-7/+30
* xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman2023-02-021-20/+34
* Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman2023-01-231-1/+17
|\
| * xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman2023-01-171-0/+8
| * xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman2023-01-171-1/+4
| * xhci: Fix null pointer dereference when host diesMathias Nyman2023-01-171-0/+5
* | xhci: Add hub_control to xhci_driver_overridesJim Lin2023-01-171-0/+2
|/
* 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