[U-Boot] [PATCH v2 2/8] mmc: Probe DM based mmc devices in u-boot

Simon Glass sjg at chromium.org
Mon Aug 31 00:45:13 CEST 2015


On 30 August 2015 at 11:31, Sjoerd Simons <sjoerd.simons at 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 at 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 at chromium.org>


More information about the U-Boot mailing list