[U-Boot] [PATCH 0/6] Convert Xilinx ZynqMP to DM_USB with generic DWC3 glue logic driver
Michal Simek
michal.simek at xilinx.com
Wed May 16 14:26:03 UTC 2018
Hi,
this patchset is based on unfinished series send to ML 06/13/2017
by Vignesh
"[U-Boot] [PATCH v2 00/13] driver model bring-up of dwc3 usb peripheral"
We have taken some part of this to Xilinx tree and use it for a while
but it is time to review it and upstream it.
The patchset has 2 patches created by Mugunthan which are a little bit
fixed.
dwc3-generic driver was inspired by omap version.
And the last 3 patches just doing conversion and enable DM_USB for our
platform.
Thanks,
Michal
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 (2):
usb: dwc3: Add dwc3_init/remove with DM_USB
usb: common: add support to get maximum speed from dt
board/xilinx/zynqmp/zynqmp.c | 46 -----
.../xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 +
.../xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 1 +
.../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/usb/common/common.c | 29 +++
drivers/usb/dwc3/Kconfig | 6 +
drivers/usb/dwc3/Makefile | 1 +
drivers/usb/dwc3/core.c | 57 ++++++
drivers/usb/dwc3/core.h | 6 +
drivers/usb/dwc3/dwc3-generic.c | 165 ++++++++++++++++++
drivers/usb/host/Kconfig | 1 +
drivers/usb/host/xhci-zynqmp.c | 85 +++++----
.../configs/xilinx_zynqmp_zc1751_xm015_dc1.h | 1 -
.../configs/xilinx_zynqmp_zc1751_xm016_dc2.h | 2 -
.../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 | 1 -
include/configs/xilinx_zynqmp_zcu111.h | 2 -
include/linux/usb/otg.h | 9 +
scripts/config_whitelist.txt | 1 -
30 files changed, 339 insertions(+), 94 deletions(-)
create mode 100644 drivers/usb/dwc3/dwc3-generic.c
--
2.17.0
More information about the U-Boot
mailing list