summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-02usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K1-0/+2
2024-03-02usb: xhci: remove duplicate code from 'xhci_clear_command_ring()'Niklas Neronin1-13/+1
2024-03-02xhci: replace real & fake port with pointer to root hub portNiklas Neronin1-7/+5
2024-02-19Revert "xhci: add helper to stop endpoint and wait for completion"Greg Kroah-Hartman1-46/+16
2024-02-17xhci: add helper to stop endpoint and wait for completionMathias Nyman1-16/+46
2024-02-17xhci: Add helper to set an interrupters interrupt moderation intervalMathias Nyman1-7/+18
2024-02-17xhci: Add interrupt pending autoclear flag to each interrupterMathias Nyman1-0/+3
2024-01-04xhci: add support to allocate several interruptersMathias Nyman1-18/+33
2023-12-15xhci: Fix null pointer dereference during S4 resume when resetting ep0Mathias Nyman1-7/+13
2023-12-04xhci: fix possible null pointer deref during xhci urb enqueueMathias Nyman1-17/+23
2023-12-04xhci: Reconfigure endpoint 0 max packet size only during endpoint resetMathias Nyman1-43/+42
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar1-7/+16
2023-10-21usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not presentWesley Cheng1-2/+10
2023-10-21usb: xhci: Implement xhci_handshake_check_state() helperUdipto Goswami1-1/+25
2023-10-21xhci: Clean up ERST_PTR_MASK inversionLukas Wunner1-1/+1
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern1-9/+2
2023-06-23usb: host: xhci: Do not re-initialize the XHCI HC if being removedWesley Cheng1-1/+2
2023-06-13xhci: Add ZHAOXIN xHCI host U1/U2 feature supportWeitao Wang1-25/+18
2023-06-13xhci: Don't require a valid get_quirks() function pointer during xhci setupMathias Nyman1-1/+2
2023-06-13xhci: Add usb cold attach (CAS) as a reason to resume root hub.Mathias Nyman1-1/+1
2023-05-13xhci: Improve the XHCI system resume timeBasavaraj Natikar1-1/+1
2023-05-13USB: Extend pci resume function to handle PM eventsBasavaraj Natikar1-1/+2
2023-04-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman1-1/+6
2023-03-30xhci: Free the command allocated for setting LPM if we return earlyMathias Nyman1-0/+1
2023-03-30xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommuD Scott Phillips1-1/+5
2023-03-23xhci: Move xhci MSI sync function to to xhci-pciJosue David Hernandez Gutierrez1-24/+0
2023-03-23xhci: Call MSI sync function from xhci-pci instead of generic xhci codeJosue David Hernandez Gutierrez1-5/+2
2023-03-23xhci: Move functions to cleanup MSI to xhci-pciJosue David Hernandez Gutierrez1-31/+0
2023-03-23xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functionsJosue David Hernandez Gutierrez1-6/+4
2023-03-23xhci: Move functions to setup msi to xhci-pciJosue David Hernandez Gutierrez1-134/+0
2023-03-23xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resumeJosue David Hernandez Gutierrez1-6/+2
2023-02-02xhci: add helpers for enabling and disabling interruptersMathias Nyman1-7/+30
2023-02-02xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman1-20/+34
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman1-1/+17
2023-01-17xhci: Add hub_control to xhci_driver_overridesJim Lin1-0/+2
2023-01-17xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman1-0/+8
2023-01-17xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman1-1/+4
2023-01-17xhci: Fix null pointer dereference when host diesMathias Nyman1-0/+5
2022-10-25xhci: Add quirk to reset host back to default state at shutdownMathias Nyman1-2/+8
2022-09-22xhci: show fault reason for a failed enable slot commandMathias Nyman1-1/+2
2022-09-22xhci: Don't show warning for reinit on known broken suspendMario Limonciello1-1/+2
2022-09-05USB: xhci: make xhci_get_endpoint_address staticGreg Kroah-Hartman1-1/+1
2022-08-25Revert "xhci: turn off port power in shutdown"Mathias Nyman1-13/+2
2022-08-25xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman1-1/+3
2022-06-23xhci: turn off port power in shutdownMathias Nyman1-2/+13
2022-06-23xhci: Keep interrupt disabled in initialization until host is running.Hongyu Xie1-13/+22
2022-06-10xhci: Fix null pointer dereference in resume if xhci has only one roothubMathias Nyman1-10/+5
2022-05-19xhci: Don't defer primary roothub registration if there is only one roothubMathias Nyman1-2/+2
2022-05-12xhci: prevent U2 link power state if Intel tier policy prevented U1Mathias Nyman1-7/+4
2022-05-12xhci: use generic command timer for stop endpoint commands.Mathias Nyman1-6/+1