Commits
Mario Six committed e4c98a59db9
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>