summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: Set SUSPENDENABLE soon after phy initThinh Nguyen2025-03-043-30/+45
* usb: dwc3: gadget: Prevent irq storm when TH re-executesBadhri Jagan Sridharan2025-03-032-13/+13
* usb: dwc3: Fix timeout issue during controller enter/exit from halt stateSelvarasu Ganesan2025-02-141-0/+34
* usb: dwc3: Document nostream_workThinh Nguyen2025-02-031-0/+1
* usb: dwc3: core: Defer the probe until USB power supply readyKyle Tso2025-01-171-9/+21
* usb: dwc3: gadget: Reinitiate stream for all host NoStream behaviorThinh Nguyen2025-01-152-53/+59
* Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman2025-01-133-1/+5
|\
| * usb: dwc3-am62: Disable autosuspend during removePrashanth K2024-12-231-0/+1
| * usb: dwc3: gadget: fix writing NYET thresholdAndré Draszik2024-12-232-1/+4
* | usb: dwc3: omap: Fix devm_regulator_get_optional() error handlingRob Herring (Arm)2025-01-111-2/+5
* | usb: dwc3: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou2025-01-111-4/+2
* | usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()Joe Hattori2025-01-111-0/+1
* | usb: dwc3: Skip resume if pm_runtime_set_active() failsRay Chi2025-01-111-1/+4
* | usb: dwc3: omap: Use devm_regulator_get_optional()Rob Herring (Arm)2025-01-031-8/+4
* | usb: dwc3: gadget: Fix incorrect UDC state after manual deconfigurationRoy Luo2024-12-241-0/+2
* | usb: dwc3: dwc3-am62: Re-initialize controller if lost power in PM suspendRoger Quadros2024-12-231-27/+55
* | Merge 6.13-rc3 into usb-nextGreg Kroah-Hartman2024-12-162-15/+20
|\|
| * usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only modeNeal Frager2024-12-041-1/+4
| * usb: dwc3: imx8mp: fix software node kernel dumpXu Yang2024-12-041-14/+16
* | usb: dwc3: core: Disable USB2 retry for DWC_usb31 1.80a and priorFaisal Hassan2024-12-042-0/+21
* | usb: dwc3: remove unused sg struct memberLuis Felipe Hernandez2024-12-041-1/+0
|/
* Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-301-1/+1
|\
| * usb: use "prompt" instead of "bool" for choice promptsMasahiro Yamada2024-11-041-1/+1
* | Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-11-2917-93/+123
|\ \
| * | usb: dwc3: gadget: Remove dwc3_request->needs_extra_trbThinh Nguyen2024-11-162-7/+4
| * | usb: dwc3: gadget: Cleanup SG handlingThinh Nguyen2024-11-162-38/+7
| * | usb: dwc3: gadget: Fix looping of queued SG entriesThinh Nguyen2024-11-161-3/+3
| * | usb: dwc3: gadget: Fix checking for number of TRBs leftThinh Nguyen2024-11-161-3/+6
| * | usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTEDThinh Nguyen2024-11-161-1/+1
| * | usb: dwc3: core: Set force_gen1 bit for all applicable SuperSpeed portsKrishna Kurapati2024-11-132-4/+8
| * | usb: dwc3: gadget: Add missing check for single port RAM in TxFIFO resizing l...Selvarasu Ganesan2024-11-132-8/+50
| * | usb: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)2024-11-053-3/+3
| * | usb: dwc3: gadget: Refine the logic for resizing Tx FIFOsAkash Kumar2024-10-291-9/+24
| * | Merge 6.12-rc4 into usb-nextGreg Kroah-Hartman2024-10-213-4/+28
| |\|
| * | Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman2024-10-143-23/+22
| |\ \
| * | | usb: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-0413-13/+13
| * | | usb: dwc3: Correct some typos in commentsShen Lichuan2024-10-044-4/+4
* | | | usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros2024-11-051-13/+12
| |_|/ |/| |
* | | usb: dwc3: core: Fix system suspend on TI AM62 platformsRoger Quadros2024-10-162-0/+22
* | | usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFGPrashanth K2024-10-161-4/+6
| |/ |/|
* | usb: dwc3: core: Stop processing of pending events if controller is haltedSelvarasu Ganesan2024-10-043-18/+19
* | usb: dwc3: re-enable runtime PM after failed resumeRoy Luo2024-10-041-5/+3
|/
* usb: dwc3: rtk: Clean up error code in __get_dwc3_maximum_speed()Dan Carpenter2024-09-131-1/+1
* usb: dwc3: imx8mp: disable SS_CON and U3 wakeup for system sleepLi Jun2024-09-111-6/+9
* usb: dwc3: imx8mp: add 2 software managed quirk properties for host modeFrank Li2024-09-111-0/+18
* Merge 6.11-rc7 into usb-nextGreg Kroah-Hartman2024-09-093-24/+34
|\
| * usb: dwc3: core: update LC timer as per USB Spec V3.2Faisal Hassan2024-09-032-0/+17
| * usb: dwc3: Avoid waking up gadget during startxferPrashanth K2024-09-031-24/+17
* | usb: dwc3: xilinx: simplify with dev_err_probeKrzysztof Kozlowski2024-09-031-5/+2
* | usb: dwc3: rtk: return directly and simplify with devm_platform_ioremap_resourceKrzysztof Kozlowski2024-09-031-25/+8