From: Vivek Gautam Date: Sat, 13 Oct 2012 13:50:18 +0000 (+0530) Subject: usb: dwc3: shutdown usb_phy when removing the device X-Git-Tag: v3.7-rc2~17^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01b8daf71b2fd2f6ece5f063a089abf4b13f1d6e;p=pandora-kernel.git usb: dwc3: shutdown usb_phy when removing the device We call usb_phy_init() from dwc3_core_init() during probe, so adding usb_phy_shutdown() to dwc3_core_exit() while removing the device so we don't keep PHYs turned on, consuming power, unnecessarily. Signed-off-by: Vivek Gautam Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed