commit | 42697f5d44732e35e453d8cf2ece880b8b7b5b13 | [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 | 5f3c9e074f61b56869f0fff6bb3ab4fe011bf677 [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>