summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2023-04-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman
2023-03-30xhci: Free the command allocated for setting LPM if we return earlyMathias Nyman
2023-03-30xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommuD Scott Phillips
2023-03-23xhci: Move xhci MSI sync function to to xhci-pciJosue David Hernandez Gutierrez
2023-03-23xhci: Call MSI sync function from xhci-pci instead of generic xhci codeJosue David Hernandez Gutierrez
2023-03-23xhci: Move functions to cleanup MSI to xhci-pciJosue David Hernandez Gutierrez
2023-03-23xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functionsJosue David Hernandez Gutierrez
2023-03-23xhci: Move functions to setup msi to xhci-pciJosue David Hernandez Gutierrez
2023-03-23xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resumeJosue David Hernandez Gutierrez
2023-02-02xhci: add helpers for enabling and disabling interruptersMathias Nyman
2023-02-02xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman
2023-01-17xhci: Add hub_control to xhci_driver_overridesJim Lin
2023-01-17xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman
2023-01-17xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman
2023-01-17xhci: Fix null pointer dereference when host diesMathias Nyman
2022-10-25xhci: Add quirk to reset host back to default state at shutdownMathias Nyman
2022-09-22xhci: show fault reason for a failed enable slot commandMathias Nyman
2022-09-22xhci: Don't show warning for reinit on known broken suspendMario Limonciello
2022-09-05USB: xhci: make xhci_get_endpoint_address staticGreg Kroah-Hartman
2022-08-25Revert "xhci: turn off port power in shutdown"Mathias Nyman
2022-08-25xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman
2022-06-23xhci: turn off port power in shutdownMathias Nyman
2022-06-23xhci: Keep interrupt disabled in initialization until host is running.Hongyu Xie
2022-06-10xhci: Fix null pointer dereference in resume if xhci has only one roothubMathias Nyman
2022-05-19xhci: Don't defer primary roothub registration if there is only one roothubMathias Nyman
2022-05-12xhci: prevent U2 link power state if Intel tier policy prevented U1Mathias Nyman
2022-05-12xhci: use generic command timer for stop endpoint commands.Mathias Nyman
2022-05-12xhci: prepare for operation w/o shared hcdHeiner Kallweit
2022-05-12xhci: factor out parts of xhci_gen_setup()Heiner Kallweit
2022-05-12xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I
2022-04-09xhci: stop polling roothubs after shutdownHenry Lin
2022-03-03usb: host: xhci: Remove some unnecessary return value initializationsLinyu Yuan
2022-03-03usb: host: xhci: add blank line in xhci_halt()Linyu Yuan
2022-03-03usb: host: xhci: update hci_version operation in xhci_gen_setup()Linyu Yuan
2022-03-03xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman
2022-02-28Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman
2022-02-17usb: host: xhci: drop redundant checksSergey Shtylyov
2022-02-17xhci: Allocate separate command structures for each LPM commandMathias Nyman
2022-02-17xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman
2022-02-17xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exitMathias Nyman
2022-02-15xhci: Prevent futile URB re-submissions due to incorrect return value.Hongyu Xie
2022-02-15xhci: re-initialize the HC during resume if HCE was setPuma Hsu
2021-12-21xhci: use max() to make code cleanerChangcheng Deng
2021-12-10xhci: avoid race between disable slot command and host runtime suspendMathias Nyman
2021-12-10xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng
2021-11-05Revert "xhci: Set HCD flag to defer primary roothub registration"Greg Kroah-Hartman
2021-10-11xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell
2021-09-14xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I
2021-08-26xhci: Add bus number to some debug messagesMathias Nyman