]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: sti_sdhci: Rework sti_mmc_core_config()
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 5 Sep 2017 09:04:18 +0000 (11:04 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 22 Sep 2017 11:39:56 +0000 (07:39 -0400)
commitc6ae0e574b42219f7b95ec996f599ee1039e9dd2
tree33bb7e5d4a4684e95d4d4628c13b08ad3a72bd1f
parent42b6edfae1cc1a4369ac0c039cd3fdb7f2c87a42
mmc: sti_sdhci: Rework sti_mmc_core_config()

Use struct udevice* as input parameter. Previous
parameters are retrieved through plat and priv data.

This to prepare to use the reset framework.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/mmc/sti_sdhci.c