[PATCH v4 22/22] of/platform: Defer probes of registered devices

2015-09-07 Thread Tomeu Vizoso
Instead of trying to match and probe platform and AMBA devices right after each is registered, delay their probes until device_initcall_sync. This means that devices will start probing once all built-in drivers have registered, and after all platform and AMBA devices from the DT have been

[PATCH v4 22/22] of/platform: Defer probes of registered devices

2015-09-07 Thread Tomeu Vizoso
Instead of trying to match and probe platform and AMBA devices right after each is registered, delay their probes until device_initcall_sync. This means that devices will start probing once all built-in drivers have registered, and after all platform and AMBA devices from the DT have been