Re: [PATCH v3 06/18] regulator: core: Probe regulators on demand

2015-08-07 Thread Rob Herring
On Fri, Aug 7, 2015 at 7:09 AM, Mark Brown wrote: > On Thu, Aug 06, 2015 at 04:11:43PM +0200, Tomeu Vizoso wrote: > >> When looking up a regulator through its OF node, probe it if it hasn't >> already. >> >> The goal is to reduce deferred probes to a minimum, as it makes it very >> cumbersome to f

Re: [PATCH v3 06/18] regulator: core: Probe regulators on demand

2015-08-07 Thread Mark Brown
On Thu, Aug 06, 2015 at 04:11:43PM +0200, Tomeu Vizoso wrote: > When looking up a regulator through its OF node, probe it if it hasn't > already. > > The goal is to reduce deferred probes to a minimum, as it makes it very > cumbersome to find out why a device failed to probe, and can introduce >

[PATCH v3 06/18] regulator: core: Probe regulators on demand

2015-08-06 Thread Tomeu Vizoso
When looking up a regulator through its OF node, probe it if it hasn't already. The goal is to reduce deferred probes to a minimum, as it makes it very cumbersome to find out why a device failed to probe, and can introduce very big delays in when a critical device is probed. Signed-off-by: Tomeu