[U-Boot] [PATCH v2 06/24] dm: mmc: Add a function to obtain the block device

Simon Glass sjg at chromium.org
Sat May 14 21:37:35 CEST 2016


On 1 May 2016 at 13:52, Simon Glass <sjg at chromium.org> wrote:
> The MMC block device is contained within struct mmc. But with driver model
> this will not be the case. Add a function to obtain the block device. We
> can later implement this for CONFIG_BLK.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  drivers/mmc/mmc.c | 5 +++++
>  include/mmc.h     | 8 ++++++++
>  2 files changed, 13 insertions(+)

Applied to u-boot-dm.


More information about the U-Boot mailing list