Re: [U-Boot] [PATCH v2 08/80] dm: core: Mark device as active before calling uclass probe() methods

2015-04-07 Thread Simon Glass
On 25 March 2015 at 12:21, Simon Glass wrote: > The uclass pre-probe functions may end up calling back into the device in > some circumstances. This can fail if recursion takes place. Adjust the > ordering so that we mark the device as active early, then retract this > later if needed. > > Signed-

[U-Boot] [PATCH v2 08/80] dm: core: Mark device as active before calling uclass probe() methods

2015-03-25 Thread Simon Glass
The uclass pre-probe functions may end up calling back into the device in some circumstances. This can fail if recursion takes place. Adjust the ordering so that we mark the device as active early, then retract this later if needed. Signed-off-by: Simon Glass --- Changes in v2: None drivers/co