summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2024-07-03xhci: always resume roothubs if xHC was reset during resumeMathias Nyman
2024-06-12xhci: Handle TD clearing for multiple streams caseHector Martin
2024-06-12xhci: Apply broken streams quirk to Etron EJ188 xHCI hostKuangyi Chiang
2024-06-12xhci: Apply reset resume quirk to Etron EJ188 xHCI hostKuangyi Chiang
2024-06-12xhci: Set correct transferred length for cancelled bulk transfersMathias Nyman
2024-05-10Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman
2024-05-01usb: xhci: compact 'trb_in_td()' argumentsNiklas Neronin
2024-05-01usb: xhci: remove duplicate TRB_TO_SLOT_ID() callsNiklas Neronin
2024-05-01xhci: pci: Use PCI_VENDOR_ID_RENESASAndy Shevchenko
2024-05-01xhci: pci: Group out Thunderbolt xHCI IDsAndy Shevchenko
2024-05-01xhci: pci: Use full names in PCI IDs for Intel platformsAndy Shevchenko
2024-05-01usb: xhci: remove goto 'cleanup' in handle_tx_event()Niklas Neronin
2024-05-01usb: xhci: replace goto with return when possible in handle_tx_event()Niklas Neronin
2024-05-01usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()Niklas Neronin
2024-05-01usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...Niklas Neronin
2024-05-01xhci: remove XHCI_TRUST_TX_LENGTH quirkMathias Nyman
2024-05-01xhci: improve PORTSC register debugging outputMathias Nyman
2024-05-01usb: xhci: use array_size() when allocating and freeing memoryNiklas Neronin
2024-05-01usb: xhci: remove redundant variable 'erst_size'Niklas Neronin
2024-05-01usb: xhci: address off-by-one in xhci_num_trbs_free()Niklas Neronin
2024-05-01usb: xhci: improve debug message in xhci_ring_expansion_needed()Niklas Neronin
2024-05-01usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin
2024-05-01xhci: remove xhci_check_usb2_port_capability helperMathias Nyman
2024-05-01xhci: stored cached port capability values in one placeMathias Nyman
2024-04-30usb: ohci: Prevent missed ohci interruptsGuenter Roeck
2024-04-23usb: xhci-plat: Don't include xhci.hThinh Nguyen
2024-04-23Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman
2024-04-18usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon
2024-04-18usb: ohci-exynos: Use devm_clk_get_enabled() helpersAnand Moon
2024-04-18usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon
2024-04-18usb: ehci-exynos: Use devm_clk_get_enabled() helpersAnand Moon
2024-04-04xhci: Fix root hub port null pointer dereference in xhci tracepointsMathias Nyman
2024-04-04usb: xhci: correct return value in case of STS_HCEOliver Neukum
2024-03-26USB: Use EHCI control transfer pid macros instead of constant values.Dingyan Li
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-07usb: ohci-pxa27x: Remove unused of_gpio.hAndy Shevchenko
2024-03-07usb: sl811-hcd: only defined function checkdone if QUIRK2 is definedColin Ian King
2024-03-05xhci: Allow RPM on the USB controller (1022:43f7) by defaultBasavaraj Natikar
2024-03-05xhci: Fix failure to detect ring expansion need.Mathias Nyman
2024-03-02usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K
2024-03-02xhci: dbc: poll at different rate depending on data transfer activityMathias Nyman
2024-03-02xhci: retry Stop Endpoint on buggy NEC controllersMichal Pecio
2024-03-02xhci: fix matching completion events with TDsMichal Pecio
2024-03-02usb: xhci: utilize 'xhci_free_segments_for_ring()' for freeing segmentsNiklas Neronin
2024-03-02usb: xhci: remove duplicate code from 'xhci_clear_command_ring()'Niklas Neronin
2024-03-02xhci: save slot ID in struct 'xhci_port'Niklas Neronin
2024-03-02xhci: replace real & fake port with pointer to root hub portNiklas Neronin
2024-03-02xhci: rework how real & fake ports are foundNiklas Neronin
2024-02-26Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman
2024-02-19Revert "xhci: add helper to stop endpoint and wait for completion"Greg Kroah-Hartman