From: Kevin Liu Date: Wed, 17 Oct 2012 11:04:46 +0000 (+0800) Subject: mmc: host: Make UHS timing values fully unique X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~96^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9dbb6effc3516a1211a936be9bd67c03fdf858;p=pandora-kernel.git mmc: host: Make UHS timing values fully unique Both of MMC_TIMING_LEGACY and MMC_TIMING_UHS_SDR12 are defined to 0. And ios->timing is set to MMC_TIMING_LEGACY during power up. But set_ios can't distinguish these two timing if host support spec 3.0. Just adjust timing values to be different can resolve this issue without any other impact. Reviewed-by: Girish K S Acked-by: Ulf Hansson Signed-off-by: Kevin Liu Signed-off-by: Chris Ball --- Reading git-diff-tree failed