From: Giuseppe CAVALLARO Date: Wed, 12 Jun 2013 06:16:38 +0000 (+0200) Subject: mmc: sdhci: fix caps2 for HS200 X-Git-Tag: v3.11-rc1~50^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156e14b126ffb6f040bc6f1aff3c51077e42a744;p=pandora-kernel.git mmc: sdhci: fix caps2 for HS200 Although the HC supports HS200 (eMMC) the caps2 are always zero; this means there's no way to use the super speed mode (when init the card). If the HC support SDR104, for SD3.0, so it also supports HS200 for eMMC and this patch just sets the MMC_CAP2_HS200 in the host caps2 field. Reported-by: Youssef Triki Signed-off-by: Giuseppe Cavallaro Reviewed-by: Philip Rakity Signed-off-by: Chris Ball --- Reading git-diff-tree failed