summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xhci: support setting interrupt moderation IMOD for secondary interruptersMathias Nyman2024-09-051-2/+2
* usb: Add tunnel_mode parameter to usb device structureMathias Nyman2024-09-031-2/+5
* xhci: Add USB4 tunnel detection for USB3 devices on Intel hostsMathias Nyman2024-09-031-0/+11
* xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman2024-08-151-3/+5
* xhci: always resume roothubs if xHC was reset during resumeMathias Nyman2024-07-031-3/+13
* xhci: remove xhci_check_usb2_port_capability helperMathias Nyman2024-05-011-21/+8
* xhci: stored cached port capability values in one placeMathias Nyman2024-05-011-14/+5
* usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K2024-03-021-0/+2
* usb: xhci: remove duplicate code from 'xhci_clear_command_ring()'Niklas Neronin2024-03-021-13/+1
* xhci: replace real & fake port with pointer to root hub portNiklas Neronin2024-03-021-7/+5
* Revert "xhci: add helper to stop endpoint and wait for completion"Greg Kroah-Hartman2024-02-191-46/+16
* xhci: add helper to stop endpoint and wait for completionMathias Nyman2024-02-171-16/+46
* xhci: Add helper to set an interrupters interrupt moderation intervalMathias Nyman2024-02-171-7/+18
* xhci: Add interrupt pending autoclear flag to each interrupterMathias Nyman2024-02-171-0/+3
* xhci: add support to allocate several interruptersMathias Nyman2024-01-041-18/+33
* xhci: Fix null pointer dereference during S4 resume when resetting ep0Mathias Nyman2023-12-151-7/+13
* xhci: fix possible null pointer deref during xhci urb enqueueMathias Nyman2023-12-041-17/+23
* xhci: Reconfigure endpoint 0 max packet size only during endpoint resetMathias Nyman2023-12-041-43/+42
* usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar2023-11-231-7/+16
* usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not presentWesley Cheng2023-10-211-2/+10
* usb: xhci: Implement xhci_handshake_check_state() helperUdipto Goswami2023-10-211-1/+25
* xhci: Clean up ERST_PTR_MASK inversionLukas Wunner2023-10-211-1/+1
* USB: Remove remnants of Wireless USB and UWBAlan Stern2023-08-091-9/+2
* usb: host: xhci: Do not re-initialize the XHCI HC if being removedWesley Cheng2023-06-231-1/+2
* xhci: Add ZHAOXIN xHCI host U1/U2 feature supportWeitao Wang2023-06-131-25/+18
* xhci: Don't require a valid get_quirks() function pointer during xhci setupMathias Nyman2023-06-131-1/+2
* xhci: Add usb cold attach (CAS) as a reason to resume root hub.Mathias Nyman2023-06-131-1/+1
* 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