[U-Boot] [PATCH 10/27] dm: mmc: Add a way to use driver model for MMC operations
Simon Glass
sjg at chromium.org
Mon Jul 4 01:25:05 CEST 2016
On 12 June 2016 at 23:30, Simon Glass <sjg at 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 <sjg at 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.
More information about the U-Boot
mailing list