summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2024-02-19usb: uhci-grlib: Explicitly include linux/platform_device.hAndreas Larsson-0/+1
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
2023-12-06Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"Mathias Nyman-2/+0
2023-12-04xhci: fix possible null pointer deref during xhci urb enqueueMathias Nyman-17/+23
2023-12-04xhci: Reconfigure endpoint 0 max packet size only during endpoint resetMathias Nyman-43/+42
2023-12-04xhci: minor coding style cleanup in 'xhci_try_enable_msi()'Niklas Neronin-5/+3
2023-12-04xhci: rework 'xhci_try_enable_msi()' MSI and MSI-X setup codeNiklas Neronin-29/+15
2023-12-04xhci: change 'msix_count' to encompass MSI or MSI-X vectorsNiklas Neronin-9/+9
2023-12-04xhci: refactor static MSI functionNiklas Neronin-34/+15
2023-12-04xhci: refactor static MSI-X functionNiklas Neronin-40/+28
2023-12-04xhci: add handler for only one interrupt lineNiklas Neronin-25/+10
2023-12-04xhci: check if legacy irq is available before using it as fallbackNiklas Neronin-1/+1
2023-12-04xhci: dbc: Add missing headersAndy Shevchenko-1/+16
2023-12-04xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko-3/+3
2023-12-04xhci: dbc: Use sizeof_field() where it makes senseAndy Shevchenko-1/+1
2023-12-04xhci: dbc: Replace custom return value with proper Linux error codeAndy Shevchenko-1/+1
2023-12-04xhci: dbc: Don't shadow error codes in store() functionsAndy Shevchenko-8/+18
2023-12-04xhci: dbc: Check for errors first in xhci_dbc_stop()Andy Shevchenko-4/+4
2023-12-04xhci: dbc: Use ATTRIBUTE_GROUPS()Andy Shevchenko-7/+4
2023-12-04xhci: dbc: Use sysfs_emit() to instead of scnprintf()Andy Shevchenko-28/+17
2023-12-04xhci: dbc: Convert to use sysfs_streq()Andy Shevchenko-2/+2
2023-12-04xhci: dbc: Drop duplicate checks for dma_free_coherent()Andy Shevchenko-9/+5
2023-11-27Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman-23/+42
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar-14/+31
2023-11-21USB: xhci-plat: fix legacy PHY double initJohan Hovold-20/+30
2023-11-21usb: xhci-mtk: fix in-ep's start-split check failureChunfeng Yun-3/+12
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-268/+635
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2023-10-21usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not presentWesley Cheng-2/+10
2023-10-21usb: host: xhci-plat: fix possible kernel oops while resumingSergey Shtylyov-4/+19
2023-10-21usb: xhci: Implement xhci_handshake_check_state() helperUdipto Goswami-3/+30
2023-10-21xhci: split free interrupter into separate remove and free partsMathias Nyman-11/+21
2023-10-21xhci: Enable RPM on controllers that support low-power statesBasavaraj Natikar-1/+3
2023-10-21xhci: Loosen RPM as default policy to cover for AMD xHC 1.1Basavaraj Natikar-0/+2
2023-10-21xhci: Simplify event ring dequeue pointer update for port change eventsMathias Nyman-8/+2
2023-10-21xhci: simplify event ring dequeue tracking for transfer eventsMathias Nyman-11/+1