summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/dwc3-generic.c
AgeCommit message (Expand)Author
2022-07-12usb: dwc3: Add support to reset usb ULPI phyT Karthik Reddy
2022-05-20usb: dwc3: Fix non-usb3 configurationsJan Kiszka
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini
2022-04-22usb: dwc3: Add support for usb3-phy PHY configurationMichal Simek
2022-04-21usb: dwc3: Implement .glue_configure for i.MX8MPMarek Vasut
2022-04-21usb: dwc3: Rename .select_dr_mode to .glue_configureMarek Vasut
2022-02-16usb: dwc3: dwc3-generic: check the parent nodesAngus Ainslie
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass
2021-05-16usb: dwc3-generic: Disable host driver definition if gadget onlyKunihiko Hayashi
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2020-12-16x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-11-22usb: dwc3: Handle case where setup_phy is not neededSiva Durga Prasad Paladugu
2020-09-30usb: dwc3: Don't include asm-generic/io.hSean Anderson
2020-09-18usb: dwc3: Add Qualcomm DWC3 compatible stringRobert Marko
2020-05-30usb: dwc3: add make compatible for rockchip platformFrank Wang
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-12usb: dwc3: Add versal compatibility string to dwc3 glue idsSiva Durga Prasad Paladugu
2020-05-02usb: dwc3: use the phy bulk API to get physChunfeng Yun
2020-03-30usb: Migrate to support live DT for some driverKever Yang
2020-01-20dwc3-generic: Add support for AM654 USB controllerVignesh Raghavendra
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-10-31dwc3-generic: Don't fail probe if clk/reset entries are absentVignesh Raghavendra
2019-10-24usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: if no max speed is specified in DT, assume super speedJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: factorize codeJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: use platdataJean-Jacques Hiblot
2019-07-05usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glueJean-Jacques Hiblot
2019-07-05usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callbackJean-Jacques Hiblot
2018-12-14dwc3-generic: Add support for the am437xJean-Jacques Hiblot
2018-12-14usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"Jean-Jacques Hiblot
2018-12-07dwc3-generic: Add support for the TI DWC3 glueJean-Jacques Hiblot
2018-12-07dwc3-generic: Add select_dr_mode operationJean-Jacques Hiblot
2018-12-07dwc3-generic: Handle the PHYs, the clocks and the reset linesJean-Jacques Hiblot
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot
2018-12-07dwc3_generic: do not probe the USB device driver when it's boundJean-Jacques Hiblot
2018-12-07usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot
2018-12-07usb: introduce a separate config option for DM USB deviceJean-Jacques Hiblot
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay
2018-05-18usb: dwc3: Add generic DWC3 glue logic driverMichal Simek