summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2023-10-25xhci: track port suspend state correctly in unsuccessful resume casesMathias Nyman1-9/+10
2023-10-25xhci: decouple usb2 port resume and get_port_status request handlingMathias Nyman1-22/+25
2023-10-25xhci: clear usb2 resume related variables in one place.Mathias Nyman1-22/+16
2023-10-25xhci: rename resume_done to resume_timestampMathias Nyman3-13/+13
2023-10-25xhci: move port specific items such as state completions to port structureMathias Nyman4-35/+28
2023-10-25xhci: cleanup xhci_hub_control port referencesMathias Nyman1-60/+63
2023-10-25usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng1-2/+2
2023-08-11Revert "usb: xhci: tegra: Fix error check"Dan Carpenter1-4/+4
2023-08-11usb: xhci-mtk: set the dma max_seg_sizeRicardo Ribalda1-0/+1
2023-08-11usb: ohci-at91: Fix the unhandle interrupt when resumeGuiting Shen1-1/+7
2023-07-27xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang3-7/+27
2023-07-27xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang3-3/+13
2023-07-27xhci: Fix resume issue of some ZHAOXIN hostsWeitao Wang1-0/+5
2023-05-30USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit valueWeitao Wang1-4/+6
2023-05-17usb: host: xhci-rcar: remove leftover quirk handlingWolfram Sang1-3/+0
2023-05-17xhci: fix debugfs register accesses while suspendedJohan Hovold1-0/+1
2023-04-20xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommuD Scott Phillips1-1/+5
2023-04-20usb: xhci: tegra: fix sleep in atomic callWayne Chang1-3/+3
2023-03-11usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer mathKees Cook1-1/+1
2023-02-01xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I1-0/+2
2023-01-24usb: host: ehci-fsl: Fix module aliasAlexander Stein1-1/+1
2023-01-24xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tablesMathias Nyman1-0/+34
2023-01-24xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman2-0/+9
2023-01-24xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman3-1/+17
2023-01-24xhci: Fix null pointer dereference when host diesMathias Nyman1-0/+5
2023-01-24usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu1-1/+4
2023-01-24xhci-pci: set the dma max_seg_sizeRicardo Ribalda1-0/+2
2023-01-18xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman2-5/+11
2023-01-18xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman1-41/+43
2023-01-18xhci: store TD status in the td struct instead of passing it alongMathias Nyman2-27/+30
2023-01-18xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman1-46/+46
2023-01-18xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman1-6/+25
2023-01-18xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman3-21/+17
2023-01-18xhci: get isochronous ring directly from endpoint structureMathias Nyman1-11/+6
2023-01-18xhci: Avoid parsing transfer events several timesMathias Nyman3-20/+12
2022-12-21xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-NReka Norman1-1/+3
2022-11-25USB: bcma: Make GPIO explicitly optionalLinus Walleij1-4/+6
2022-11-10xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devicesMario Limonciello1-28/+4
2022-11-03xhci: Remove device endpoints from bandwidth list when freeing the deviceMathias Nyman1-8/+12
2022-11-03xhci: Add quirk to reset host back to default state at shutdownMathias Nyman3-2/+13
2022-11-03usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controllerJens Glathe1-1/+7
2022-10-26usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()Jianglei Nie1-1/+6
2022-10-26usb: host: xhci-plat: suspend/resume clks for brcmJustin Chen1-1/+1
2022-10-26usb: host: xhci-plat: suspend and resume clocksJustin Chen2-1/+16
2022-10-26xhci: Don't show warning for reinit on known broken suspendMario Limonciello1-1/+2
2022-09-28usb: xhci-mtk: fix issue of out-of-bounds array accessChunfeng Yun1-4/+6
2022-09-28usb: xhci-mtk: relax TT periodic bandwidth allocationIkjoon Jang1-7/+13
2022-09-28usb: xhci-mtk: allow multiple Start-Split in a microframeChunfeng Yun2-20/+0
2022-09-28usb: xhci-mtk: add some schedule error numberChunfeng Yun1-9/+35
2022-09-28usb: xhci-mtk: add a function to (un)load bandwidth infoChunfeng Yun1-21/+16