
7 Apr
2015
7 Apr
'15
8:40 p.m.
On 25 March 2015 at 12:21, Simon Glass sjg@chromium.org 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-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
drivers/core/device.c | 8 +++++--- test/dm/test-uclass.c | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-)
Applied to u-boot-dm/next.