Re: [U-Boot] [PATCH 6/8] dm: mmc: Check that drivers have operations

2017-05-18 Thread sjg
When binding a new MMC device, make sure that it has the required operations. Since for now we still support *not* having the operations (with CONFIG_DM_MMC_OPS not enabled) it makes sense to add this check. Signed-off-by: Simon Glass --- drivers/mmc/mmc-uclass.c | 4 1

[U-Boot] [PATCH 6/8] dm: mmc: Check that drivers have operations

2017-04-23 Thread Simon Glass
When binding a new MMC device, make sure that it has the required operations. Since for now we still support *not* having the operations (with CONFIG_DM_MMC_OPS not enabled) it makes sense to add this check. Signed-off-by: Simon Glass --- drivers/mmc/mmc-uclass.c | 4 1