[U-Boot] [PULL] u-boot-usb/master
Marek Vasut
marex at denx.de
Sun May 20 10:06:00 UTC 2018
The following changes since commit 233719cc40b5a00f37949d4173c190edcb4491a1:
Merge git://www.denx.de/git/u-boot-marvell (2018-05-17 12:38:30 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 0ad3f771b69c0db837f40f6ffd5d41915fc07095:
drivers: usb: dwc3: remove devm_zalloc from linux_compact (2018-05-18
13:37:02 +0200)
----------------------------------------------------------------
Michal Simek (4):
usb: dwc3: Add generic DWC3 glue logic driver
usb: xhci: zynqmp: Add support for DM_USB
arm64: zynqmp: Use DWC3 generic driver and DM_USB
usb: xhci: zynqmp: Remove support for !DM_USB
Mugunthan V N (3):
usb: dwc3: Add dwc3_init/remove with DM_USB
usb: common: add support to get maximum speed from dt
drivers: usb: dwc3: remove devm_zalloc from linux_compact
Patrice Chotard (1):
phy: add support for STM32 usb phy controller
Seung-Woo Kim (2):
gadget: f_thor: fix filename overflow
gadget: f_thor: update to support more than 4GB file as thor 5.0
Documentation/devicetree/bindings/phy/phy-stm32-usbphyc.txt | 73
+++++++++++++++++++++++
arch/arm/include/asm/arch-zynqmp/hardware.h | 3 -
board/xilinx/zynqmp/zynqmp.c | 46
---------------
configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 +
configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 1 +
configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig | 1 +
configs/xilinx_zynqmp_zcu100_revC_defconfig | 1 +
configs/xilinx_zynqmp_zcu102_rev1_0_defconfig | 1 +
configs/xilinx_zynqmp_zcu102_revA_defconfig | 1 +
configs/xilinx_zynqmp_zcu102_revB_defconfig | 1 +
configs/xilinx_zynqmp_zcu104_revA_defconfig | 1 +
configs/xilinx_zynqmp_zcu104_revC_defconfig | 1 +
configs/xilinx_zynqmp_zcu106_revA_defconfig | 1 +
configs/xilinx_zynqmp_zcu111_revA_defconfig | 1 +
drivers/phy/Kconfig | 13 +++++
drivers/phy/Makefile | 1 +
drivers/phy/phy-stm32-usbphyc.c | 402
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/usb/common/common.c | 29
++++++++++
drivers/usb/dwc3/Kconfig | 6 ++
drivers/usb/dwc3/Makefile | 1 +
drivers/usb/dwc3/core.c | 62
+++++++++++++++++++-
drivers/usb/dwc3/core.h | 6 ++
drivers/usb/dwc3/dwc3-generic.c | 157
++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/usb/dwc3/dwc3-omap.c | 3 +-
drivers/usb/dwc3/gadget.c | 2 +-
drivers/usb/dwc3/linux-compat.h | 5 --
drivers/usb/dwc3/ti_usb_phy.c | 1 +
drivers/usb/gadget/f_thor.c | 13 +++--
drivers/usb/gadget/f_thor.h | 2 +-
drivers/usb/host/Kconfig | 1 +
drivers/usb/host/xhci-zynqmp.c | 85
+++++++++++++++++----------
include/configs/xilinx_zynqmp_zc1751_xm015_dc1.h | 1 -
include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h | 2 -
include/configs/xilinx_zynqmp_zc1751_xm017_dc3.h | 3 -
include/configs/xilinx_zynqmp_zcu100.h | 3 -
include/configs/xilinx_zynqmp_zcu102.h | 2 -
include/configs/xilinx_zynqmp_zcu104.h | 2 -
include/configs/xilinx_zynqmp_zcu106.h | 2 -
include/configs/xilinx_zynqmp_zcu111.h | 2 -
include/linux/usb/otg.h | 9 +++
scripts/config_whitelist.txt | 1 -
41 files changed, 837 insertions(+), 112 deletions(-)
create mode 100644
Documentation/devicetree/bindings/phy/phy-stm32-usbphyc.txt
create mode 100644 drivers/phy/phy-stm32-usbphyc.c
create mode 100644 drivers/usb/dwc3/dwc3-generic.c
More information about the U-Boot
mailing list