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

Simon Glass sjg at chromium.org
Wed Jul 29 05:29:57 CEST 2015


On 25 July 2015 at 06:52, Masahiro Yamada <yamada.masahiro at 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 when
> the device is really bound, and cleared when it is unbound.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
>  drivers/core/device-remove.c | 3 +++
>  drivers/core/device.c        | 2 ++
>  include/dm/device.h          | 3 +++
>  3 files changed, 8 insertions(+)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list