aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-06-11usb: provide a device tree node to USB devicesMichael Walle1-5/+36
2020-06-02kconfig: fix typo for OHCI host and add to DM listMarcin Juszkiewicz1-2/+2
2020-06-02usb: ohci: Add header file for ARCH_DMA_MINALIGNSimon Glass1-0/+1
2020-05-31Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodi...Tom Rini7-244/+147
2020-05-30driver: usb: drop legacy rockchip xhci driverFrank Wang3-207/+0
2020-05-30usb: dwc3: add make compatible for rockchip platformFrank Wang1-6/+28
2020-05-29usb: ehci-mx6: Print error code on failureMarek Vasut1-2/+2
2020-05-29usb: ehci-mx6: Handle fixed regulators correctlyMarek Vasut1-2/+2
2020-05-29eth/r8152: fix assigning the wrong endpointHayes Wang1-6/+8
2020-05-29usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang3-31/+64
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-22eth/r8152: fix typo in register nameHayes Wang2-6/+6
2020-05-22usb: dwc3: fix NULL pointer issueChunfeng Yun1-3/+3
2020-05-22usb: ehci-omap: Add Support for DM_USB and OF_CONTROLAdam Ford1-3/+120
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass24-0/+24
2020-05-18common: Drop linux/delay.h from common headerSimon Glass60-0/+60
2020-05-18common: Drop linux/bug.h from common headerSimon Glass16-0/+16
2020-05-18common: Drop log.h from common headerSimon Glass78-0/+78
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass2-0/+2
2020-05-18common: Drop init.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop part.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop net.h from common headerSimon Glass12-0/+13
2020-05-18arm: Don't include common.h in header filesSimon Glass1-0/+7
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner2-2/+2
2020-05-15rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner2-2/+2
2020-05-14usb: gadget: g_dnl: add function g_dnl_set_productPatrick Delaunay1-0/+8
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-10usb: mx6: add fuse checkPeng Fan1-0/+16
2020-05-10Merge branch 'master' of git://git.denx.de/u-bootStefano Babic8-155/+359
2020-05-03usb: gadget: sdp: use CONFIG_SDP_LOADADDR as default load addressFrank Li2-2/+6
2020-05-02xhci: mediatek: Add support for MTK xHCI host controllerChunfeng Yun4-0/+320
2020-05-02usb: dwc2_udc_otg: use the phy bulk API to get physChunfeng Yun1-76/+17
2020-05-02usb: dwc3: use the phy bulk API to get physChunfeng Yun3-79/+22
2020-04-28Merge tag 'u-boot-amlogic-20200428' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+16
2020-04-28usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISCPatrice Chotard1-1/+1
2020-04-28usb: host: dwc2: add trace to have clean usb startPatrick Delaunay1-0/+2
2020-04-28usb: host: dwc2: force reset assertPatrick Delaunay1-0/+2
2020-04-28usb: host: dwc2: add clk supportPatrick Delaunay1-1/+29
2020-04-28usb: host: dwc2: add phy supportPatrick Delaunay1-0/+66
2020-04-28usb: ether: avoid NULL check before free()Heinrich Schuchardt1-2/+1
2020-04-28usb: avoid NULL check before freeHeinrich Schuchardt1-6/+3
2020-04-28usb: dwc3-meson-g12a: add power-on/off of the PHYsNeil Armstrong1-0/+16
2020-04-13drivers: usb: host: Add BRCM xHCI driverRayagonda Kokatanur3-0/+107
2020-04-13usb: Migrate to support live DT for some driverKever Yang10-53/+36
2020-04-13usb: ehci-msm: Use dev interface to get device addressKever Yang1-3/+1