summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2025-07-25usb: dwc3: meson-g12a: fix device leaks at unbindJohan Hovold1-0/+3
2025-07-25usb: dwc3: imx8mp: fix device leak at unbindJohan Hovold1-1/+6
2025-07-21Merge tag 'v6.16-rc7' into usb-nextGreg Kroah-Hartman1-5/+2
2025-07-13usb: dwc3: qcom: Don't leave BCR assertedKrishna Kurapati1-5/+2
2025-07-07usb: dwc3: gadget: Simplify TRB reclaim logic by removing redundant 'chain' a...Johannes Schneider1-4/+4
2025-07-05Merge merge point of tag 'usb-6.16-rc5' into usb-nextGreg Kroah-Hartman2-16/+17
2025-06-28usb: dwc3: gadget: Fix TRB reclaim logic for short transfers and ZLPsSCHNEIDER Johannes1-1/+1
2025-06-24usb: dwc3: gadget: Remove duplicate check while setting xfer resourcePrashanth K1-5/+3
2025-06-19usb: dwc3: Abort suspend on soft disconnect failureKuen-Han Tsai2-15/+16
2025-06-19usb: dwc3: xilinx: set coherency mode for AMD versal adaptive platformRadhey Shyam Pandey1-12/+22
2025-06-19usb: dwc3: xilinx: add shutdown callbackRadhey Shyam Pandey1-0/+1
2025-05-21usb: dwc3-exynos: add support for ExynosAutov920Pritam Manohar Sutar1-0/+9
2025-05-21usb: dwc3: qcom: Use bulk clock API and devresBjorn Andersson1-75/+15
2025-05-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman2-37/+27
2025-05-01usb: dwc3: gadget: Make gadget_wakeup asynchronousPrashanth K2-37/+27
2025-04-28Merge 6.15-rc4 into usb-nextGreg Kroah-Hartman2-3/+7
2025-04-25usb: dwc3: qcom: Fix error handling in probeDan Carpenter1-4/+6
2025-04-25usb: dwc3: qcom: use modern PM macrosArnd Bergmann1-12/+5
2025-04-15usb: dwc3: qcom: Transition to flattened modelBjorn Andersson1-78/+99
2025-04-15usb: dwc3: qcom: Don't rely on drvdata during probeBjorn Andersson1-9/+8
2025-04-15usb: dwc3: core: Don't touch resets and clocksBjorn Andersson2-9/+14
2025-04-15usb: dwc3: core: Expose core driver as libraryBjorn Andersson2-48/+140
2025-04-15usb: dwc3: qcom: Snapshot driver for backwards compatibiltyBjorn Andersson3-1/+936
2025-04-15usb: dwc3: exynos: add support for Exynos2200 variantIvaylo Ivanov1-0/+9
2025-04-11usb: dwc3: gadget: check that event count does not exceed event buffer lengthFrode Isaksen1-0/+6
2025-04-11usb: dwc3: xilinx: Prevent spike in reset signalMike Looijmans1-3/+1
2025-04-11usb: dwc3: core: Avoid redundant system suspend/resume callbacksRoy Luo1-1/+19
2025-04-11usb: dwc3: Specify maximum number of XHCI interruptersWesley Cheng3-0/+17
2025-03-14usb: dwc3: Don't use %pK through printkThomas Weißschuh2-4/+4
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman4-43/+58
2025-03-04usb: dwc3: Set SUSPENDENABLE soon after phy initThinh Nguyen3-30/+45
2025-03-03usb: dwc3: exynos: add support for exynos7870Kaustabh Chakraborty1-0/+9
2025-03-03usb: dwc3: gadget: Prevent irq storm when TH re-executesBadhri Jagan Sridharan2-13/+13
2025-02-17Merge 6.14-rc3 into usb-nextGreg Kroah-Hartman2-0/+35
2025-02-14USB: dwc3: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-10/+2
2025-02-14usb: dwc3: gadget: Avoid using reserved endpoints on Intel MerrifieldAndy Shevchenko1-0/+10
2025-02-14usb: dwc3: gadget: Add support for snps,reserved-endpoints propertyAndy Shevchenko1-1/+40
2025-02-14usb: dwc3: gadget: Refactor loop to avoid NULL endpointsAndy Shevchenko1-4/+18
2025-02-14usb: dwc3: Fix timeout issue during controller enter/exit from halt stateSelvarasu Ganesan1-0/+34
2025-02-03usb: dwc3: Document nostream_workThinh Nguyen1-0/+1
2025-01-17usb: dwc3: core: Defer the probe until USB power supply readyKyle Tso1-9/+21
2025-01-15usb: dwc3: gadget: Reinitiate stream for all host NoStream behaviorThinh Nguyen2-53/+59
2025-01-13Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman3-1/+5
2025-01-11usb: dwc3: omap: Fix devm_regulator_get_optional() error handlingRob Herring (Arm)1-2/+5
2025-01-11usb: dwc3: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou1-4/+2
2025-01-11usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()Joe Hattori1-0/+1
2025-01-11usb: dwc3: Skip resume if pm_runtime_set_active() failsRay Chi1-1/+4
2025-01-03usb: dwc3: omap: Use devm_regulator_get_optional()Rob Herring (Arm)1-8/+4
2024-12-24usb: dwc3: gadget: Fix incorrect UDC state after manual deconfigurationRoy Luo1-0/+2
2024-12-23usb: dwc3-am62: Disable autosuspend during removePrashanth K1-0/+1