summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2024-03-15xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio1-1/+5
2024-03-15xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman2-14/+61
2024-03-15xhci: prevent double-fetch of transfer and transfer event TRBsMathias Nyman1-23/+19
2024-03-15xhci: remove extra loop in interrupt contextMathias Nyman2-7/+16
2024-02-23usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K1-0/+3
2024-01-05usb: fotg210-hcd: delete an incorrect bounds testDan Carpenter1-3/+0
2023-12-13Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"Mathias Nyman1-2/+0
2023-11-28xhci: Enable RPM on controllers that support low-power statesBasavaraj Natikar1-1/+3
2023-11-28xhci: turn cancelled td cleanup to its own functionMathias Nyman1-55/+53
2023-11-20usb: host: xhci-plat: fix possible kernel oops while resumingSergey Shtylyov1-4/+19
2023-11-20xhci: Loosen RPM as default policy to cover for AMD xHC 1.1Basavaraj Natikar1-0/+2
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