From: Kishon Vijay Abraham I Date: Fri, 15 Mar 2013 13:28:52 +0000 (+0530) Subject: usb: phy: twl4030: fix cold plug on OMAP3 X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=817e5f33d0c12f24bdfebe88c96ca2e968756da4;p=pandora-kernel.git usb: phy: twl4030: fix cold plug on OMAP3 Having twl4030_usb_phy_init() (detects if a cable is connected before twl4030 is probed) in twl4030 probe makes cable connect events to be missed by musb glue, since it gets loaded after twl4030. Having twl4030_usb_phy_init as a usb_phy ops lets twl4030_usb_phy_init to be called when glue is ready. Signed-off-by: Kishon Vijay Abraham I Tested-by: Grazvydas Ignotas Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed