Re: [U-Boot] [PATCH v3 1/5] dm: add DM_FLAG_BOUND flag

2015-07-23 Thread Simon Glass
On 23 July 2015 at 00:17, Masahiro Yamada yamada.masah...@socionext.com wrote: Currently, we only have DM_FLAG_ACTIVATED to indicate the device status, but we still cannot know in which stage is in progress, binding or probing. This commit introduces a new flag, DM_FLAG_BOUND, which is set

[U-Boot] [PATCH v3 1/5] dm: add DM_FLAG_BOUND flag

2015-07-23 Thread Masahiro Yamada
Currently, we only have DM_FLAG_ACTIVATED to indicate the device status, but we still cannot know in which stage is in progress, binding or probing. This commit introduces a new flag, DM_FLAG_BOUND, which is set when the device is really bound, and cleared when it is unbound. Signed-off-by: