On 12 June 2016 at 23:30, Simon Glass <s...@chromium.org> wrote:
> The driver model conversion for MMC has moved in small steps. The first step
> was to have an MMC device (CONFIG_DM_MMC). The second was to use a child
> block device (CONFIG_BLK). The final one is to use driver model for MMC
> operations (CONFIG_DM_MMC_OP). Add support for this.
>
> The immediate priority is to make all boards that use DM_MMC also use those
> other two options. This will allow them to be removed.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>
>  drivers/mmc/Kconfig      |  9 +++++++
>  drivers/mmc/mmc-uclass.c | 66 
> ++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/mmc/mmc.c        | 21 ++++++++++++---
>  include/mmc.h            | 66 
> +++++++++++++++++++++++++++++++++++++++++++++++-
>  4 files changed, 158 insertions(+), 4 deletions(-)

Applied to u-boot-dm/next.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to