summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2025-04-11xhci: Limit time spent with xHC interrupts disabled during bus resumeMathias Nyman
2025-04-11Revert "xhci: Prevent early endpoint restart when handling STALL errors."Mathias Nyman
2025-04-11Revert "xhci: Avoid queuing redundant Stop Endpoint command for stalled endpo...Mathias Nyman
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-14usb: xhci: change xhci_resume() parameters to explicit the desired infoThéo Lebrun
2025-03-11xhci: Avoid queuing redundant Stop Endpoint command for stalled endpointMathias Nyman
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman
2025-03-06xhci: Prevent early endpoint restart when handling STALL errors.Mathias Nyman
2025-03-06xhci: show correct U1 and U2 timeout values in debug messagesMathias Nyman
2025-03-04usb: xhci: Fix host controllers "dying" after suspend and resumeMichal Pecio
2025-01-15USB: host: Use str_enable_disable-like helpersKrzysztof Kozlowski
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