summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-23usb: dwc3: gadget: fix writing NYET thresholdAndré Draszik2-1/+4
2024-12-23usb: dwc3: dwc3-am62: Re-initialize controller if lost power in PM suspendRoger Quadros1-27/+55
2024-12-16Merge 6.13-rc3 into usb-nextGreg Kroah-Hartman2-15/+20
2024-12-04usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only modeNeal Frager1-1/+4
2024-12-04usb: dwc3: imx8mp: fix software node kernel dumpXu Yang1-14/+16
2024-12-04usb: dwc3: core: Disable USB2 retry for DWC_usb31 1.80a and priorFaisal Hassan2-0/+21
2024-12-04usb: dwc3: remove unused sg struct memberLuis Felipe Hernandez1-1/+0
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds17-93/+123
2024-11-16usb: dwc3: gadget: Remove dwc3_request->needs_extra_trbThinh Nguyen2-7/+4
2024-11-16usb: dwc3: gadget: Cleanup SG handlingThinh Nguyen2-38/+7
2024-11-16usb: dwc3: gadget: Fix looping of queued SG entriesThinh Nguyen1-3/+3
2024-11-16usb: dwc3: gadget: Fix checking for number of TRBs leftThinh Nguyen1-3/+6
2024-11-16usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTEDThinh Nguyen1-1/+1
2024-11-13usb: dwc3: core: Set force_gen1 bit for all applicable SuperSpeed portsKrishna Kurapati2-4/+8
2024-11-13usb: dwc3: gadget: Add missing check for single port RAM in TxFIFO resizing l...Selvarasu Ganesan2-8/+50
2024-11-05usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros1-13/+12
2024-11-05usb: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)3-3/+3
2024-11-04usb: use "prompt" instead of "bool" for choice promptsMasahiro Yamada1-1/+1
2024-10-29usb: dwc3: gadget: Refine the logic for resizing Tx FIFOsAkash Kumar1-9/+24
2024-10-21Merge 6.12-rc4 into usb-nextGreg Kroah-Hartman3-4/+28
2024-10-16usb: dwc3: core: Fix system suspend on TI AM62 platformsRoger Quadros2-0/+22
2024-10-16usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFGPrashanth K1-4/+6
2024-10-14Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman3-23/+22
2024-10-04usb: dwc3: core: Stop processing of pending events if controller is haltedSelvarasu Ganesan3-18/+19
2024-10-04usb: dwc3: re-enable runtime PM after failed resumeRoy Luo1-5/+3
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König13-13/+13
2024-10-04usb: dwc3: Correct some typos in commentsShen Lichuan4-4/+4