From: Grazvydas Ignotas Date: Sun, 17 Mar 2013 18:23:21 +0000 (+0200) Subject: usb: phy: twl4030-usb: don't enable PHY during init X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44a50d088aad18a1a2709091bf25a108f967f8c9;p=pandora-kernel.git usb: phy: twl4030-usb: don't enable PHY during init There is no need to do it, otg.set_suspend(false) (which itself comes from runtime_pm OMAP glue calls) will enable it later anyway. This used to be the place where things were enabled if booted with cable connected before runtime_pm conversion, but now can be dropped. Signed-off-by: Grazvydas Ignotas Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed