summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/core.c
AgeCommit message (Expand)Author
2025-03-04usb: dwc3: Set SUSPENDENABLE soon after phy initThinh Nguyen
2025-03-03usb: dwc3: gadget: Prevent irq storm when TH re-executesBadhri Jagan Sridharan
2025-01-17usb: dwc3: core: Defer the probe until USB power supply readyKyle Tso
2025-01-11usb: dwc3: Skip resume if pm_runtime_set_active() failsRay Chi
2024-12-04usb: dwc3: core: Disable USB2 retry for DWC_usb31 1.80a and priorFaisal Hassan
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-11-13usb: dwc3: core: Set force_gen1 bit for all applicable SuperSpeed portsKrishna Kurapati
2024-11-05usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros
2024-11-05usb: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)
2024-10-21Merge 6.12-rc4 into usb-nextGreg Kroah-Hartman
2024-10-16usb: dwc3: core: Fix system suspend on TI AM62 platformsRoger Quadros
2024-10-14Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman
2024-10-04usb: dwc3: core: Stop processing of pending events if controller is haltedSelvarasu Ganesan
2024-10-04usb: dwc3: re-enable runtime PM after failed resumeRoy Luo
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-04usb: dwc3: Correct some typos in commentsShen Lichuan
2024-09-03usb: dwc3: core: update LC timer as per USB Spec V3.2Faisal Hassan
2024-08-22usb: dwc3: core: Prevent USB core invalid event buffer address accessSelvarasu Ganesan
2024-07-10usb: dwc3: enable CCI support for AMD-xilinx DWC3 controllerRadhey Shyam Pandey
2024-07-03usb: dwc3: core: Check all ports when set phy suspendThinh Nguyen
2024-06-27usb: dwc3: core: Workaround for CSR read timeoutJos Wang
2024-06-20usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoi...Meng Li
2024-05-11usb: dwc3: core: Fix unused variable warning in core driverKrishna Kurapati
2024-05-10Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman
2024-04-26usb: dwc3: core: Fix compile warning on s390 gcc in dwc3_get_phy callKrishna Kurapati
2024-04-23usb: dwc3: core: Refactor PHY logic to support Multiport ControllerKrishna Kurapati
2024-04-23usb: dwc3: core: Skip setting event buffers for host only controllersKrishna Kurapati
2024-04-23usb: dwc3: core: Access XHCI address space temporarily to read port infoKrishna Kurapati
2024-04-23usb: dwc3: core: Prevent phy suspend during initThinh Nguyen
2024-04-18usb: dwc3: Select 2.0 or 3.0 clk base on maximum_speedThinh Nguyen
2024-03-26usb: dwc3: Properly set system wakeupThinh Nguyen
2024-01-04usb: dwc3: set pm runtime active before resume commonFrank Wang
2024-01-04usb: dwc3: core: set force_gen1 bit in USB31 devices if max speed is SSKrishna Kurapati
2024-01-02Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"Thinh Nguyen
2024-01-02Revert "usb: dwc3: Soft reset phy on probe for host"Thinh Nguyen
2023-11-21usb: dwc3: set the dma max_seg_sizeRicardo Ribalda
2023-10-21usb: dwc3: add optional PHY interface clocksSebastian Reichel
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman
2023-10-02usb: dwc3: core: configure TX/RX threshold for DWC3_IPStanley Chang
2023-10-02usb: dwc3: Soft reset phy on probe for hostThinh Nguyen
2023-07-25Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"Jakub Vanek
2023-07-25usb: dwc3: don't reset device side if dwc3 was configured as host-onlyJisheng Zhang
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-06-13USB: dwc3: fix use-after-free on core driver unbindJohan Hovold
2023-05-28Merge 6.4-rc4 into usb-nextGreg Kroah-Hartman
2023-05-28usb: core: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-13usb: dwc3: fix a test for error in dwc3_core_init()Dan Carpenter
2023-05-13usb: dwc3: core: add support for realtek SoCs custom's global register start ...Stanley Chang
2023-04-20usb: dwc3: core: add support for disabling High-speed park modeStanley Chang
2023-04-20USB: dwc3: clean up probe declarationsJohan Hovold