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

2017-05-18 Thread sjg
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 --- drivers/block/blk-uclass.c | 15 +-- include/blk.h | 15 ++-

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

2017-04-23 Thread Simon Glass
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 --- drivers/block/blk-uclass.c | 15 +-- include/blk.h | 15 ++-