summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2024-04-18usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon-10/+3
2024-04-18usb: ehci-exynos: Use devm_clk_get_enabled() helpersAnand Moon-11/+3
2024-04-04xhci: Fix root hub port null pointer dereference in xhci tracepointsMathias Nyman-7/+5
2024-04-04usb: xhci: correct return value in case of STS_HCEOliver Neukum-5/+4
2024-03-26USB: Use EHCI control transfer pid macros instead of constant values.Dingyan Li-18/+20
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-536/+521
2024-03-07usb: ohci-pxa27x: Remove unused of_gpio.hAndy Shevchenko-1/+0
2024-03-07usb: sl811-hcd: only defined function checkdone if QUIRK2 is definedColin Ian King-0/+2
2024-03-05xhci: Allow RPM on the USB controller (1022:43f7) by defaultBasavaraj Natikar-1/+4
2024-03-05xhci: Fix failure to detect ring expansion need.Mathias Nyman-1/+7
2024-03-02usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K-0/+2
2024-03-02xhci: dbc: poll at different rate depending on data transfer activityMathias Nyman-2/+13
2024-03-02xhci: retry Stop Endpoint on buggy NEC controllersMichal Pecio-0/+9
2024-03-02xhci: fix matching completion events with TDsMichal Pecio-4/+3
2024-03-02usb: xhci: utilize 'xhci_free_segments_for_ring()' for freeing segmentsNiklas Neronin-22/+15
2024-03-02usb: xhci: remove duplicate code from 'xhci_clear_command_ring()'Niklas Neronin-13/+1
2024-03-02xhci: save slot ID in struct 'xhci_port'Niklas Neronin-75/+26
2024-03-02xhci: replace real & fake port with pointer to root hub portNiklas Neronin-45/+35
2024-03-02xhci: rework how real & fake ports are foundNiklas Neronin-19/+15
2024-02-26Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman-0/+1
2024-02-19Revert "xhci: add helper to stop endpoint and wait for completion"Greg Kroah-Hartman-48/+16
2024-02-19usb: uhci-grlib: Explicitly include linux/platform_device.hAndreas Larsson-0/+1
2024-02-17xhci: add helper to stop endpoint and wait for completionMathias Nyman-16/+48
2024-02-17xhci: Decouple handling an event from checking for unhandled eventsMathias Nyman-19/+19
2024-02-17xhci: Don't check if the event ring is valid before every event TRBMathias Nyman-6/+6
2024-02-17xhci: add helper that checks for unhandled events on a event ringMathias Nyman-3/+8
2024-02-17xhci: move event processing for one interrupter to a separate functionMathias Nyman-45/+42
2024-02-17xhci: update event ring dequeue pointer position to controller correctlyMathias Nyman-10/+13
2024-02-17xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()Mathias Nyman-22/+15
2024-02-17xhci: make isoc_bei_interval variable interrupter specific.Mathias Nyman-8/+11
2024-02-17xhci: Add helper to set an interrupters interrupt moderation intervalMathias Nyman-7/+18
2024-02-17xhci: Add interrupt pending autoclear flag to each interrupterMathias Nyman-6/+19
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman-22/+76
2024-01-27XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li-259/+264
2024-01-27usb: host: Add ac5 to EHCI OrionElad Nachman-3/+15
2024-01-27xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio-1/+5
2024-01-27xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman-14/+61
2024-01-27xhci: fix off by one check when adding a secondary interrupter.Mathias Nyman-1/+1
2024-01-27xhci: fix possible null pointer dereference at secondary interrupter removalMathias Nyman-6/+6
2024-01-27usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K-0/+3
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-291/+425
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-01-04xhci: add support to allocate several interruptersMathias Nyman-32/+137
2024-01-04usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transferChunfeng Yun-2/+40
2024-01-04usb: xhci-plat: fix usb disconnect issue after s4Yinbo Zhu-4/+19
2023-12-15xhci: Fix null pointer dereference during S4 resume when resetting ep0Mathias Nyman-7/+13
2023-12-15usb: host: max3421-hcd: Replace snprintf() with the safer scnprintf() variantLee Jones-9/+9
2023-12-11Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman-2/+0
2023-12-10usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() staticArnd Bergmann-1/+1
2023-12-06usb: xhci: xhci-plat: Add support for BCM2711Stefan Wahren-0/+3