usb: chipidea: usbmisc: add post handling and errata fix for mx25
authorMichael Grzeschik <m.grzeschik@pengutronix.de>
Sat, 30 Mar 2013 10:54:01 +0000 (12:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Mar 2013 15:13:58 +0000 (08:13 -0700)
commita068533079a0a1be53c78c89e65adfbd3c687591
treebe75fdae9ac283f5cf3f5ab7310ba0298578b3e5
parentf0c910b63cc273c239964776fae1aaa58ed4ad2b
usb: chipidea: usbmisc: add post handling and errata fix for mx25

This adds a post handling routine which is called after
ci13xxx_add_device was called. The first user is the mx25, which has to
disable the external-vbus-divider after the udc has started.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
[Alex: also fixed a signed one-bit bitfield a whitespace error and yet
 another set of line-too-long and void pointer casting errors]
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
drivers/usb/chipidea/ci13xxx_imx.c
drivers/usb/chipidea/ci13xxx_imx.h
drivers/usb/chipidea/usbmisc_imx.c