summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-054-6/+6
|\
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-054-6/+6
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-052-3/+1
|\ \ | |/ |/|
| * x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko2020-12-161-0/+1
| * usb: dwc3-meson-g12a: always configure dr-modeMarek Szyprowski2020-12-141-3/+0
* | 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-133-12/+12
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-133-5/+5
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-133-7/+7
|/
* usb: dwc3: Handle case where setup_phy is not neededSiva Durga Prasad Paladugu2020-11-221-1/+1
* Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-10-063-0/+434
|\
| * usb: dwc3: add Amlogic GXL & GXL DWC3 GlueNeil Armstrong2020-10-053-0/+434
* | usb: dwc3: Don't include asm-generic/io.hSean Anderson2020-09-301-1/+0
* | usb: dwc3: ti: Fix not calling dev_err with a deviceSean Anderson2020-09-301-2/+2
* | usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-303-18/+21
* | usb: dwc3: Add Qualcomm DWC3 compatible stringRobert Marko2020-09-181-0/+1
|/
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* usb: dwc3: add make compatible for rockchip platformFrank Wang2020-05-301-6/+28
* usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang2020-05-292-31/+39
* usb: dwc3: Enable AutoRetry feature in the controllerJagan Teki2020-05-292-0/+12
* usb: dwc3: Add disable u2mac linestate check quirkJagan Teki2020-05-292-0/+27
* usb: dwc3: add dis_u2_freeclk_exists_quirkFrank Wang2020-05-292-0/+8
* usb: dwc3: add dis_enblslpm_quirkFrank Wang2020-05-292-0/+8
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-183-0/+3
* common: Drop linux/delay.h from common headerSimon Glass2020-05-185-0/+5
* common: Drop linux/bug.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* usb: dwc3: Add versal compatibility string to dwc3 glue idsSiva Durga Prasad Paladugu2020-05-121-0/+1
* usb: dwc3: add dis_del_phy_power_chg_quirkJagan Teki2020-05-122-0/+7
* usb: dwc3: use the phy bulk API to get physChunfeng Yun2020-05-022-75/+19
* usb: dwc3-meson-g12a: add power-on/off of the PHYsNeil Armstrong2020-04-281-0/+16
* usb: Migrate to support live DT for some driverKever Yang2020-03-302-10/+8
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-192-2/+2
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-191-3/+3
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-056-0/+6
* dm: core: Require users of devres to include the headerSimon Glass2020-02-054-0/+5
* dwc3-generic: Add support for AM654 USB controllerVignesh Raghavendra2020-01-201-0/+1
* usb: dwc3: Fix UTMI/UTMIW phy interface initializationJagan Teki2019-12-212-16/+16
* common: Move ARM cache operations out of common.hSimon Glass2019-12-025-0/+5
* usb: dwc3: Add phy interface for dwc3_ubootJagan Teki2019-11-232-0/+39
* dwc3: flush cache only if there is a buffer attached to a requestMarek Szyprowski2019-10-311-1/+2
* dwc3-generic: Don't fail probe if clk/reset entries are absentVignesh Raghavendra2019-10-311-2/+2
* usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot2019-10-242-18/+4
* usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot2019-10-243-1/+71
* 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-242-2/+54
* usb: dwc3-generic: factorize codeJean-Jacques Hiblot2019-10-241-20/+35
* usb: dwc3-generic: use platdataJean-Jacques Hiblot2019-10-241-14/+23