summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* 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
* | usb: dwc3: rtk: use scoped device node handling to simplify error pathsKrzysztof Kozlowski2024-09-031-12/+7
* | usb: dwc3: qcom: simplify with devm_platform_ioremap_resourceKrzysztof Kozlowski2024-09-031-4/+1
* | usb: dwc3: qcom: use scoped device node handling to simplify error pathsKrzysztof Kozlowski2024-09-031-6/+5
* | usb: dwc3: imx8mp: use scoped device node handling to simplify error pathsKrzysztof Kozlowski2024-09-031-12/+8
* | usb: dwc3: imx8mp: simplify with dev_err_probeKrzysztof Kozlowski2024-09-031-10/+6
* | usb: dwc3: imx8mp: simplify with devm_clk_get_enabledKrzysztof Kozlowski2024-09-031-27/+5
* | usb: dwc3: st: simplify pdev->dev usageKrzysztof Kozlowski2024-09-031-2/+2
* | usb: dwc3: st: simplify with dev_err_probeKrzysztof Kozlowski2024-09-031-6/+5
* | usb: dwc3: st: use scoped device node handling to simplify error pathsKrzysztof Kozlowski2024-09-031-14/+11
* | Merge 6.11-rc6 into usb-nextGreg Kroah-Hartman2024-09-035-12/+26
|\|
| * usb: dwc3: st: add missing depopulate in probe error pathKrzysztof Kozlowski2024-08-221-1/+4
| * usb: dwc3: st: fix probed platform device ref count on probe error pathKrzysztof Kozlowski2024-08-221-8/+3
| * usb: dwc3: ep0: Don't reset resource alloc flag (including ep0)Michael Grzeschik2024-08-221-1/+2
| * usb: dwc3: xilinx: add missing depopulate in probe error pathKrzysztof Kozlowski2024-08-221-1/+6
| * usb: dwc3: omap: add missing depopulate in probe error pathKrzysztof Kozlowski2024-08-221-1/+3
| * usb: dwc3: core: Prevent USB core invalid event buffer address accessSelvarasu Ganesan2024-08-221-0/+8
* | usb: dwc3: Use of_property_read_variable_u32_array() to read "power"Rob Herring (Arm)2024-08-071-15/+4