usb: host: ohci-st: Add OHCI driver support for ST STB devices
authorPeter Griffin <peter.griffin@linaro.org>
Mon, 8 Sep 2014 12:04:45 +0000 (13:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 04:35:50 +0000 (21:35 -0700)
commitd115837259ada33cb66e8fedc365d58d2cc8df38
treea705f3ee632b8d5b6f0d0e63753c10017ccf8038
parente47c5a0906f9a5792988786c8a186e9f5880f622
usb: host: ohci-st: Add OHCI driver support for ST STB devices

This patch adds the glue code required to ensure the on-chip OHCI
controller works on STi consumer electronics SoC's from STMicroelectronics.

It mainly manages the setting and enabling of the relevant clocks and manages
the reset / power signals to the IP block.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/ohci-st.c [new file with mode: 0644]