alistair23-linux/drivers/usb/common
Lu Baolu 4696b8874d usb: ulpi: ulpi_init should be executed in subsys_initcall
Phy drivers and the ulpi interface providers depend on the
registration of the ulpi bus.  Ulpi registers the bus in
module_init(). This could cause unnecessary bus users'
probe delays. i.e. unnecessary -EPROBE_DEFER happening on
ulpi_drivers in case they're registered before ulpi bus
itself.

Reported-by: Zhuo Qiuxu <qiuxu.zhuo@intel.com>
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2015-07-20 12:57:46 -05:00
..
common.c usb: Rename usb-common.c 2014-09-25 17:02:34 +02:00
led.c usb: Add LED triggers for USB activity 2014-09-25 17:05:12 +02:00
Makefile usb: add bus type for USB ULPI 2015-05-13 12:04:55 -05:00
ulpi.c usb: ulpi: ulpi_init should be executed in subsys_initcall 2015-07-20 12:57:46 -05:00
usb-otg-fsm.c usb: common: otg-fsm: only signal connect after switching to peripheral 2015-03-18 16:15:14 +01:00