summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* 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
| * usb: host: max3421-hcd: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-9/+9
| * Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman2023-12-111-2/+0
| |\
| * | usb: xhci: xhci-plat: Add support for BCM2711Stefan Wahren2023-12-061-0/+3
| * | xhci: fix possible null pointer deref during xhci urb enqueueMathias Nyman2023-12-041-17/+23
| * | xhci: Reconfigure endpoint 0 max packet size only during endpoint resetMathias Nyman2023-12-041-43/+42
| * | xhci: minor coding style cleanup in 'xhci_try_enable_msi()'Niklas Neronin2023-12-041-5/+3
| * | xhci: rework 'xhci_try_enable_msi()' MSI and MSI-X setup codeNiklas Neronin2023-12-041-29/+15
| * | xhci: change 'msix_count' to encompass MSI or MSI-X vectorsNiklas Neronin2023-12-042-9/+9
| * | xhci: refactor static MSI functionNiklas Neronin2023-12-041-34/+15
| * | xhci: refactor static MSI-X functionNiklas Neronin2023-12-041-40/+28
| * | xhci: add handler for only one interrupt lineNiklas Neronin2023-12-041-25/+10
| * | xhci: check if legacy irq is available before using it as fallbackNiklas Neronin2023-12-041-1/+1
| * | xhci: dbc: Add missing headersAndy Shevchenko2023-12-041-1/+16
| * | xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko2023-12-041-3/+3
| * | xhci: dbc: Use sizeof_field() where it makes senseAndy Shevchenko2023-12-041-1/+1
| * | xhci: dbc: Replace custom return value with proper Linux error codeAndy Shevchenko2023-12-041-1/+1
| * | xhci: dbc: Don't shadow error codes in store() functionsAndy Shevchenko2023-12-041-8/+18
| * | xhci: dbc: Check for errors first in xhci_dbc_stop()Andy Shevchenko2023-12-041-4/+4
| * | xhci: dbc: Use ATTRIBUTE_GROUPS()Andy Shevchenko2023-12-041-7/+4
| * | xhci: dbc: Use sysfs_emit() to instead of scnprintf()Andy Shevchenko2023-12-042-28/+17
| * | xhci: dbc: Convert to use sysfs_streq()Andy Shevchenko2023-12-041-2/+2
| * | xhci: dbc: Drop duplicate checks for dma_free_coherent()Andy Shevchenko2023-12-041-9/+5
| * | Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman2023-11-273-23/+42
| |\ \
| * | | usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar2023-11-234-14/+31
* | | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() staticArnd Bergmann2023-12-101-1/+1
| | |/ | |/|
* / | Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"Mathias Nyman2023-12-061-2/+0
|/ /
* | USB: xhci-plat: fix legacy PHY double initJohan Hovold2023-11-211-20/+30
* | usb: xhci-mtk: fix in-ep's start-split check failureChunfeng Yun2023-11-212-3/+12
|/
* Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-0314-268/+635
|\
| * usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not presentWesley Cheng2023-10-211-2/+10
| * usb: host: xhci-plat: fix possible kernel oops while resumingSergey Shtylyov2023-10-211-4/+19
| * usb: xhci: Implement xhci_handshake_check_state() helperUdipto Goswami2023-10-213-3/+30
| * xhci: split free interrupter into separate remove and free partsMathias Nyman2023-10-211-11/+21
| * xhci: Enable RPM on controllers that support low-power statesBasavaraj Natikar2023-10-211-1/+3
| * xhci: Loosen RPM as default policy to cover for AMD xHC 1.1Basavaraj Natikar2023-10-211-0/+2
| * xhci: Simplify event ring dequeue pointer update for port change eventsMathias Nyman2023-10-211-8/+2
| * xhci: simplify event ring dequeue tracking for transfer eventsMathias Nyman2023-10-211-11/+1
| * xhci: Clean up xhci_{alloc,free}_erst() declarationsLukas Wunner2023-10-212-6/+1
| * xhci: Clean up stale comment on ERST_SIZE macroLukas Wunner2023-10-211-6/+1