commit | 40d1a31e6329da8feecc555f2bdfb8da463bdd40 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Sep 05 11:04:24 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 22 07:39:59 2017 -0400 |
tree | a27c1b3d915fc829624fe05e4ddc46a5d8fbe345 | |
parent | 8b35f4346f8c95fee38d7c14eab70cd8b7532112 [diff] |
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>