summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: 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
2020-09-30usb: dwc3: ti: Fix not calling dev_err with a deviceSean Anderson1-2/+2
2020-09-30usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson3-18/+21
2020-09-18usb: dwc3: Add Qualcomm DWC3 compatible stringRobert Marko1-0/+1
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-05-30usb: dwc3: add make compatible for rockchip platformFrank Wang1-6/+28
2020-05-29usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang2-31/+39
2020-05-29usb: dwc3: Enable AutoRetry feature in the controllerJagan Teki2-0/+12
2020-05-29usb: dwc3: Add disable u2mac linestate check quirkJagan Teki2-0/+27
2020-05-29usb: dwc3: add dis_u2_freeclk_exists_quirkFrank Wang2-0/+8
2020-05-29usb: dwc3: add dis_enblslpm_quirkFrank Wang2-0/+8
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop linux/delay.h from common headerSimon Glass5-0/+5
2020-05-19common: Drop linux/bug.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-12usb: dwc3: Add versal compatibility string to dwc3 glue idsSiva Durga Prasad Paladugu1-0/+1
2020-05-12usb: dwc3: add dis_del_phy_power_chg_quirkJagan Teki2-0/+7
2020-05-02usb: dwc3: use the phy bulk API to get physChunfeng Yun2-75/+19
2020-04-28usb: dwc3-meson-g12a: add power-on/off of the PHYsNeil Armstrong1-0/+16
2020-03-30usb: Migrate to support live DT for some driverKever Yang2-10/+8
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2-2/+2
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-3/+3
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass6-0/+6
2020-02-06dm: core: Require users of devres to include the headerSimon Glass4-0/+5
2020-01-20dwc3-generic: Add support for AM654 USB controllerVignesh Raghavendra1-0/+1
2019-12-21usb: dwc3: Fix UTMI/UTMIW phy interface initializationJagan Teki2-16/+16
2019-12-03common: Move ARM cache operations out of common.hSimon Glass5-0/+5
2019-11-23usb: dwc3: Add phy interface for dwc3_ubootJagan Teki2-0/+39
2019-10-31dwc3: flush cache only if there is a buffer attached to a requestMarek Szyprowski1-1/+2
2019-10-31dwc3-generic: Don't fail probe if clk/reset entries are absentVignesh Raghavendra1-2/+2
2019-10-24usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot2-18/+4
2019-10-24usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot3-1/+71
2019-10-24usb: dwc3-generic: if no max speed is specified in DT, assume super speedJean-Jacques Hiblot1-2/+2
2019-10-24usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot2-2/+54
2019-10-24usb: dwc3-generic: factorize codeJean-Jacques Hiblot1-20/+35
2019-10-24usb: dwc3-generic: use platdataJean-Jacques Hiblot1-14/+23
2019-10-24usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exitJean-Jacques Hiblot1-5/+0
2019-10-24usb: dwc3: switch to peripheral mode when exitingJean-Jacques Hiblot1-0/+13
2019-10-08drivers: usb: dwc3: setup phy before dwc3 core soft resetT Karthik Reddy1-2/+2
2019-07-05usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glueJean-Jacques Hiblot1-1/+1
2019-07-05usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callbackJean-Jacques Hiblot1-1/+1
2019-05-09usb: dwc3: Add Meson G12A USB GlueNeil Armstrong3-0/+465
2018-12-14dwc3-generic: Add support for the am437xJean-Jacques Hiblot1-0/+1