Searched hist:ef12da914ed696745b495bea22aea137e88cffb6 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/chipidea/ |
H A D | ci_hdrc_imx.c | diff ef12da914ed696745b495bea22aea137e88cffb6 Thu Aug 06 15:09:54 CEST 2015 Tomeu Vizoso <tomeu.vizoso@collabora.com> usb: chipidea: imx: properly check for usbmisc
If usbmisc hasn't probed yet, defer the probe.
It's not enough to check if the platform device for the OF node of the usbmisc has been registered, but it also needs to have been probed already before we can call imx_usbmisc_init().
This can happen if the order in which devices are probed change due to async probing or on-demand probing of dependencies.
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
|