summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/core.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-20USB: dwc3: clean up phy init error handlingJohan Hovold1-9/+9
2023-04-20USB: dwc3: clean up probe error labelsJohan Hovold1-23/+22
2023-04-20USB: dwc3: drop dead hibernation codeJohan Hovold1-102/+1
2023-04-20USB: dwc3: disable autosuspend on unbindJohan Hovold1-0/+2
2023-04-20USB: dwc3: fix runtime pm imbalance on unbindJohan Hovold1-0/+1
2023-04-20USB: dwc3: fix runtime pm imbalance on probe errorsJohan Hovold1-9/+5
2023-03-09usb: dwc3: core: add external vBus supply support for ulpi phyPiyush Mehta1-0/+12
2022-12-08usb: dwc3: core: defer probe on ulpi_read_id timeoutFerry Toth1-1/+6
2022-11-29usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_modeSven Peter1-6/+10
2022-11-08usb: dwc3: Do not get extcon device when usb-role-switch is usedJanne Grunau1-0/+10
2022-10-22usb: dwc3: Don't switch OTG -> peripheral if extcon is presentAndrey Smirnov1-1/+48