aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2024-05-10Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman3-1/+12
2024-05-01usb: xhci: compact 'trb_in_td()' argumentsNiklas Neronin2-27/+16
2024-05-01usb: xhci: remove duplicate TRB_TO_SLOT_ID() callsNiklas Neronin1-11/+6
2024-05-01xhci: pci: Use PCI_VENDOR_ID_RENESASAndy Shevchenko1-2/+2
2024-05-01xhci: pci: Group out Thunderbolt xHCI IDsAndy Shevchenko1-7/+9
2024-05-01xhci: pci: Use full names in PCI IDs for Intel platformsAndy Shevchenko1-9/+9
2024-05-01usb: xhci: remove goto 'cleanup' in handle_tx_event()Niklas Neronin1-17/+21
2024-05-01usb: xhci: replace goto with return when possible in handle_tx_event()Niklas Neronin1-3/+3
2024-05-01usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()Niklas Neronin1-9/+4
2024-05-01usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...Niklas Neronin1-2/+3
2024-05-01xhci: remove XHCI_TRUST_TX_LENGTH quirkMathias Nyman4-30/+10
2024-05-01xhci: improve PORTSC register debugging outputMathias Nyman1-1/+6
2024-05-01usb: xhci: use array_size() when allocating and freeing memoryNiklas Neronin1-7/+7
2024-05-01usb: xhci: remove redundant variable 'erst_size'Niklas Neronin2-3/+1
2024-05-01usb: xhci: address off-by-one in xhci_num_trbs_free()Niklas Neronin1-1/+1
2024-05-01usb: xhci: improve debug message in xhci_ring_expansion_needed()Niklas Neronin1-4/+2
2024-05-01usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin2-14/+14
2024-05-01xhci: remove xhci_check_usb2_port_capability helperMathias Nyman1-21/+8
2024-05-01xhci: stored cached port capability values in one placeMathias Nyman3-28/+7
2024-04-30usb: ohci: Prevent missed ohci interruptsGuenter Roeck1-0/+8
2024-04-23usb: xhci-plat: Don't include xhci.hThinh Nguyen2-1/+4
2024-04-23Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman2-12/+9
2024-04-18usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon1-10/+3
2024-04-18usb: ohci-exynos: Use devm_clk_get_enabled() helpersAnand Moon1-11/+3
2024-04-18usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon1-10/+3
2024-04-18usb: ehci-exynos: Use devm_clk_get_enabled() helpersAnand Moon1-11/+3
2024-04-04xhci: Fix root hub port null pointer dereference in xhci tracepointsMathias Nyman1-7/+5
2024-04-04usb: xhci: correct return value in case of STS_HCEOliver Neukum1-5/+4
2024-03-26USB: Use EHCI control transfer pid macros instead of constant values.Dingyan Li3-18/+20
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-536/+521
2024-03-07usb: ohci-pxa27x: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-03-07usb: sl811-hcd: only defined function checkdone if QUIRK2 is definedColin Ian King1-0/+2
2024-03-05xhci: Allow RPM on the USB controller (1022:43f7) by defaultBasavaraj Natikar1-1/+4
2024-03-05xhci: Fix failure to detect ring expansion need.Mathias Nyman1-1/+7
2024-03-02usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K1-0/+2
2024-03-02xhci: dbc: poll at different rate depending on data transfer activityMathias Nyman2-2/+13
2024-03-02xhci: retry Stop Endpoint on buggy NEC controllersMichal Pecio1-0/+9
2024-03-02xhci: fix matching completion events with TDsMichal Pecio1-4/+3
2024-03-02usb: xhci: utilize 'xhci_free_segments_for_ring()' for freeing segmentsNiklas Neronin1-22/+15
2024-03-02usb: xhci: remove duplicate code from 'xhci_clear_command_ring()'Niklas Neronin1-13/+1
2024-03-02xhci: save slot ID in struct 'xhci_port'Niklas Neronin5-75/+26
2024-03-02xhci: replace real & fake port with pointer to root hub portNiklas Neronin6-45/+35
2024-03-02xhci: rework how real & fake ports are foundNiklas Neronin1-19/+15
2024-02-26Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman1-0/+1
2024-02-19Revert "xhci: add helper to stop endpoint and wait for completion"Greg Kroah-Hartman2-48/+16
2024-02-19usb: uhci-grlib: Explicitly include linux/platform_device.hAndreas Larsson1-0/+1
2024-02-17xhci: add helper to stop endpoint and wait for completionMathias Nyman2-16/+48
2024-02-17xhci: Decouple handling an event from checking for unhandled eventsMathias Nyman1-19/+19
2024-02-17xhci: Don't check if the event ring is valid before every event TRBMathias Nyman1-6/+6
2024-02-17xhci: add helper that checks for unhandled events on a event ringMathias Nyman1-3/+8