
31 Aug
2015
31 Aug
'15
12:45 a.m.
On 30 August 2015 at 11:31, Sjoerd Simons sjoerd.simons@collabora.co.uk wrote:
During mmc initialize probe all devices with the MMC Uclass if build with CONFIG_DM_MMC
Signed-off-by: Sjoerd Simons sjoerd.simons@collabora.co.uk
Changes in v2:
- Check error code from uclass_get and thread it through to mmc_initialize
drivers/mmc/mmc.c | 43 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-)
I hope we can make this auto-probe soon, but for now this gets things working.
Acked-by: Simon Glass sjg@chromium.org