summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-15xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman1-0/+1
2024-03-15xhci: remove extra loop in interrupt contextMathias Nyman1-0/+2
2023-10-25xhci: rename resume_done to resume_timestampMathias Nyman1-1/+1
2023-10-25xhci: move port specific items such as state completions to port structureMathias Nyman1-5/+4
2023-07-27xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang1-0/+1
2023-07-27xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang1-0/+1
2023-01-24xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman1-0/+1
2023-01-24xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman1-0/+4
2023-01-18xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman1-1/+1
2023-01-18xhci: store TD status in the td struct instead of passing it alongMathias Nyman1-0/+1
2023-01-18xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman1-0/+1
2023-01-18xhci: Avoid parsing transfer events several timesMathias Nyman1-0/+2
2022-11-03xhci: Add quirk to reset host back to default state at shutdownMathias Nyman1-0/+1
2022-10-26usb: host: xhci-plat: suspend and resume clocksJustin Chen1-0/+1
2022-09-08xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman1-1/+1
2022-09-08Revert "xhci: turn off port power in shutdown"Mathias Nyman1-2/+0
2022-08-21usb: host: xhci: use snprintf() in xhci_decode_trb()Sergey Shtylyov1-1/+1
2022-06-29xhci: turn off port power in shutdownMathias Nyman1-0/+2
2022-04-08xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()Anssi Hannula1-0/+2
2022-04-08xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman1-2/+5
2022-04-08xhci: fix garbage USBSTS being logged in some casesAnssi Hannula1-1/+4
2021-10-27xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell1-0/+1
2021-09-12xhci: fix unsafe memory usage in xhci tracingMathias Nyman1-24/+28
2021-09-12xhci: fix even more unsafe memory usage in xhci tracingMathias Nyman1-13/+8
2021-07-28xhci: add xhci_get_virt_ep() helperMathias Nyman1-1/+2
2021-03-17usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka1-0/+1
2021-02-10usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang1-0/+4
2020-12-21usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRKTejas Joglekar1-0/+1
2020-10-29usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh1-0/+1
2020-09-20usb: host: xhci-plat: add priv quirk for skip PHY initializationPeter Chen1-0/+1
2020-08-18usb: xhci-pci: Add support for reset controllersNicolas Saenz Julienne1-0/+2
2020-07-23xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman1-0/+2
2020-06-24xhci: Fix incorrect EP_STATE_MASKMathias Nyman1-1/+1
2020-05-15usb: xhci: Add support for Renesas controller with memoryVinod Koul1-0/+1
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman1-2/+3
2020-04-21xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman1-2/+3
2020-04-16USB: host: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng1-0/+1
2020-03-12xhci: Show host status when watchdog triggers and host is assumed dead.Mathias Nyman1-0/+29
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman1-3/+11
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-12xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman1-3/+11
2020-02-12Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...Greg Kroah-Hartman1-11/+3
2020-02-10xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman1-3/+11
2019-12-11usb: xhci: only set D3hot for pci deviceHenry Lin1-0/+1
2019-11-16xhci: Add tracing for xhci doorbell register writesMathias Nyman1-0/+29
2019-09-03xhci: add TSP bitflag to TRB tracingMathias Nyman1-1/+2
2019-07-25xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).Mathias Nyman1-1/+2
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman1-0/+9
2019-06-18usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman1-0/+9