summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-1878-0/+78
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-0/+2
* common: Drop init.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop part.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop net.h from common headerSimon Glass2020-05-1812-0/+13
* arm: Don't include common.h in header filesSimon Glass2020-05-181-0/+7
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-1/+1
* rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner2020-05-152-2/+2
* rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner2020-05-152-2/+2
* usb: gadget: g_dnl: add function g_dnl_set_productPatrick Delaunay2020-05-141-0/+8
* 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: mx6: add fuse checkPeng Fan2020-05-101-0/+16
* Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2020-05-108-155/+359
|\
| * xhci: mediatek: Add support for MTK xHCI host controllerChunfeng Yun2020-05-024-0/+320
| * usb: dwc2_udc_otg: use the phy bulk API to get physChunfeng Yun2020-05-021-76/+17
| * usb: dwc3: use the phy bulk API to get physChunfeng Yun2020-05-023-79/+22
* | usb: gadget: sdp: use CONFIG_SDP_LOADADDR as default load addressFrank Li2020-05-032-2/+6
|/
* Merge tag 'u-boot-amlogic-20200428' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-04-281-0/+16
|\
| * usb: dwc3-meson-g12a: add power-on/off of the PHYsNeil Armstrong2020-04-281-0/+16
* | usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISCPatrice Chotard2020-04-281-1/+1
* | usb: host: dwc2: add trace to have clean usb startPatrick Delaunay2020-04-281-0/+2
* | usb: host: dwc2: force reset assertPatrick Delaunay2020-04-281-0/+2
* | usb: host: dwc2: add clk supportPatrick Delaunay2020-04-281-1/+29
* | usb: host: dwc2: add phy supportPatrick Delaunay2020-04-281-0/+66
* | usb: ether: avoid NULL check before free()Heinrich Schuchardt2020-04-281-2/+1
* | usb: avoid NULL check before freeHeinrich Schuchardt2020-04-281-6/+3
|/
* drivers: usb: host: Add BRCM xHCI driverRayagonda Kokatanur2020-04-133-0/+107
* usb: Migrate to support live DT for some driverKever Yang2020-04-1310-53/+36
* usb: ehci-msm: Use dev interface to get device addressKever Yang2020-04-131-3/+1
* usb: dwc3-of-simple: Drop redundant inclding header fileKever Yang2020-04-131-1/+0
* usb: Keep async schedule running only across mass storage xfersMarek Vasut2020-04-093-14/+89
* sunxi: Move common defconfig options to KconfigAndre Przywara2020-03-181-0/+1
* gadget: f_thor: add missing line breaks for pr_err()Seung-Woo Kim2020-03-011-12/+12
* dfu: Reset timeout in case of DFU requestAndy Shevchenko2020-03-011-0/+5
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-194-4/+4
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-192-4/+4
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0535-0/+38
* dm: core: Require users of devres to include the headerSimon Glass2020-02-0523-0/+26
* Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-02-052-6/+8
|\
| * usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) supportMarek Szyprowski2020-01-292-6/+8
* | usb: cdns3: ep0: Invalidate cache before reading Setup PacketVignesh Raghavendra2020-02-021-0/+4
|/
* usb: musb-new: mt85xx: add musb-new gadget driver.mingming lee2020-01-253-1/+428
* Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-01-201-0/+1
|\
| * dwc3-generic: Add support for AM654 USB controllerVignesh Raghavendra2020-01-201-0/+1
* | common: Move hang() to the same header as panic()Simon Glass2020-01-172-0/+2
* | common: Rename and move source()Simon Glass2020-01-171-1/+1
|/
* usb: Drop use of BUG_ON() and WARN_ON()Simon Glass2020-01-074-1/+13
* usb: dwc3: Fix UTMI/UTMIW phy interface initializationJagan Teki2019-12-212-16/+16
* usb: cdns3: ep0: Fix build warnings related to cache opsVignesh Raghavendra2019-12-211-0/+1