> On Mon, Jan 30, 2023 at 08:12:49PM +0100, Petr Vorel wrote: > > > On Mon, Jan 30, 2023 at 12:10:14PM +0100, Petr Vorel wrote: > > > > Enabling the clk drivers on msm8994 allows to boot and test most device > > > > drivers on this SoC. > > > > Signed-off-by: Petr Vorel <pvorel@xxxxxxx> > > > Now that we can handle probe defer on the power-domains, can this be > > > made =m instead? > > Out of curiosity may I know what commit implemented handling probe defer on > > power-domains? > Probe defer support has been there for a long time, but it was not > reliable after late_initcall. > I believe 2b28a1a84a0e ("driver core: Extend deferred probe timeout on > driver registration") is the change that altered the behavior, so we can > now use it for kernel modules as well. Thanks for info! I have v2 prepared, but I'd prefer to test it, thus I'll send it next week after I get time to test it. Kind regards, Petr > Regards, > Bjorn