summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
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
2024-02-19usb: uhci-grlib: Explicitly include linux/platform_device.hAndreas Larsson
2024-02-17xhci: add helper to stop endpoint and wait for completionMathias Nyman
2024-02-17xhci: Decouple handling an event from checking for unhandled eventsMathias Nyman
2024-02-17xhci: Don't check if the event ring is valid before every event TRBMathias Nyman
2024-02-17xhci: add helper that checks for unhandled events on a event ringMathias Nyman
2024-02-17xhci: move event processing for one interrupter to a separate functionMathias Nyman
2024-02-17xhci: update event ring dequeue pointer position to controller correctlyMathias Nyman
2024-02-17xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()Mathias Nyman
2024-02-17xhci: make isoc_bei_interval variable interrupter specific.Mathias 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-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman
2024-01-27XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li
2024-01-27usb: host: Add ac5 to EHCI OrionElad Nachman
2024-01-27xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio
2024-01-27xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman
2024-01-27xhci: fix off by one check when adding a secondary interrupter.Mathias Nyman
2024-01-27xhci: fix possible null pointer dereference at secondary interrupter removalMathias Nyman
2024-01-27usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-01-04xhci: add support to allocate several interruptersMathias Nyman
2024-01-04usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transferChunfeng Yun
2024-01-04usb: xhci-plat: fix usb disconnect issue after s4Yinbo Zhu
2023-12-15xhci: Fix null pointer dereference during S4 resume when resetting ep0Mathias Nyman
2023-12-15usb: host: max3421-hcd: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-11Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman
2023-12-10usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() staticArnd Bergmann
2023-12-06usb: xhci: xhci-plat: Add support for BCM2711Stefan Wahren
2023-12-06Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"Mathias 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-12-04xhci: minor coding style cleanup in 'xhci_try_enable_msi()'Niklas Neronin
2023-12-04xhci: rework 'xhci_try_enable_msi()' MSI and MSI-X setup codeNiklas Neronin
2023-12-04xhci: change 'msix_count' to encompass MSI or MSI-X vectorsNiklas Neronin
2023-12-04xhci: refactor static MSI functionNiklas Neronin
2023-12-04xhci: refactor static MSI-X functionNiklas Neronin
2023-12-04xhci: add handler for only one interrupt lineNiklas Neronin
2023-12-04xhci: check if legacy irq is available before using it as fallbackNiklas Neronin
2023-12-04xhci: dbc: Add missing headersAndy Shevchenko
2023-12-04xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko
2023-12-04xhci: dbc: Use sizeof_field() where it makes senseAndy Shevchenko
2023-12-04xhci: dbc: Replace custom return value with proper Linux error codeAndy Shevchenko
2023-12-04xhci: dbc: Don't shadow error codes in store() functionsAndy Shevchenko
2023-12-04xhci: dbc: Check for errors first in xhci_dbc_stop()Andy Shevchenko
2023-12-04xhci: dbc: Use ATTRIBUTE_GROUPS()Andy Shevchenko
2023-12-04xhci: dbc: Use sysfs_emit() to instead of scnprintf()Andy Shevchenko
2023-12-04xhci: dbc: Convert to use sysfs_streq()Andy Shevchenko