Re: [PATCH v3 6/6] PM / Domains: Stop deferring probe at the end of initcall

2018-07-02 Thread Rafael J. Wysocki
On Thursday, June 28, 2018 10:43:44 PM CEST Rob Herring wrote: > All PM domain drivers must be built-in (at least those using DT), so > there is no point deferring probe after initcalls are done. Continuing > to defer probe may prevent booting successfully even if managing PM > domains is not

[PATCH v3 6/6] PM / Domains: Stop deferring probe at the end of initcall

2018-06-28 Thread Rob Herring
All PM domain drivers must be built-in (at least those using DT), so there is no point deferring probe after initcalls are done. Continuing to defer probe may prevent booting successfully even if managing PM domains is not required. This can happen if the user failed to enable the driver or if