commit | bdbb5ddcee9fb9257577a424206c4aca0fdd3c7b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Jul 25 21:52:34 2015 +0900 |
committer | Simon Glass <sjg@chromium.org> | Thu Aug 06 07:44:29 2015 -0600 |
tree | de57a73634e7d1b673be8379d6893eaf62d03ee6 | |
parent | 59b6196a19dd5ff2f32eae0d7d1f8b7c5ab2eecf [diff] |
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>