summaryrefslogtreecommitdiffstats
path: root/include/dwc3-sti-glue.h
Commit message (Collapse)AuthorAgeFilesLines
* usb: dwc3: Add dwc3 glue driver support for STiPatrice Chotard2017-09-221-0/+41
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>