aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/dwc3-generic.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3-generic: Use combined glue and ctrl node for RK3588Jonas Karlman2023-12-011-0/+1
* common: Drop linux/printk.h from common headerSimon Glass2023-09-241-0/+1
* usb: dwc3: Use generic_phy_valid() helperJonas Karlman2023-09-131-3/+1
* usb: dwc3: Fix remove function if there is no ulpi_reset gpioVenkatesh Yadav Abbarapu2023-08-251-1/+2
* usb: dwc3-generic: Restrict single ctrl node for RK3328Jagan Teki2023-07-311-1/+1
* usb: dwc3-generic: Add rk3568 supportJonas Karlman2023-07-311-0/+14
* usb: dwc3-generic: Relax unsupported dr_mode checkJonas Karlman2023-07-311-19/+8
* usb: dwc3-generic: Return early when there is no child nodeJonas Karlman2023-07-311-3/+3
* usb: dwc3-generic: Ensure reset GPIO is configured as an outputPeter Korsgaard2023-07-031-1/+1
* Merge tag 'v2023.04-rc3' into nextTom Rini2023-02-271-19/+19
|\
| * usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpioVenkatesh Yadav Abbarapu2023-02-221-19/+19
* | usb: dwc3-generic: Add the size of regs property to glue structureKunihiko Hayashi2023-02-221-1/+1
* | usb: dwc3-generic: Export glue structures and functionsKunihiko Hayashi2023-02-221-14/+4
* | usb: dwc3-generic: Add clock initialization in child DT nodeKunihiko Hayashi2023-02-221-0/+6
* | usb: dwc3-generic: Allow different controller DT node patternKunihiko Hayashi2023-02-221-36/+57
* | usb: dwc3: Look up reference clock DT phandle in both controller DT nodesMarek Vasut2023-02-221-0/+17
|/
* usb: dwc3: Cache ref_clk pointer in struct dwc3Marek Vasut2022-11-271-0/+9
* usb: dwc3: Add support to reset usb ULPI phyT Karthik Reddy2022-07-121-0/+30
* usb: dwc3: Fix non-usb3 configurationsJan Kiszka2022-05-201-1/+3
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2022-04-221-0/+18
|\
| * usb: dwc3: Add support for usb3-phy PHY configurationMichal Simek2022-04-221-0/+18
* | usb: dwc3: Implement .glue_configure for i.MX8MPMarek Vasut2022-04-211-0/+52
* | usb: dwc3: Rename .select_dr_mode to .glue_configureMarek Vasut2022-04-211-5/+5
|/
* usb: dwc3: dwc3-generic: check the parent nodesAngus Ainslie2022-02-161-5/+20
* Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2021-07-281-2/+2
* usb: dwc3-generic: Disable host driver definition if gadget onlyKunihiko Hayashi2021-05-161-1/+2
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-051-3/+3
|\
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-051-3/+3
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-0/+1
|\ \ | |/ |/|
| * x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko2020-12-161-0/+1
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-3/+3
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-6/+6
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-3/+3
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-5/+5
|/
* usb: dwc3: Handle case where setup_phy is not neededSiva Durga Prasad Paladugu2020-11-221-1/+1
* usb: dwc3: Don't include asm-generic/io.hSean Anderson2020-09-301-1/+0
* usb: dwc3: Add Qualcomm DWC3 compatible stringRobert Marko2020-09-181-0/+1
* usb: dwc3: add make compatible for rockchip platformFrank Wang2020-05-301-6/+28
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* usb: dwc3: Add versal compatibility string to dwc3 glue idsSiva Durga Prasad Paladugu2020-05-121-0/+1
* usb: dwc3: use the phy bulk API to get physChunfeng Yun2020-05-021-4/+3
* usb: Migrate to support live DT for some driverKever Yang2020-03-301-9/+7
* dwc3-generic: Add support for AM654 USB controllerVignesh Raghavendra2020-01-201-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* dwc3-generic: Don't fail probe if clk/reset entries are absentVignesh Raghavendra2019-10-311-2/+2
* usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot2019-10-241-1/+5
* usb: dwc3-generic: if no max speed is specified in DT, assume super speedJean-Jacques Hiblot2019-10-241-2/+2
* usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot2019-10-241-1/+53
* usb: dwc3-generic: factorize codeJean-Jacques Hiblot2019-10-241-20/+35