summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2025-03-14usb: dwc3: Don't use %pK through printkThomas Weißschuh
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman
2025-03-04usb: dwc3: Set SUSPENDENABLE soon after phy initThinh Nguyen
2025-03-03usb: dwc3: exynos: add support for exynos7870Kaustabh Chakraborty
2025-03-03usb: dwc3: gadget: Prevent irq storm when TH re-executesBadhri Jagan Sridharan
2025-02-17Merge 6.14-rc3 into usb-nextGreg Kroah-Hartman
2025-02-14USB: dwc3: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski
2025-02-14usb: dwc3: gadget: Avoid using reserved endpoints on Intel MerrifieldAndy Shevchenko
2025-02-14usb: dwc3: gadget: Add support for snps,reserved-endpoints propertyAndy Shevchenko
2025-02-14usb: dwc3: gadget: Refactor loop to avoid NULL endpointsAndy Shevchenko
2025-02-14usb: dwc3: Fix timeout issue during controller enter/exit from halt stateSelvarasu Ganesan
2025-02-03usb: dwc3: Document nostream_workThinh Nguyen
2025-01-17usb: dwc3: core: Defer the probe until USB power supply readyKyle Tso
2025-01-15usb: dwc3: gadget: Reinitiate stream for all host NoStream behaviorThinh Nguyen
2025-01-13Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman
2025-01-11usb: dwc3: omap: Fix devm_regulator_get_optional() error handlingRob Herring (Arm)
2025-01-11usb: dwc3: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou
2025-01-11usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()Joe Hattori
2025-01-11usb: dwc3: Skip resume if pm_runtime_set_active() failsRay Chi
2025-01-03usb: dwc3: omap: Use devm_regulator_get_optional()Rob Herring (Arm)
2024-12-24usb: dwc3: gadget: Fix incorrect UDC state after manual deconfigurationRoy Luo
2024-12-23usb: dwc3-am62: Disable autosuspend during removePrashanth K
2024-12-23usb: dwc3: gadget: fix writing NYET thresholdAndré Draszik
2024-12-23usb: dwc3: dwc3-am62: Re-initialize controller if lost power in PM suspendRoger Quadros
2024-12-16Merge 6.13-rc3 into usb-nextGreg Kroah-Hartman
2024-12-04usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only modeNeal Frager
2024-12-04usb: dwc3: imx8mp: fix software node kernel dumpXu Yang
2024-12-04usb: dwc3: core: Disable USB2 retry for DWC_usb31 1.80a and priorFaisal Hassan
2024-12-04usb: dwc3: remove unused sg struct memberLuis Felipe Hernandez
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-11-16usb: dwc3: gadget: Remove dwc3_request->needs_extra_trbThinh Nguyen
2024-11-16usb: dwc3: gadget: Cleanup SG handlingThinh Nguyen
2024-11-16usb: dwc3: gadget: Fix looping of queued SG entriesThinh Nguyen
2024-11-16usb: dwc3: gadget: Fix checking for number of TRBs leftThinh Nguyen
2024-11-16usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTEDThinh Nguyen
2024-11-13usb: dwc3: core: Set force_gen1 bit for all applicable SuperSpeed portsKrishna Kurapati
2024-11-13usb: dwc3: gadget: Add missing check for single port RAM in TxFIFO resizing l...Selvarasu Ganesan
2024-11-05usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros
2024-11-05usb: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)
2024-11-04usb: use "prompt" instead of "bool" for choice promptsMasahiro Yamada
2024-10-29usb: dwc3: gadget: Refine the logic for resizing Tx FIFOsAkash Kumar
2024-10-21Merge 6.12-rc4 into usb-nextGreg Kroah-Hartman
2024-10-16usb: dwc3: core: Fix system suspend on TI AM62 platformsRoger Quadros
2024-10-16usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFGPrashanth K
2024-10-14Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman
2024-10-04usb: dwc3: core: Stop processing of pending events if controller is haltedSelvarasu Ganesan
2024-10-04usb: dwc3: re-enable runtime PM after failed resumeRoy Luo
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-04usb: dwc3: Correct some typos in commentsShen Lichuan