summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2025-11-21usb: xhci: Assume that endpoints halt as specifiedMichal Pecio1-50/+23
2025-11-21usb: xhci: implement USB Port Register Set structNiklas Neronin4-30/+24
2025-11-21usb: xhci: add USB Port Register Set structNiklas Neronin2-22/+17
2025-11-21usb: xhci: add helper to read PORTSC registerNiklas Neronin7-48/+55
2025-11-21usb: xhci: add tracing for PORTSC register writesNiklas Neronin6-20/+32
2025-11-21usb: xhci: rework xhci_decode_portsc()Niklas Neronin1-22/+35
2025-11-21xhci: simplify and rework trb_in_td()Mathias Nyman1-44/+28
2025-11-21xhci: Add helper to find trb from its dma addressMathias Nyman1-6/+22
2025-11-21usb: xhci: limit run_graceperiod for only usb 3.0 devicesHongyu Xie1-1/+1
2025-11-21usb: xhci-mtk: correct most kernel-doc problems in xhci-mtk.hRandy Dunlap1-4/+6
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki1-0/+1
2025-11-14usb: sl811-hcd: Add PM_EVENT_POWEROFF into suspend callbacksMario Limonciello (AMD)1-0/+1
2025-11-09xhci: sideband: Fix race condition in sideband unregisterMathias Nyman1-44/+58
2025-11-09xhci: dbgtty: Fix data corruption when transmitting data form DbC to hostMathias Nyman2-1/+17
2025-11-09xhci: fix stale flag preventig URBs after link state error is clearedMathias Nyman2-5/+11
2025-10-28xen/usb: Constify struct hc_driverChristophe JAILLET1-2/+2
2025-10-27Merge 6.18-rc3 into usb-nextGreg Kroah-Hartman2-4/+14
2025-10-22usb: uhci: Work around bogus clang shift overflow warning from DMA_BIT_MASK(64)Nathan Chancellor1-9/+6
2025-10-14xhci: dbc: enable back DbC in resume if it was enabled before suspendMathias Nyman1-1/+8
2025-10-14xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall eventMathias Nyman1-2/+4
2025-10-14usb: xhci-pci: Fix USB2-only root hub registrationMichal Pecio1-1/+2
2025-10-13usb: ehci: Add Aspeed AST2700 supportRyan Chen1-2/+13
2025-10-13usb: uhci: Add Aspeed AST2700 supportRyan Chen1-2/+12
2025-10-13usb: uhci: Add reset control supportRyan Chen2-2/+16
2025-09-18usb: xhci: align PORTSC trace with one-based port numberingNiklas Neronin1-1/+1
2025-09-18usb: xhci: correct indentation for PORTSC tracing functionNiklas Neronin1-17/+17
2025-09-18usb: xhci: improve TR Dequeue Pointer maskNiklas Neronin2-7/+8
2025-09-18usb: xhci-pci: add support for hosts with zero USB3 portsNiklas Neronin1-18/+24
2025-09-18usb: xhci: Update a comment about Stop Endpoint retriesMichal Pecio1-2/+3
2025-09-18Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"Michal Pecio1-7/+4
2025-09-17usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver supportBiju Das3-1/+68
2025-09-17usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_privBiju Das2-0/+15
2025-09-17usb: host: xhci-rcar: Move R-Car reg definitionsBiju Das2-44/+50
2025-09-17usb: xhci: plat: Facilitate using autosuspend for xhci plat devicesKrishna Kurapati1-0/+1
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman2-28/+68
2025-09-12Merge patch series "Support system sleep with offloaded usb transfers" into u...Greg Kroah-Hartman3-4/+75
2025-09-12usb: host: enable USB offload during system sleepGuan-Yu Lin2-0/+20
2025-09-12xhci: sideband: add api to trace sideband usageGuan-Yu Lin1-0/+36
2025-09-12usb: xhci-plat: separate dev_pm_ops for each pm_eventGuan-Yu Lin1-4/+19
2025-09-12usb: xhci: tegra: Support USB wakeup function for Tegra234Haotien Hsu1-2/+80
2025-09-06xhci: fix memory leak regression when freeing xhci vdev devices depth firstMathias Nyman1-1/+1
2025-09-06xhci: dbc: Fix full DbC transfer ring after several reconnectsMathias Nyman1-2/+21
2025-09-06xhci: dbc: decouple endpoint allocation from initializationMathias Nyman1-25/+46
2025-09-06Merge patch series "eUSB2 Double Isochronous IN Bandwidth support"Greg Kroah-Hartman5-48/+63
2025-09-06usb: xhci: Add host support for eUSB2 double isochronous bandwidth devicesRai, Amardeep5-17/+62
2025-09-06usb: xhci: Use usb_endpoint_max_periodic_payload()Sakari Ailus1-31/+1
2025-09-06usb: host: xhci-tegra: Remove redundant ternary operatorsLiao Yuanhong1-1/+1
2025-09-06usb: ohci: s3c2410: Drop support for S3C2410 systemsKrzysztof Kozlowski1-8/+0
2025-08-25Merge 6.17-rc3 into usb-nextGreg Kroah-Hartman6-26/+41
2025-08-19usb: xhci: fix host not responding after suspend and resumeNiklas Neronin1-0/+2