From: Gregory CLEMENT Date: Thu, 15 May 2014 10:17:29 +0000 (+0200) Subject: usb: ehci-orion: add optional PHY support X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d445913ce0ab7f8e96dfb471ea7ab5c5f648f518;p=pandora-kernel.git usb: ehci-orion: add optional PHY support This commit extends the ehci-orion so that it can optionally be passed a reference to a PHY through the Device Tree. It will be useful for the Armada 375 SoCs. If no PHY is provided then the behavior of the driver is unchanged. [Thomas: use devm_phy_optional_get() so that we handle -EPROBE_DEFER properly. Also call phy_power_off() when needed, and rename goto labels.] Signed-off-by: Gregory CLEMENT Signed-off-by: Thomas Petazzoni Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed