summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* eth/r8152: update the firmwareHayes Wang2020-06-142-224/+265
* kconfig: fix typo for OHCI host and add to DM listMarcin Juszkiewicz2020-06-021-2/+2
* usb: ohci: Add header file for ARCH_DMA_MINALIGNSimon Glass2020-06-021-0/+1
* Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-05-317-244/+147
|\
| * driver: usb: drop legacy rockchip xhci driverFrank Wang2020-05-303-207/+0
| * usb: dwc3: add make compatible for rockchip platformFrank Wang2020-05-301-6/+28
| * usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang2020-05-293-31/+64
| * 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
* | usb: ehci-mx6: Print error code on failureMarek Vasut2020-05-291-2/+2
* | usb: ehci-mx6: Handle fixed regulators correctlyMarek Vasut2020-05-291-2/+2
* | eth/r8152: fix assigning the wrong endpointHayes Wang2020-05-291-6/+8
|/
* eth/r8152: fix typo in register nameHayes Wang2020-05-222-6/+6
* usb: dwc3: fix NULL pointer issueChunfeng Yun2020-05-221-3/+3
* usb: ehci-omap: Add Support for DM_USB and OF_CONTROLAdam Ford2020-05-221-3/+120
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-1824-0/+24
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1860-0/+60
* common: Drop linux/bug.h from common headerSimon Glass2020-05-1816-0/+16
* 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