summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)13 days1-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
* | usb: dwc3: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon2024-04-181-10/+3
* | usb: dwc3: Select 2.0 or 3.0 clk base on maximum_speedThinh Nguyen2024-04-181-4/+7
* | usb: dwc3: pci: Don't set "linux,phy_charger_detect" property on Lenovo Yoga ...Hans de Goede2024-04-091-1/+7
|/
* usb: dwc3: pci: Drop duplicate IDHeikki Krogerus2024-03-261-2/+0
* usb: dwc3: Properly set system wakeupThinh Nguyen2024-03-264-0/+25
* usb: dwc3: core: Add DWC31 version 2.00a controllerWesley Cheng2024-03-051-0/+1
* usb: dwc3-am62: add workaround for Errata i2409Roger Quadros2024-03-051-1/+18
* usb: dwc3-am62: Fix PHY core voltage selectionRoger Quadros2024-03-051-1/+9
* usb: dwc3-am62: Disable wakeup at removeRoger Quadros2024-03-051-0/+1
* usb: dwc3-am62: fix module unload/reload behaviorRoger Quadros2024-03-051-10/+2
* usb: dwc3: of-simple: Add compatible for hi3798mv200 DWC3 controllerYang Xiwen2024-03-051-0/+1
* usb: dwc3: qcom: Remove ACPI support from glue driverKrishna Kurapati2024-03-052-265/+13
* Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman2024-02-261-0/+5
|\
| * usb: dwc3: gadget: Don't disconnect if not startedThinh Nguyen2024-02-191-0/+5
* | Merge 6.8-rc5 into usb-nextGreg Kroah-Hartman2024-02-193-9/+0
|\|
| * Revert "usb: dwc3: Support EBC feature of DWC_usb31"Thinh Nguyen2024-02-093-9/+0
* | usb: dwc3: apply snps,host-vbus-glitches workaround unconditionallyFrank Li2024-02-173-7/+1
* | usb: dwc3: Fix an IS_ERR() vs NULL check in dwc3_power_off_all_roothub_ports()Dan Carpenter2024-02-171-1/+1
* | usb: dwc3: gadget: Remove redundant assignment to pointer trbColin Ian King2024-02-171-1/+1
* | usb: dwc3: gadget: Rewrite endpoint allocation flowThinh Nguyen2024-02-174-51/+41
* | Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman2024-02-043-5/+9
|\|
| * usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspendUttkarsh Aggarwal2024-01-271-4/+2
| * usb: dwc3: pci: add support for the Intel Arrow Lake-HHeikki Krogerus2024-01-271-0/+4
| * usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K2024-01-271-1/+3
* | usb: dwc3: Add workaround for host mode VBUS glitch when bootRan Wang2024-01-273-0/+56
* | usb: dwc3-of-simple: Stop using of_reset_control_array_get() directlyPhilipp Zabel2024-01-271-2/+1
|/
* usb: dwc3: qcom: Rename hs_phy_irq to qusb2_phy_irqKrishna Kurapati2024-01-041-11/+11
* usb: dwc3: gadget: Queue PM runtime idle on disconnect eventWesley Cheng2024-01-041-0/+7
* usb: dwc3: set pm runtime active before resume commonFrank Wang2024-01-041-3/+6
* usb: dwc3: Support EBC feature of DWC_usb31Manan Aurora2024-01-043-0/+9
* usb: dwc3: core: set force_gen1 bit in USB31 devices if max speed is SSKrishna Kurapati2024-01-042-0/+17
* usb: dwc: ep0: Update request status in dwc3_ep0_stall_restartUttkarsh Aggarwal2024-01-041-1/+4
* usb: dwc3: gadget: Handle EP0 request dequeuing properlyWesley Cheng2024-01-041-1/+11
* Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"Thinh Nguyen2024-01-021-2/+2