summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* 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
* | usb: dwc3: imx8mp: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()Fabio Estevam2024-08-071-12/+10
|/
* Merge tag 'usb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-07-194-13/+94
|\
| * usb: dwc3: enable CCI support for AMD-xilinx DWC3 controllerRadhey Shyam Pandey2024-07-103-0/+74
| * usb: dwc3: core: Check all ports when set phy suspendThinh Nguyen2024-07-031-12/+17
| * Merge 6.10-rc6 into usb-nextGreg Kroah-Hartman2024-07-011-7/+19
| |\
| * | usb: dwc3: Support quirk for writing high-low orderDaehwan Jung2024-06-201-1/+3
* | | usb: dwc3: pci: add support for the Intel Panther LakeHeikki Krogerus2024-07-031-0/+8
| |/ |/|
* | usb: dwc3: core: Workaround for CSR read timeoutJos Wang2024-06-271-1/+19
* | usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoi...Meng Li2024-06-201-6/+0
|/
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-4/+4
* usb: dwc3: core: Fix unused variable warning in core driverKrishna Kurapati2024-05-111-3/+0
* usb: dwc3: Wait unconditionally after issuing EndXfer commandPrashanth K2024-05-101-3/+1
* Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman2024-05-104-57/+68
|\
| * usb: dwc3: core: Prevent phy suspend during initThinh Nguyen2024-04-234-52/+68
* | usb: dwc3: exynos: add support for Google Tensor gs101André Draszik2024-04-301-0/+9
* | usb: dwc3: core: Fix compile warning on s390 gcc in dwc3_get_phy callKrishna Kurapati2024-04-261-3/+3
* | usb: dwc3: qcom: Add multiport suspend/resume support for wrapperKrishna Kurapati2024-04-231-6/+17
* | usb: dwc3: qcom: Enable wakeup for applicable ports of multiportKrishna Kurapati2024-04-231-30/+41
* | usb: dwc3: qcom: Refactor IRQ handling in glue driverKrishna Kurapati2024-04-231-34/+106
* | usb: dwc3: qcom: Add helper function to request wakeup interruptsKrishna Kurapati2024-04-231-29/+24
* | usb: dwc3: core: Refactor PHY logic to support Multiport ControllerKrishna Kurapati2024-04-233-84/+201
* | usb: dwc3: core: Skip setting event buffers for host only controllersKrishna Kurapati2024-04-231-0/+13
* | usb: dwc3: core: Access XHCI address space temporarily to read port infoKrishna Kurapati2024-04-232-0/+66
* | Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman2024-04-231-1/+2
|\|
| * usb: dwc3: ep0: Don't reset resource alloc flagThinh Nguyen2024-04-181-1/+2