USB: chipidea: add imx usbmisc support
commitd142d6be231713330f9c0d7ee52f23e1b3f19ee4
authorRichard Zhao <richard.zhao@freescale.com>
Wed, 12 Sep 2012 11:58:05 +0000 (12 14:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Sep 2012 18:20:38 +0000 (12 11:20 -0700)
tree22c13437373301d2ff9c2b311c42eaab2d079a1e
parent08d9c74d45ceb581c11d2ab265c32236b0321a56
USB: chipidea: add imx usbmisc support

i.MX usb controllers share non-core registers, which may include
SoC specific controls. We turn it into a usbmisc device and usbmisc
driver set operations needed by ci13xxx_imx driver.

For example, Sabrelite board has bad over-current design, we can
usbmisc to disable over-current detection.

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/usb/ci13xxx-imx.txt
Documentation/devicetree/bindings/usb/usbmisc-imx.txt [new file with mode: 0644]
drivers/usb/chipidea/Makefile
drivers/usb/chipidea/ci13xxx_imx.c
drivers/usb/chipidea/ci13xxx_imx.h [new file with mode: 0644]
drivers/usb/chipidea/usbmisc_imx6q.c [new file with mode: 0644]