aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-13usb: dwc3-of-simple: Drop redundant inclding header fileKever Yang1-1/+0
2020-04-09usb: Keep async schedule running only across mass storage xfersMarek Vasut3-14/+89
2020-03-18sunxi: Move common defconfig options to KconfigAndre Przywara1-0/+1
2020-03-01gadget: f_thor: add missing line breaks for pr_err()Seung-Woo Kim1-12/+12
2020-03-01dfu: Reset timeout in case of DFU requestAndy Shevchenko1-0/+5
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada4-4/+4
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2-4/+4
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass35-0/+38
2020-02-05dm: core: Require users of devres to include the headerSimon Glass23-0/+26
2020-02-05Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2-6/+8
2020-02-02usb: cdns3: ep0: Invalidate cache before reading Setup PacketVignesh Raghavendra1-0/+4
2020-01-29usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) supportMarek Szyprowski2-6/+8
2020-01-25usb: musb-new: mt85xx: add musb-new gadget driver.mingming lee3-1/+428
2020-01-20Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-0/+1
2020-01-20dwc3-generic: Add support for AM654 USB controllerVignesh Raghavendra1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass2-0/+2
2020-01-17common: Rename and move source()Simon Glass1-1/+1
2020-01-07usb: Drop use of BUG_ON() and WARN_ON()Simon Glass4-1/+13
2019-12-21usb: dwc3: Fix UTMI/UTMIW phy interface initializationJagan Teki2-16/+16
2019-12-21usb: cdns3: ep0: Fix build warnings related to cache opsVignesh Raghavendra1-0/+1
2019-12-02common: Move command functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass14-0/+16
2019-12-02common: Move serial_printf() to the serial headerSimon Glass6-1/+7
2019-11-25dm: test: usb: rework keyboard testHeinrich Schuchardt1-10/+17
2019-11-25usb: kbd: implement special keysHeinrich Schuchardt1-0/+6
2019-11-23Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi...Tom Rini3-0/+46