]> git.sur5r.net Git - u-boot/commit
mmc: split mmc_startup()
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 21 Sep 2017 14:29:49 +0000 (16:29 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 12 Jan 2018 09:11:03 +0000 (18:11 +0900)
commit8ac8a2630459bacb2d9b6516d49bedad61ca63f8
treed563b0391387dfcb0631e448cc32e348f43c58b3
parent06ec045feeea08993834e2f1d2d1e4ec52cdeff1
mmc: split mmc_startup()

No functionnal change here. The function is really big and can be split.
The part related to bus configuration are put in 2 separate functions: one
for MMC and one for SD.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/mmc/mmc.c