[U-Boot] [PATCH 1/5] mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS

Simon Glass sjg at chromium.org
Tue Sep 6 03:03:37 CEST 2016


On 24 August 2016 at 23:52, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> Catch up with the DM migration.
>
> As struct dm_mmc_ops does not have .init callback, call the init
> function directly from the probe function.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
>  drivers/mmc/Kconfig       |  1 +
>  drivers/mmc/uniphier-sd.c | 97 ++++++++++++++++++++++++-----------------------
>  2 files changed, 51 insertions(+), 47 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list