From: Kishon Vijay Abraham I Date: Fri, 27 Sep 2013 06:23:30 +0000 (+0530) Subject: usb: musb: omap2430: use the new generic PHY framework X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e3101d57c50f9e4fa1da947e4bd0bc5cbab4141;p=pandora-kernel.git usb: musb: omap2430: use the new generic PHY framework Use the generic PHY framework API to get the PHY. The usb_phy_set_resume and usb_phy_set_suspend is replaced with power_on and power_off to align with the new PHY framework. musb->xceiv can't be removed as of now because musb core uses xceiv.state and xceiv.otg. Once there is a separate state machine to handle otg, these can be moved out of xceiv and then we can start using the generic PHY framework. 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