summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2025-07-24usb: dwc3: qcom: Don't leave BCR assertedKrishna Kurapati1-6/+2
2025-07-10usb: dwc3: Abort suspend on soft disconnect failureKuen-Han Tsai2-15/+16
2025-05-18usb: dwc3: gadget: Make gadget_wakeup asynchronousPrashanth K2-37/+27
2025-05-02usb: dwc3: gadget: Avoid using reserved endpoints on Intel MerrifieldAndy Shevchenko1-0/+10
2025-05-02usb: dwc3: gadget: Refactor loop to avoid NULL endpointsAndy Shevchenko1-4/+18
2025-05-02usb: dwc3: xilinx: Prevent spike in reset signalMike Looijmans1-3/+1
2025-05-02usb: dwc3: gadget: check that event count does not exceed event buffer lengthFrode Isaksen1-0/+6
2025-03-13usb: dwc3: gadget: Prevent irq storm when TH re-executesBadhri Jagan Sridharan2-13/+13
2025-03-13usb: dwc3: Set SUSPENDENABLE soon after phy initThinh Nguyen3-30/+45
2025-02-21usb: dwc3: Fix timeout issue during controller enter/exit from halt stateSelvarasu Ganesan1-0/+34
2025-02-08usb: dwc3: Skip resume if pm_runtime_set_active() failsRay Chi1-1/+4
2025-02-08usb: dwc3: core: Defer the probe until USB power supply readyKyle Tso1-9/+21
2025-02-08usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()Joe Hattori1-0/+1
2025-01-17usb: dwc3-am62: Disable autosuspend during removePrashanth K1-0/+1
2025-01-17usb: dwc3: gadget: fix writing NYET thresholdAndré Draszik2-1/+4
2024-12-19usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only modeNeal Frager1-1/+4
2024-12-19usb: dwc3: imx8mp: fix software node kernel dumpXu Yang1-14/+16
2024-12-05usb: dwc3: gadget: Fix looping of queued SG entriesThinh Nguyen1-3/+3
2024-12-05usb: dwc3: gadget: Fix checking for number of TRBs leftThinh Nguyen1-3/+6
2024-12-05usb: dwc3: gadget: Add missing check for single port RAM in TxFIFO resizing l...Selvarasu Ganesan2-8/+50
2024-12-05usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTEDThinh Nguyen1-1/+1
2024-11-05usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros1-13/+12
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-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-09-13usb: dwc3: rtk: Clean up error code in __get_dwc3_maximum_speed()Dan Carpenter1-1/+1
2024-09-11usb: dwc3: imx8mp: disable SS_CON and U3 wakeup for system sleepLi Jun1-6/+9
2024-09-11usb: dwc3: imx8mp: add 2 software managed quirk properties for host modeFrank Li1-0/+18
2024-09-09Merge 6.11-rc7 into usb-nextGreg Kroah-Hartman3-24/+34
2024-09-03usb: dwc3: core: update LC timer as per USB Spec V3.2Faisal Hassan2-0/+17
2024-09-03usb: dwc3: Avoid waking up gadget during startxferPrashanth K1-24/+17
2024-09-03usb: dwc3: xilinx: simplify with dev_err_probeKrzysztof Kozlowski1-5/+2
2024-09-03usb: dwc3: rtk: return directly and simplify with devm_platform_ioremap_resourceKrzysztof Kozlowski1-25/+8
2024-09-03usb: dwc3: rtk: use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-12/+7
2024-09-03usb: dwc3: qcom: simplify with devm_platform_ioremap_resourceKrzysztof Kozlowski1-4/+1
2024-09-03usb: dwc3: qcom: use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-6/+5
2024-09-03usb: dwc3: imx8mp: use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-12/+8
2024-09-03usb: dwc3: imx8mp: simplify with dev_err_probeKrzysztof Kozlowski1-10/+6
2024-09-03usb: dwc3: imx8mp: simplify with devm_clk_get_enabledKrzysztof Kozlowski1-27/+5
2024-09-03usb: dwc3: st: simplify pdev->dev usageKrzysztof Kozlowski1-2/+2
2024-09-03usb: dwc3: st: simplify with dev_err_probeKrzysztof Kozlowski1-6/+5
2024-09-03usb: dwc3: st: use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-14/+11
2024-09-03Merge 6.11-rc6 into usb-nextGreg Kroah-Hartman5-12/+26
2024-08-22usb: dwc3: st: add missing depopulate in probe error pathKrzysztof Kozlowski1-1/+4
2024-08-22usb: dwc3: st: fix probed platform device ref count on probe error pathKrzysztof Kozlowski1-8/+3
2024-08-22usb: dwc3: ep0: Don't reset resource alloc flag (including ep0)Michael Grzeschik1-1/+2
2024-08-22usb: dwc3: xilinx: add missing depopulate in probe error pathKrzysztof Kozlowski1-1/+6
2024-08-22usb: dwc3: omap: add missing depopulate in probe error pathKrzysztof Kozlowski1-1/+3
2024-08-22usb: dwc3: core: Prevent USB core invalid event buffer address accessSelvarasu Ganesan1-0/+8