]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: dw_mmc: relocate where dw_mci_setup_bus() is called from
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 8 Nov 2012 08:35:29 +0000 (17:35 +0900)
committerChris Ball <cjb@laptop.org>
Tue, 4 Dec 2012 18:43:14 +0000 (13:43 -0500)
commitbc307a6a46cdbe1c093d5491d9fa38408afba2bf
tree9b3ab3437c89df08053ac93e925d3f30d5331b4b
parentee896a6b8e56f9a83b7855c5cf374bb49565c35f
mmc: dw_mmc: relocate where dw_mci_setup_bus() is called from

To ensure the stable clock need to enable before set the
DW_MMC_CARD_NEED_INIT flag.  If set DW_MMC_CARD_NEED_INIT flag,
wait for 80-clock before first command after power-up.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Acked-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc.c