aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2023-03-02usb: dwc3-meson-g12a: Select PHY instead of imply PHYMarek Vasut1-2/+2
2023-02-27Merge tag 'v2023.04-rc3' into nextTom Rini1-19/+19
2023-02-23usb: dwc3-uniphier: Select PHYMarek Vasut1-0/+1
2023-02-22usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3Kunihiko Hayashi2-42/+78
2023-02-22usb: dwc3-generic: Add the size of regs property to glue structureKunihiko Hayashi2-1/+2
2023-02-22usb: dwc3-generic: Export glue structures and functionsKunihiko Hayashi2-14/+36
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
2023-01-20usb: dwc3-meson-gxl: force mode on child add/removalNeil Armstrong1-0/+18
2023-01-17usb: dwc3-meson-g12a: force mode on child add/removalMattijs Korpershoek1-0/+18
2022-11-27usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT propertyMarek Vasut1-4/+0
2022-11-27usb: dwc3: Program GFLADJSean Anderson2-0/+44
2022-11-27usb: dwc3: Calculate REFCLKPER based on reference clockSean Anderson1-2/+13
2022-11-27usb: dwc3: reference clock period configurationBalaji Prakash J2-0/+33
2022-11-27usb: dwc3: Cache ref_clk pointer in struct dwc3Marek Vasut2-0/+12
2022-07-15usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driverAngus Ainslie2-1/+8
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: core: stop the core when it's removedAngus Ainslie1-0/+9
2022-02-16usb: dwc3: dwc3-generic: check the parent nodesAngus Ainslie1-5/+20
2021-11-09usb: dwc3: add layerscape supportMichael Walle3-0/+233
2021-11-09usb: dwc3: Enable undefined length INCR burst typeMichael Walle2-0/+85
2021-11-09usb: dwc3: Add frame length adjustment quirkMichael Walle2-0/+32
2021-10-07usb: dwc3: meson-gxl: add AXG compatibleNeil Armstrong1-0/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2-7/+7
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass1-2/+2
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini1-1/+1
2021-05-16usb: dwc3-generic: Disable host driver definition if gadget onlyKunihiko Hayashi1-1/+2
2021-05-14usb: dwc3-meson-g12a: skip phy on -ENODATA aswellNeil Armstrong1-1/+1
2021-04-12lib: string: Implement strlcatSean Anderson1-6/+0
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini4-6/+6
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini2-3/+1
2021-01-05dm: core: Access device ofnode through functionsSimon Glass4-6/+6
2020-12-16x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko1-0/+1
2020-12-14usb: dwc3-meson-g12a: always configure dr-modeMarek Szyprowski1-3/+0
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 Glass3-12/+12
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass3-5/+5
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass3-7/+7
2020-11-22usb: dwc3: Handle case where setup_phy is not neededSiva Durga Prasad Paladugu1-1/+1
2020-10-06Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodia...Tom Rini3-0/+434
2020-10-05usb: dwc3: add Amlogic GXL & GXL DWC3 GlueNeil Armstrong3-0/+434
2020-09-30usb: dwc3: Don't include asm-generic/io.hSean Anderson1-1/+0