Home
last modified time | relevance | path

Searched hist:aed1a4dd88e94001b811b297c1ff734c3f8d22d9 (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/core/
H A Ddevice-remove.caed1a4dd88e94001b811b297c1ff734c3f8d22d9 Sat Jul 25 12:52:34 UTC 2015 Masahiro Yamada <yamada.masahiro@socionext.com> dm: add DM_FLAG_BOUND flag

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@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
H A Ddevice.caed1a4dd88e94001b811b297c1ff734c3f8d22d9 Sat Jul 25 12:52:34 UTC 2015 Masahiro Yamada <yamada.masahiro@socionext.com> dm: add DM_FLAG_BOUND flag

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@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/include/dm/
H A Ddevice.haed1a4dd88e94001b811b297c1ff734c3f8d22d9 Sat Jul 25 12:52:34 UTC 2015 Masahiro Yamada <yamada.masahiro@socionext.com> dm: add DM_FLAG_BOUND flag

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@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>