]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Revert "usb: otg: mxs-phy: Fix mx23 operation"
authorPeter Chen <peter.chen@freescale.com>
Fri, 9 Nov 2012 01:44:41 +0000 (09:44 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Nov 2012 01:44:51 +0000 (17:44 -0800)
commitff84f0e9f70cde6de1ba7c7f6156c8c3c98af383
tree36ec87dec7a79ab513f71396a7c895fd21d6bcc7
parentba2d8ce9db0a61505362bb17b8899df3d3326146
Revert "usb: otg: mxs-phy: Fix mx23 operation"

The real reason causes mx23 fail are:

- Calling mxs_phy_hw_init(mxs_phy) again at connection
- Error connect/disconnect nodity at hub.c

The coming patch will fix above two problems, Mike Thompson
tested his hardware works OK after commented out this delay
setting.

This reverts commit 363366cf61c544ea476f3d220f43a95cb03014f5.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/otg/mxs-phy.c