]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jul 2017 17:35:22 +0000 (11:35 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Aug 2017 07:44:17 +0000 (16:44 +0900)
commitd6eb25e9878617f9a1d7f06ec21c9b981bb0a4e5
tree4ba328d13c4cf15debdd35b11538b4c765680907
parente88e1d9c048671d6fd896318dab2484b4ecb1da3
dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()

We want to use fsl_esdhc_init() with driver model. Move the mmc_init() out
of this function so that we can use it for our common init.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/fsl_esdhc.c