[U-Boot] [PATCH 2/8] dm: blk: Allow finding block devices without probing

sjg at google.com sjg at google.com
Thu May 18 16:01:34 UTC 2017


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 at chromium.org>
---

 drivers/block/blk-uclass.c | 15 +++++++++++++--
 include/blk.h              | 15 ++++++++++++++-
 test/dm/blk.c              | 21 +++++++++++++++++++++
 3 files changed, 48 insertions(+), 3 deletions(-)

Applied to u-boot-dm


More information about the U-Boot mailing list