summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* 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 headerSimon 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
* usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exitJean-Jacques Hiblot2019-10-241-5/+0
* usb: dwc3: switch to peripheral mode when exitingJean-Jacques Hiblot2019-10-241-0/+13
* drivers: usb: dwc3: setup phy before dwc3 core soft resetT Karthik Reddy2019-10-081-2/+2
* usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glueJean-Jacques Hiblot2019-07-051-1/+1
* usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callbackJean-Jacques Hiblot2019-07-051-1/+1
* usb: dwc3: Add Meson G12A USB GlueNeil Armstrong2019-05-093-0/+465
* dwc3-generic: Add support for the am437xJean-Jacques Hiblot2018-12-141-0/+1
* usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"Jean-Jacques Hiblot2018-12-141-0/+1
* usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski2018-12-142-2/+0
* dwc3-generic: Add support for the TI DWC3 glueJean-Jacques Hiblot2018-12-071-0/+85