summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2025-05-18usb: dwc3: gadget: Make gadget_wakeup asynchronousPrashanth K
2025-05-02usb: dwc3: gadget: Avoid using reserved endpoints on Intel MerrifieldAndy Shevchenko
2025-05-02usb: dwc3: gadget: Refactor loop to avoid NULL endpointsAndy Shevchenko
2025-05-02usb: dwc3: xilinx: Prevent spike in reset signalMike Looijmans
2025-05-02usb: dwc3: gadget: check that event count does not exceed event buffer lengthFrode Isaksen
2025-03-13usb: dwc3: gadget: Prevent irq storm when TH re-executesBadhri Jagan Sridharan
2025-03-13usb: dwc3: Set SUSPENDENABLE soon after phy initThinh Nguyen
2025-02-21usb: dwc3: Fix timeout issue during controller enter/exit from halt stateSelvarasu Ganesan
2025-02-08usb: dwc3: Skip resume if pm_runtime_set_active() failsRay Chi
2025-02-08usb: dwc3: core: Defer the probe until USB power supply readyKyle Tso
2025-02-08usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()Joe Hattori
2025-01-17usb: dwc3-am62: Disable autosuspend during removePrashanth K
2025-01-17usb: dwc3: gadget: fix writing NYET thresholdAndré Draszik
2024-12-19usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only modeNeal Frager
2024-12-19usb: dwc3: imx8mp: fix software node kernel dumpXu Yang
2024-12-05usb: dwc3: gadget: Fix looping of queued SG entriesThinh Nguyen
2024-12-05usb: dwc3: gadget: Fix checking for number of TRBs leftThinh Nguyen
2024-12-05usb: dwc3: gadget: Add missing check for single port RAM in TxFIFO resizing l...Selvarasu Ganesan
2024-12-05usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTEDThinh Nguyen
2024-11-05usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros
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-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-09-13usb: dwc3: rtk: Clean up error code in __get_dwc3_maximum_speed()Dan Carpenter
2024-09-11usb: dwc3: imx8mp: disable SS_CON and U3 wakeup for system sleepLi Jun
2024-09-11usb: dwc3: imx8mp: add 2 software managed quirk properties for host modeFrank Li
2024-09-09Merge 6.11-rc7 into usb-nextGreg Kroah-Hartman
2024-09-03usb: dwc3: core: update LC timer as per USB Spec V3.2Faisal Hassan
2024-09-03usb: dwc3: Avoid waking up gadget during startxferPrashanth K
2024-09-03usb: dwc3: xilinx: simplify with dev_err_probeKrzysztof Kozlowski
2024-09-03usb: dwc3: rtk: return directly and simplify with devm_platform_ioremap_resourceKrzysztof Kozlowski
2024-09-03usb: dwc3: rtk: use scoped device node handling to simplify error pathsKrzysztof Kozlowski
2024-09-03usb: dwc3: qcom: simplify with devm_platform_ioremap_resourceKrzysztof Kozlowski
2024-09-03usb: dwc3: qcom: use scoped device node handling to simplify error pathsKrzysztof Kozlowski
2024-09-03usb: dwc3: imx8mp: use scoped device node handling to simplify error pathsKrzysztof Kozlowski
2024-09-03usb: dwc3: imx8mp: simplify with dev_err_probeKrzysztof Kozlowski
2024-09-03usb: dwc3: imx8mp: simplify with devm_clk_get_enabledKrzysztof Kozlowski
2024-09-03usb: dwc3: st: simplify pdev->dev usageKrzysztof Kozlowski
2024-09-03usb: dwc3: st: simplify with dev_err_probeKrzysztof Kozlowski
2024-09-03usb: dwc3: st: use scoped device node handling to simplify error pathsKrzysztof Kozlowski
2024-09-03Merge 6.11-rc6 into usb-nextGreg Kroah-Hartman
2024-08-22usb: dwc3: st: add missing depopulate in probe error pathKrzysztof Kozlowski
2024-08-22usb: dwc3: st: fix probed platform device ref count on probe error pathKrzysztof Kozlowski
2024-08-22usb: dwc3: ep0: Don't reset resource alloc flag (including ep0)Michael Grzeschik
2024-08-22usb: dwc3: xilinx: add missing depopulate in probe error pathKrzysztof Kozlowski
2024-08-22usb: dwc3: omap: add missing depopulate in probe error pathKrzysztof Kozlowski
2024-08-22usb: dwc3: core: Prevent USB core invalid event buffer address accessSelvarasu Ganesan
2024-08-07usb: dwc3: Use of_property_read_variable_u32_array() to read "power"Rob Herring (Arm)
2024-08-07usb: dwc3: imx8mp: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()Fabio Estevam