From c91286a490a8b02ebd852e24a7c9fda9d37aa43d Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Tue, 26 Feb 2013 00:27:17 +0200 Subject: [PATCH] usb: otg: twl4030-usb: don't switch the phy on/off needlessly With runtime_pm in place there is no longer need to turn the phy on/off in OTG layer on cable connect/disconnect, OMAP glue does this through otg.set_suspend() callback already. This will save power when cable is connected but no gadget driver is loaded. This will also have side effect of automatic USB charging no longer working without twl4030_charger driver, so be sure to enable it if charging is needed. --- Reading git-format-patch failed