On Thu, Feb 14, 2013 at 05:14:35PM -0800, Doug Anderson wrote: > The regulator_get() calls are before regulator_init_complete() by > quite a margin. The regulator_init_complete() is a late_initcall, so > that's not too surprising. Are we not supposed to access regulators > until after late_init()? That seems like quite a limitation...
No, they should work fine at all points (the worst that'll happen is that you might get a few extra deferrals).
signature.asc
Description: Digital signature
_______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
