]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8149e2043b84ecf3dbf70dd7eaad39a81b5cb635
treea705f3ee632b8d5b6f0d0e63753c10017ccf8038
parent81bc0dcd6554d9c58102a6d437f63cc0cd868480
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]