commit | d5d4c10c77538070df7dee09c0918f7149d7f9f2 | [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 | 86d78c7da004f59ad05ef69448fa3783418e28b4 [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>