summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* xhci: remove XHCI_TRUST_TX_LENGTH quirkMathias Nyman2024-06-274-30/+10
* xhci: Apply broken streams quirk to Etron EJ188 xHCI hostKuangyi Chiang2024-06-211-1/+3
* xhci: Handle TD clearing for multiple streams caseHector Martin2024-06-212-11/+44
* xhci: Apply reset resume quirk to Etron EJ188 xHCI hostKuangyi Chiang2024-06-211-0/+5
* xhci: Set correct transferred length for cancelled bulk transfersMathias Nyman2024-06-211-3/+2
* usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin2024-06-122-14/+14
* usb: ohci: Prevent missed ohci interruptsGuenter Roeck2024-04-301-0/+8
* usb: xhci-plat: Don't include xhci.hThinh Nguyen2024-04-232-1/+4
* xhci: Fix root hub port null pointer dereference in xhci tracepointsMathias Nyman2024-04-041-7/+5
* usb: xhci: correct return value in case of STS_HCEOliver Neukum2024-04-041-5/+4
* Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-2115-536/+521
|\
| * usb: ohci-pxa27x: Remove unused of_gpio.hAndy Shevchenko2024-03-071-1/+0
| * usb: sl811-hcd: only defined function checkdone if QUIRK2 is definedColin Ian King2024-03-071-0/+2
| * xhci: Allow RPM on the USB controller (1022:43f7) by defaultBasavaraj Natikar2024-03-051-1/+4
| * usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K2024-03-021-0/+2
| * xhci: dbc: poll at different rate depending on data transfer activityMathias Nyman2024-03-022-2/+13
| * xhci: retry Stop Endpoint on buggy NEC controllersMichal Pecio2024-03-021-0/+9
| * xhci: fix matching completion events with TDsMichal Pecio2024-03-021-4/+3
| * usb: xhci: utilize 'xhci_free_segments_for_ring()' for freeing segmentsNiklas Neronin2024-03-021-22/+15
| * usb: xhci: remove duplicate code from 'xhci_clear_command_ring()'Niklas Neronin2024-03-021-13/+1
| * xhci: save slot ID in struct 'xhci_port'Niklas Neronin2024-03-025-75/+26
| * xhci: replace real & fake port with pointer to root hub portNiklas Neronin2024-03-026-45/+35
| * xhci: rework how real & fake ports are foundNiklas Neronin2024-03-021-19/+15
| * Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman2024-02-261-0/+1
| |\
| * | Revert "xhci: add helper to stop endpoint and wait for completion"Greg Kroah-Hartman2024-02-192-48/+16
| * | xhci: add helper to stop endpoint and wait for completionMathias Nyman2024-02-172-16/+48
| * | xhci: Decouple handling an event from checking for unhandled eventsMathias Nyman2024-02-171-19/+19
| * | xhci: Don't check if the event ring is valid before every event TRBMathias Nyman2024-02-171-6/+6
| * | xhci: add helper that checks for unhandled events on a event ringMathias Nyman2024-02-171-3/+8
| * | xhci: move event processing for one interrupter to a separate functionMathias Nyman2024-02-171-45/+42
| * | xhci: update event ring dequeue pointer position to controller correctlyMathias Nyman2024-02-171-10/+13
| * | xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()Mathias Nyman2024-02-171-22/+15
| * | xhci: make isoc_bei_interval variable interrupter specific.Mathias Nyman2024-02-173-8/+11
| * | xhci: Add helper to set an interrupters interrupt moderation intervalMathias Nyman2024-02-171-7/+18
| * | xhci: Add interrupt pending autoclear flag to each interrupterMathias Nyman2024-02-173-6/+19
| * | Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman2024-02-044-22/+76
| |\ \
| * | | XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li2024-01-273-259/+264
| * | | usb: host: Add ac5 to EHCI OrionElad Nachman2024-01-271-3/+15
* | | | xhci: Fix failure to detect ring expansion need.Mathias Nyman2024-03-051-1/+7
| |_|/ |/| |
* | | usb: uhci-grlib: Explicitly include linux/platform_device.hAndreas Larsson2024-02-191-0/+1
| |/ |/|
* | xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio2024-01-271-1/+5
* | xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman2024-01-272-14/+61
* | xhci: fix off by one check when adding a secondary interrupter.Mathias Nyman2024-01-271-1/+1
* | xhci: fix possible null pointer dereference at secondary interrupter removalMathias Nyman2024-01-271-6/+6
* | usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K2024-01-271-0/+3
|/
* Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-1812-291/+425
|\
| * xhci: add support to allocate several interruptersMathias Nyman2024-01-045-32/+137
| * usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transferChunfeng Yun2024-01-042-2/+40
| * usb: xhci-plat: fix usb disconnect issue after s4Yinbo Zhu2024-01-041-4/+19
| * xhci: Fix null pointer dereference during S4 resume when resetting ep0Mathias Nyman2023-12-151-7/+13