[PATCH] USB: OHCI, pxa27x OHCI port power tweaks
authorDavid Brownell <david-b@pacbell.net>
Wed, 31 Aug 2005 18:54:09 +0000 (11:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 12 Sep 2005 19:23:46 +0000 (12:23 -0700)
commit155faf5e1e36ca3a6127bdfb5c624d58e520c411
treec104a512de13e81d3c3c2d59b3d86e441e0de83e
parentfdd13b36c4a501d8787a27e54635fbd943f2685d
[PATCH] USB: OHCI, pxa27x OHCI port power tweaks

Now that it's in use on other boards, a bug in the original code needs fixing.

There is no need for the PXA27x OHCI to set usb power during init, since
the hub driver in usbcore handles that. Those platform-specific power
control functions are also incorrect, and should therefore be removed.

Add a check to clear the OTG pin hold bit until such times OTG is
properly implemented.

Signed-Off-By: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-pxa27x.c