summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-17usb: dwc3: Move GUID programming after PHY initializationSelvarasu Ganesan1-6/+6
2026-03-04usb: dwc3: gadget: Move vbus draw to workqueue contextPrashanth K1-1/+18
2026-01-23usb: dwc3: Check for USB4 IP_NAMEThinh Nguyen1-0/+2
2025-12-07drivers/usb/dwc3: fix PCI parent checkJamie Iles1-1/+2
2025-07-10usb: dwc3: Abort suspend on soft disconnect failureKuen-Han Tsai1-2/+7
2025-03-13usb: dwc3: gadget: Prevent irq storm when TH re-executesBadhri Jagan Sridharan1-10/+6
2025-03-13usb: dwc3: Set SUSPENDENABLE soon after phy initThinh Nguyen1-27/+42
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
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 Quadros1-0/+19
2024-10-04usb: dwc3: core: Stop processing of pending events if controller is haltedSelvarasu Ganesan1-3/+19
2024-10-04usb: dwc3: re-enable runtime PM after failed resumeRoy Luo1-5/+3
2024-09-03usb: dwc3: core: update LC timer as per USB Spec V3.2Faisal Hassan1-0/+15
2024-08-22usb: dwc3: core: Prevent USB core invalid event buffer address accessSelvarasu Ganesan1-0/+8
2024-07-10usb: dwc3: enable CCI support for AMD-xilinx DWC3 controllerRadhey Shyam Pandey1-0/+37
2024-07-03usb: dwc3: core: Check all ports when set phy suspendThinh Nguyen1-12/+17
2024-06-27usb: dwc3: core: Workaround for CSR read timeoutJos Wang1-1/+19
2024-06-20usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoi...Meng Li1-6/+0
2024-05-11usb: dwc3: core: Fix unused variable warning in core driverKrishna Kurapati1-3/+0
2024-05-10Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman1-57/+38
2024-04-26usb: dwc3: core: Fix compile warning on s390 gcc in dwc3_get_phy callKrishna Kurapati1-3/+3
2024-04-24usb: dwc3: core: Refactor PHY logic to support Multiport ControllerKrishna Kurapati1-74/+181
2024-04-24usb: dwc3: core: Skip setting event buffers for host only controllersKrishna Kurapati1-0/+13
2024-04-24usb: dwc3: core: Access XHCI address space temporarily to read port infoKrishna Kurapati1-0/+61
2024-04-24usb: dwc3: core: Prevent phy suspend during initThinh Nguyen1-52/+38
2024-04-18usb: dwc3: Select 2.0 or 3.0 clk base on maximum_speedThinh Nguyen1-4/+7
2024-03-26usb: dwc3: Properly set system wakeupThinh Nguyen1-0/+2
2024-01-04usb: dwc3: set pm runtime active before resume commonFrank Wang1-3/+6
2024-01-04usb: dwc3: core: set force_gen1 bit in USB31 devices if max speed is SSKrishna Kurapati1-0/+12
2024-01-02Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"Thinh Nguyen1-2/+2
2024-01-02Revert "usb: dwc3: Soft reset phy on probe for host"Thinh Nguyen1-38/+1
2023-11-21usb: dwc3: set the dma max_seg_sizeRicardo Ribalda1-0/+2
2023-10-21usb: dwc3: add optional PHY interface clocksSebastian Reichel1-0/+28
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman1-1/+38
2023-10-02usb: dwc3: core: configure TX/RX threshold for DWC3_IPStanley Chang1-36/+124
2023-10-02usb: dwc3: Soft reset phy on probe for hostThinh Nguyen1-1/+38
2023-07-25Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"Jakub Vanek1-16/+0
2023-07-25usb: dwc3: don't reset device side if dwc3 was configured as host-onlyJisheng Zhang1-2/+2
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+13
2023-06-13USB: dwc3: fix use-after-free on core driver unbindJohan Hovold1-0/+5
2023-05-28Merge 6.4-rc4 into usb-nextGreg Kroah-Hartman1-1/+1
2023-05-28usb: core: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-13usb: dwc3: fix a test for error in dwc3_core_init()Dan Carpenter1-1/+1
2023-05-13usb: dwc3: core: add support for realtek SoCs custom's global register start ...Stanley Chang1-0/+11
2023-04-20usb: dwc3: core: add support for disabling High-speed park modeStanley Chang1-0/+5
2023-04-20USB: dwc3: clean up probe declarationsJohan Hovold1-3/+1
2023-04-20USB: dwc3: refactor clock lookupsJohan Hovold1-55/+61
2023-04-20USB: dwc3: refactor phy handlingJohan Hovold1-57/+86
2023-04-20USB: dwc3: clean up core init error handlingJohan Hovold1-17/+13