commit | 3bedfbe96b19cbac094ff041fe9008f83c4b96d8 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Tue Jun 26 08:46:50 2018 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 29 11:49:35 2018 -0600 |
tree | af415a4f31c37994f94531dcc4923270ef894d68 | |
parent | 058ef5bf9625edd08d833b7b6533c22593da1ebf [diff] |
core: Add dev_{disable,enable}_by_path We cannot use device structures to disable devices, since getting them with the API functions would bind and activate the device, which would fail if the underlying device does not exist. Reviewed-by: Simon Glass <sjg@chromium.org>