summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
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
2023-12-04xhci: dbc: Drop duplicate checks for dma_free_coherent()Andy Shevchenko
2023-11-27Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar
2023-11-21USB: xhci-plat: fix legacy PHY double initJohan Hovold
2023-11-21usb: xhci-mtk: fix in-ep's start-split check failureChunfeng Yun
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-21usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not presentWesley Cheng
2023-10-21usb: host: xhci-plat: fix possible kernel oops while resumingSergey Shtylyov
2023-10-21usb: xhci: Implement xhci_handshake_check_state() helperUdipto Goswami
2023-10-21xhci: split free interrupter into separate remove and free partsMathias Nyman
2023-10-21xhci: Enable RPM on controllers that support low-power statesBasavaraj Natikar
2023-10-21xhci: Loosen RPM as default policy to cover for AMD xHC 1.1Basavaraj Natikar
2023-10-21xhci: Simplify event ring dequeue pointer update for port change eventsMathias Nyman
2023-10-21xhci: simplify event ring dequeue tracking for transfer eventsMathias Nyman
2023-10-21xhci: Clean up xhci_{alloc,free}_erst() declarationsLukas Wunner
2023-10-21xhci: Clean up stale comment on ERST_SIZE macroLukas Wunner
2023-10-21xhci: Clean up ERST_PTR_MASK inversionLukas Wunner
2023-10-21xhci: Expose segment numbers in debugfsLukas Wunner
2023-10-21xhci: Update last segment pointer after Event Ring expansionLukas Wunner
2023-10-21xhci: Adjust segment numbers after ring expansionLukas Wunner
2023-10-21xhci: Use more than one Event Ring segmentJonathan Bell
2023-10-21xhci: Set DESI bits in ERDP register correctlyLukas Wunner
2023-10-21xhci: expand next_trb() helper to support more ring typesMathias Nyman
2023-10-21xhci: Add busnumber to port tracingMathias Nyman
2023-10-21xhci: pass port structure to tracing instead of port numberMathias Nyman
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman
2023-10-02usb: Annotate struct urb_priv with __counted_byKees Cook
2023-10-02xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner
2023-10-02xhci: Clear EHB bit only at end of interrupt handlerLukas Wunner
2023-10-02xhci: track port suspend state correctly in unsuccessful resume casesMathias Nyman
2023-10-02usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng
2023-10-02usb: xhci-mtk: improve split scheduling by separate IN/OUT budgetChunfeng Yun
2023-10-02usb: xhci-mtk: add a bandwidth budget tableChunfeng Yun
2023-10-02usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoffNiklas Schnelle
2023-10-02usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirkNiklas Schnelle