Re: [U-Boot] [PATCH 5/8] dm: mmc: Avoid probing block devices in find_mmc_device()

2017-05-18 Thread sjg
We do not need to probe the block device here, so avoid doing so. The MMC device itself must be active, but the block device can come later. Signed-off-by: Simon Glass --- drivers/mmc/mmc-uclass.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Applied to

[U-Boot] [PATCH 5/8] dm: mmc: Avoid probing block devices in find_mmc_device()

2017-04-23 Thread Simon Glass
We do not need to probe the block device here, so avoid doing so. The MMC device itself must be active, but the block device can come later. Signed-off-by: Simon Glass --- drivers/mmc/mmc-uclass.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git