]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC
authorPeter Griffin <peter.griffin@linaro.org>
Fri, 5 Sep 2014 15:36:30 +0000 (16:36 +0100)
committerFelipe Balbi <balbi@ti.com>
Fri, 5 Sep 2014 15:49:00 +0000 (10:49 -0500)
commitcde8a87d58792517a288bf59c7866f19530f2d36
treecf77fb9bb2d9239ae49af8f7b456e048242b239d
parentc4c4b1b3f65efe3793874f7edf65758f6d086ec9
usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC

This patch adds the ST glue logic to manage the DWC3 HC
on STiH407 SoC family. It manages the powerdown signal,
and configures the internal glue logic and syscfg registers.

[ balbi@ti.com : actually switch over to of_platform_depopulate() ]

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/Kconfig
drivers/usb/dwc3/Makefile
drivers/usb/dwc3/dwc3-st.c [new file with mode: 0644]