]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
DWMMC: Initialise dwmci and resolve EMMC read write issues
authorAmar <amarendra.xt@samsung.com>
Sat, 27 Apr 2013 06:12:54 +0000 (11:42 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 13 Jun 2013 08:35:13 +0000 (17:35 +0900)
commit9c50e35ff2f8ead8df5781988927b51ea03c6192
tree99b90c6cfc367ad75d78bb9afc1b2572bc1da0e8
parent07eb5f9ce70cbed40d0bb2799430a0978e054ef2
DWMMC: Initialise dwmci and resolve EMMC read write issues

This patch enumerates dwmci and set auto stop command during
dwmci initialisation.
EMMC read/write is not happening in current implementation
due to improper fifo size computation. Hence modified the fifo size
computation to resolve EMMC read write issues.

Signed-off-by: Amar <amarendra.xt@samsung.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/mmc/dw_mmc.c