usb: load usb phy earlier
authorZhangfei Gao <zhangfei.gao@linaro.org>
Thu, 12 Feb 2015 08:18:09 +0000 (16:18 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2015 16:25:16 +0000 (17:25 +0100)
commit8f116d1c12580b7c2349e3291d22621ee21b08a0
tree6017f55e0a0ef22a8c98316c421aafcee6f265b5
parent333c65bc8b2482dbbb46f4223381160333aaaddd
usb: load usb phy earlier

USB PHY works proper is the base for the coming USB controller operation.
With this patch, it can avoid the controller drivers which are linked
earlier than USB PHY always being probed deferral.
Look at drivers/Makefile, it links phy first with the similar method.

Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Acked-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/Makefile
This page took 0.025604 seconds and 5 git commands to generate.