summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: core: Fix unused variable warning in core driverKrishna Kurapati2024-05-111-3/+0
* Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman2024-05-101-57/+38
|\
| * usb: dwc3: core: Prevent phy suspend during initThinh Nguyen2024-04-231-52/+38
* | usb: dwc3: core: Fix compile warning on s390 gcc in dwc3_get_phy callKrishna Kurapati2024-04-261-3/+3
* | usb: dwc3: core: Refactor PHY logic to support Multiport ControllerKrishna Kurapati2024-04-231-74/+181
* | 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-231-0/+61
* | usb: dwc3: Select 2.0 or 3.0 clk base on maximum_speedThinh Nguyen2024-04-181-4/+7
|/
* usb: dwc3: Properly set system wakeupThinh Nguyen2024-03-261-0/+2
* usb: dwc3: set pm runtime active before resume commonFrank Wang2024-01-041-3/+6
* usb: dwc3: core: set force_gen1 bit in USB31 devices if max speed is SSKrishna Kurapati2024-01-041-0/+12
* Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"Thinh Nguyen2024-01-021-2/+2
* Revert "usb: dwc3: Soft reset phy on probe for host"Thinh Nguyen2024-01-021-38/+1
* usb: dwc3: set the dma max_seg_sizeRicardo Ribalda2023-11-211-0/+2
* usb: dwc3: add optional PHY interface clocksSebastian Reichel2023-10-211-0/+28
* Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2023-10-161-1/+38
|\
| * usb: dwc3: Soft reset phy on probe for hostThinh Nguyen2023-10-021-1/+38
* | usb: dwc3: core: configure TX/RX threshold for DWC3_IPStanley Chang2023-10-021-36/+124
|/
* Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"Jakub Vanek2023-07-251-16/+0
* usb: dwc3: don't reset device side if dwc3 was configured as host-onlyJisheng Zhang2023-07-251-2/+2
* Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-031-4/+13
|\
| * Merge 6.4-rc4 into usb-nextGreg Kroah-Hartman2023-05-281-1/+1
| |\
| * | usb: core: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
| * | usb: dwc3: core: add support for realtek SoCs custom's global register start ...Stanley Chang2023-05-131-0/+11
* | | USB: dwc3: fix use-after-free on core driver unbindJohan Hovold2023-06-131-0/+5
| |/ |/|
* | usb: dwc3: fix a test for error in dwc3_core_init()Dan Carpenter2023-05-131-1/+1
|/
* usb: dwc3: core: add support for disabling High-speed park modeStanley Chang2023-04-201-0/+5
* USB: dwc3: clean up probe declarationsJohan Hovold2023-04-201-3/+1
* USB: dwc3: refactor clock lookupsJohan Hovold2023-04-201-55/+61
* USB: dwc3: refactor phy handlingJohan Hovold2023-04-201-57/+86
* USB: dwc3: clean up core init error handlingJohan Hovold2023-04-201-17/+13
* USB: dwc3: clean up phy init error handlingJohan Hovold2023-04-201-9/+9
* USB: dwc3: clean up probe error labelsJohan Hovold2023-04-201-23/+22
* USB: dwc3: drop dead hibernation codeJohan Hovold2023-04-201-102/+1
* USB: dwc3: disable autosuspend on unbindJohan Hovold2023-04-201-0/+2
* USB: dwc3: fix runtime pm imbalance on unbindJohan Hovold2023-04-201-0/+1
* USB: dwc3: fix runtime pm imbalance on probe errorsJohan Hovold2023-04-201-9/+5
* usb: dwc3: core: add external vBus supply support for ulpi phyPiyush Mehta2023-03-091-0/+12
* usb: dwc3: core: defer probe on ulpi_read_id timeoutFerry Toth2022-12-081-1/+6
* usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_modeSven Peter2022-11-291-6/+10
* usb: dwc3: Do not get extcon device when usb-role-switch is usedJanne Grunau2022-11-081-0/+10
* usb: dwc3: Don't switch OTG -> peripheral if extcon is presentAndrey Smirnov2022-10-221-1/+48
* Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"Andy Shevchenko2022-09-301-54/+1
* Revert "USB: fixup for merge issue with "usb: dwc3: Don't switch OTG -> perip...Andy Shevchenko2022-09-301-2/+7
* Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman2022-09-261-6/+7
|\
| * usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMAWilliam Wu2022-09-071-6/+7
* | usb: dwc3: core: fix some leaks in probeDan Carpenter2022-09-221-22/+36
* | usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resu...Piyush Mehta2022-09-221-0/+17
* | usb: dwc3: core: add gfladj_refclk_lpm_sel quirkAlexander Stein2022-09-221-1/+7
* | usb: dwc3: Remove DWC3 locking during gadget suspend/resumeWesley Cheng2022-09-071-4/+0
|/