aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/dwc3-generic.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-22drivers: usb: Remove duplicate newlinesMarek Vasut1-1/+0
2024-07-05usb: gadget: dwc3: Convert interrupt handling to usb_gadget_generic_opsMarek Vasut1-9/+14
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07usb: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-03-21usb: dwc3-generic: implement Qualcomm wrapperCaleb Connolly1-1/+80
2024-03-01usb: dwc3-generic: support external vbus regulatorCaleb Connolly1-3/+21
2023-12-01usb: dwc3-generic: Use combined glue and ctrl node for RK3588Jonas Karlman1-0/+1
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-13usb: dwc3: Use generic_phy_valid() helperJonas Karlman1-3/+1
2023-08-25usb: dwc3: Fix remove function if there is no ulpi_reset gpioVenkatesh Yadav Abbarapu1-1/+2
2023-07-31usb: dwc3-generic: Restrict single ctrl node for RK3328Jagan Teki1-1/+1
2023-07-31usb: dwc3-generic: Add rk3568 supportJonas Karlman1-0/+14
2023-07-31usb: dwc3-generic: Relax unsupported dr_mode checkJonas Karlman1-19/+8
2023-07-31usb: dwc3-generic: Return early when there is no child nodeJonas Karlman1-3/+3
2023-07-03usb: dwc3-generic: Ensure reset GPIO is configured as an outputPeter Korsgaard1-1/+1
2023-02-27Merge tag 'v2023.04-rc3' into nextTom Rini1-19/+19
2023-02-22usb: dwc3-generic: Add the size of regs property to glue structureKunihiko Hayashi1-1/+1
2023-02-22usb: dwc3-generic: Export glue structures and functionsKunihiko Hayashi1-14/+4
2023-02-22usb: dwc3-generic: Add clock initialization in child DT nodeKunihiko Hayashi1-0/+6
2023-02-22usb: dwc3-generic: Allow different controller DT node patternKunihiko Hayashi1-36/+57
2023-02-22usb: dwc3: Look up reference clock DT phandle in both controller DT nodesMarek Vasut1-0/+17
2023-02-22usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpioVenkatesh Yadav Abbarapu1-19/+19
2022-11-27usb: dwc3: Cache ref_clk pointer in struct dwc3Marek Vasut1-0/+9
2022-07-12usb: dwc3: Add support to reset usb ULPI phyT Karthik Reddy1-0/+30
2022-05-20usb: dwc3: Fix non-usb3 configurationsJan Kiszka1-1/+3
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini1-0/+18
2022-04-22usb: dwc3: Add support for usb3-phy PHY configurationMichal Simek1-0/+18
2022-04-21usb: dwc3: Implement .glue_configure for i.MX8MPMarek Vasut1-0/+52
2022-04-21usb: dwc3: Rename .select_dr_mode to .glue_configureMarek Vasut1-5/+5
2022-02-16usb: dwc3: dwc3-generic: check the parent nodesAngus Ainslie1-5/+20
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass1-2/+2
2021-05-16usb: dwc3-generic: Disable host driver definition if gadget onlyKunihiko Hayashi1-1/+2
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini1-3/+3
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini1-0/+1
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-3/+3
2020-12-16x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko1-0/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-6/+6
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-5/+5
2020-11-22usb: dwc3: Handle case where setup_phy is not neededSiva Durga Prasad Paladugu1-1/+1
2020-09-30usb: dwc3: Don't include asm-generic/io.hSean Anderson1-1/+0
2020-09-18usb: dwc3: Add Qualcomm DWC3 compatible stringRobert Marko1-0/+1
2020-05-30usb: dwc3: add make compatible for rockchip platformFrank Wang1-6/+28
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-12usb: dwc3: Add versal compatibility string to dwc3 glue idsSiva Durga Prasad Paladugu1-0/+1
2020-05-02usb: dwc3: use the phy bulk API to get physChunfeng Yun1-4/+3
2020-03-30usb: Migrate to support live DT for some driverKever Yang1-9/+7