summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2024-11-06usb: xhci: Avoid queuing redundant Stop Endpoint commandsMichal Pecio
2024-11-06usb: xhci: Limit Stop Endpoint retriesMichal Pecio
2024-11-06usb: xhci: improve xhci_clear_command_ring()Niklas Neronin
2024-11-06usb: xhci: move link TRB quirk to xhci_gen_setup()Niklas Neronin
2024-11-06usb: xhci: simplify TDs start and end naming scheme in struct 'xhci_td'Niklas Neronin
2024-11-06xhci: Don't issue Reset Device command to Etron xHCI hostKuangyi Chiang
2024-11-06usb: xhci: remove option to change a default ring's TRB cycle bitNiklas Neronin
2024-11-06usb: xhci: introduce macro for ring segment list iterationNiklas Neronin
2024-10-17xhci: add helper to stop endpoint and wait for completionMathias Nyman
2024-09-05xhci: support setting interrupt moderation IMOD for secondary interruptersMathias Nyman
2024-09-03usb: Add tunnel_mode parameter to usb device structureMathias Nyman
2024-09-03xhci: Add USB4 tunnel detection for USB3 devices on Intel hostsMathias Nyman
2024-08-15xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman
2024-07-03xhci: always resume roothubs if xHC was reset during resumeMathias Nyman
2024-05-01xhci: remove xhci_check_usb2_port_capability helperMathias Nyman
2024-05-01xhci: stored cached port capability values in one placeMathias Nyman
2024-03-02usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K
2024-03-02usb: xhci: remove duplicate code from 'xhci_clear_command_ring()'Niklas Neronin
2024-03-02xhci: replace real & fake port with pointer to root hub portNiklas Neronin
2024-02-19Revert "xhci: add helper to stop endpoint and wait for completion"Greg Kroah-Hartman
2024-02-17xhci: add helper to stop endpoint and wait for completionMathias Nyman
2024-02-17xhci: Add helper to set an interrupters interrupt moderation intervalMathias Nyman
2024-02-17xhci: Add interrupt pending autoclear flag to each interrupterMathias Nyman
2024-01-04xhci: add support to allocate several interruptersMathias Nyman
2023-12-15xhci: Fix null pointer dereference during S4 resume when resetting ep0Mathias Nyman
2023-12-04xhci: fix possible null pointer deref during xhci urb enqueueMathias Nyman
2023-12-04xhci: Reconfigure endpoint 0 max packet size only during endpoint resetMathias Nyman
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar
2023-10-21usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not presentWesley Cheng
2023-10-21usb: xhci: Implement xhci_handshake_check_state() helperUdipto Goswami
2023-10-21xhci: Clean up ERST_PTR_MASK inversionLukas Wunner
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern
2023-06-23usb: host: xhci: Do not re-initialize the XHCI HC if being removedWesley Cheng
2023-06-13xhci: Add ZHAOXIN xHCI host U1/U2 feature supportWeitao Wang
2023-06-13xhci: Don't require a valid get_quirks() function pointer during xhci setupMathias Nyman
2023-06-13xhci: Add usb cold attach (CAS) as a reason to resume root hub.Mathias Nyman
2023-05-13xhci: Improve the XHCI system resume timeBasavaraj Natikar
2023-05-13USB: Extend pci resume function to handle PM eventsBasavaraj Natikar
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