From: Grazvydas Ignotas Date: Mon, 25 Feb 2013 01:12:05 +0000 (+0200) Subject: usb: otg: twl4030-usb: don't enable PHY during init X-Git-Tag: sz_154~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c0628debcf26100d09242dc686436035b4a140;p=pandora-kernel.git usb: otg: 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 --- Reading git-diff-tree failed