aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/dwc3/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-04usb: dwc3: Set SUSPENDENABLE soon after phy initThinh Nguyen1-27/+42
2025-03-03usb: dwc3: gadget: Prevent irq storm when TH re-executesBadhri Jagan Sridharan1-10/+6
2025-01-17usb: dwc3: core: Defer the probe until USB power supply readyKyle Tso1-9/+21
2025-01-11usb: dwc3: Skip resume if pm_runtime_set_active() failsRay Chi1-1/+4
2024-12-04usb: dwc3: core: Disable USB2 retry for DWC_usb31 1.80a and priorFaisal Hassan1-0/+20
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-6/+10
2024-11-13usb: dwc3: core: Set force_gen1 bit for all applicable SuperSpeed portsKrishna Kurapati1-3/+7
2024-11-05usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros1-13/+12
2024-11-05usb: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)1-1/+1
2024-10-21Merge 6.12-rc4 into usb-nextGreg Kroah-Hartman1-0/+19
2024-10-16usb: dwc3: core: Fix system suspend on TI AM62 platformsRoger Quadros1-0/+19
2024-10-14Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman1-8/+22
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-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-04usb: dwc3: Correct some typos in commentsShen Lichuan1-1/+1
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 avoid deadlockMeng 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-23usb: dwc3: core: Refactor PHY logic to support Multiport ControllerKrishna Kurapati1-74/+181
2024-04-23usb: dwc3: core: Skip setting event buffers for host only controllersKrishna Kurapati1-0/+13
2024-04-23usb: dwc3: core: Access XHCI address space temporarily to read port infoKrishna Kurapati1-0/+61
2024-04-23usb: 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/gregkh/usbLinus 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 addressStanley 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