usb: dwc3: Add dwc3 glue driver support for STi
This patch adds the ST glue logic to manage the DWC3 HC on STiH407 SoC family. It configures the internal glue logic and syscfg registers. Part of this code been extracted from kernel.org driver (drivers/usb/dwc3/dwc3-st.c) Signed-off-by:Patrice Chotard <patrice.chotard@st.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/arm/include/asm/arch-stih410/sys_proto.h 11 additions, 0 deletionsarch/arm/include/asm/arch-stih410/sys_proto.h
- doc/device-tree-bindings/usb/dwc3-st.txt 60 additions, 0 deletionsdoc/device-tree-bindings/usb/dwc3-st.txt
- drivers/usb/host/Kconfig 9 additions, 0 deletionsdrivers/usb/host/Kconfig
- drivers/usb/host/Makefile 1 addition, 0 deletionsdrivers/usb/host/Makefile
- drivers/usb/host/dwc3-sti-glue.c 257 additions, 0 deletionsdrivers/usb/host/dwc3-sti-glue.c
- include/dwc3-sti-glue.h 41 additions, 0 deletionsinclude/dwc3-sti-glue.h
doc/device-tree-bindings/usb/dwc3-st.txt
0 → 100644
drivers/usb/host/dwc3-sti-glue.c
0 → 100644
include/dwc3-sti-glue.h
0 → 100644
Please register or sign in to comment