commit | 6139281a6473334351c8776643478c0b0e208342 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 23 20:02:05 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:04 2017 -0600 |
tree | 501de9018b4716ecc19bfcff404b4ea10f65e0ee | |
parent | e7017a3c7d2f9ff845516675205c99df4ad6eacc [diff] |
dm: blk: Allow finding block devices without probing Sometimes it is useful to be able to find a block device without also probing it. Add a function for this as well as the associated test. Signed-off-by: Simon Glass <sjg@chromium.org>