From: Kishon Vijay Abraham I Date: Fri, 27 Sep 2013 06:23:27 +0000 (+0530) Subject: usb: phy: twl4030: use the new generic PHY framework X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6747caa76cab1150c60a772cf64f8cd47fa19d39;p=pandora-kernel.git usb: phy: twl4030: use the new generic PHY framework Used the generic PHY framework API to create the PHY. For powering on and powering off the PHY, power_on and power_off ops are used. Once the MUSB OMAP glue is adapted to the new framework, the suspend and resume ops of usb phy library will be removed. Also twl4030-usb driver is moved to drivers/phy/. However using the old usb phy library cannot be completely removed because otg is intertwined with phy and moving to the new framework completely will break otg. Once we have a separate otg state machine, we can get rid of the usb phy library. Signed-off-by: Kishon Vijay Abraham I Acked-by: Felipe Balbi Reviewed-by: Sylwester Nawrocki Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed