summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)Author
2021-10-11xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell
2021-08-26xhci: fix even more unsafe memory usage in xhci tracingMathias Nyman
2021-08-26xhci: fix unsafe memory usage in xhci tracingMathias Nyman
2021-06-18Revert "usb: host: xhci-plat: Create platform device for onboard hubs in prob...Greg Kroah-Hartman
2021-06-17xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirkMathias Nyman
2021-06-17xhci: Remove unused defines for ERST_SIZE and ERST_ENTRIESMathias Nyman
2021-06-15usb: host: xhci-plat: Create platform device for onboard hubs in probe()Matthias Kaehlcke
2021-06-09usb: pci-quirks: disable D3cold on xhci suspend for s2idle on AMD RenoirMario Limonciello
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman
2021-01-29xhci: remove obsolete dequeue pointer moving codeMathias Nyman
2021-01-29xhci: split handling halted endpoints into two stepsMathias Nyman
2021-01-29xhci: store TD status in the td struct instead of passing it alongMathias Nyman
2021-01-29xhci: avoid DMA double fetch when reading event trb type.Mathias Nyman
2021-01-29xhci: remove extra loop in interrupt contextMathias Nyman
2021-01-29xhci: remove xhci_stream_id_to_ring() helperMathias Nyman
2021-01-29xhci: add xhci_get_virt_ep() helperMathias Nyman
2021-01-29xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman
2021-01-29xhci: Avoid parsing transfer events several timesMathias Nyman
2021-01-26usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang
2020-12-09usb: xhci: Use temporary buffer to consolidate SGTejas Joglekar
2020-12-09usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRKTejas Joglekar
2020-10-29usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh
2020-09-20usb: host: xhci-plat: add priv quirk for skip PHY initializationPeter Chen
2020-08-18usb: xhci-pci: Add support for reset controllersNicolas Saenz Julienne
2020-07-23xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman
2020-06-24xhci: Fix incorrect EP_STATE_MASKMathias Nyman
2020-05-15usb: xhci: Add support for Renesas controller with memoryVinod Koul
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman
2020-04-21xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman
2020-04-16USB: host: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng
2020-03-12xhci: Show host status when watchdog triggers and host is assumed dead.Mathias Nyman
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-12xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman
2020-02-12Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...Greg Kroah-Hartman
2020-02-10xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman
2019-12-11usb: xhci: only set D3hot for pci deviceHenry Lin
2019-11-16xhci: Add tracing for xhci doorbell register writesMathias Nyman
2019-09-03xhci: add TSP bitflag to TRB tracingMathias Nyman
2019-07-25xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).Mathias Nyman
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman
2019-06-18usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman
2019-06-05usb: xhci: Add Clear_TT_BufferJim Lin
2019-05-22xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman
2019-04-27xhci: Add tracing for input control contextMathias Nyman
2019-04-27usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne