mmc: dw_mmc: Fix DDR mode support.
authorSeungwon Jeon <tgih.jun@samsung.com>
Fri, 5 Aug 2011 03:35:03 +0000 (12:35 +0900)
committerChris Ball <cjb@laptop.org>
Sat, 13 Aug 2011 18:50:32 +0000 (14:50 -0400)
commit6daa777866569fc48fe3cfcd6fd01aba37ac06a5
tree14fae64bfccda79561294df1188619e3dd78d595
parent7435bb7950ba8a3cbfa6d0c01e92588562533a3f
mmc: dw_mmc: Fix DDR mode support.

Host driver can't get a hint of DDR mode through ios->ddr flag anymore.
ios->timing is currently used to inform DDR mode as a substitute.
And capability of MMC_CAP_MMC_HIGHSPEED is added for DDR support.

Signed-off-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