commit | ced1080489077ab9943c319a38c2d89adb215f1f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 28 14:03:48 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 16 08:07:58 2020 -0600 |
tree | cbeb12fd9bf49b10cb2cfc9034c81e045ae14160 | |
parent | 8474da946f58a127b2006c526ae6f9b5a968d422 [diff] |
dm: core: Add a way to skip powering down power domains When removing a device the power domains it uses are generally powered off. But when we are trying to unbind all devices (e.g. for running tests) we don't want to probe a device in the 'remove' path. Add a new flag to skip this power-down step. Signed-off-by: Simon Glass <sjg@chromium.org>