From: Kishon Vijay Abraham I Date: Fri, 27 Sep 2013 06:23:26 +0000 (+0530) Subject: usb: phy: omap-usb2: use the new generic PHY framework X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d93d1e76afbe629caf5d995fd7f8ddd6e3d4d01;p=pandora-kernel.git usb: phy: omap-usb2: use the new generic PHY framework Used the generic PHY framework API to create the PHY. Now the power off and power on are done in omap_usb_power_off and omap_usb_power_on respectively. The omap-usb2 driver is also moved to driver/phy. However using the old USB PHY library cannot be completely removed because OTG is intertwined with PHY and moving to the new framework 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 Reviewed-by: Sylwester Nawrocki Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed