From: Kevin Liu Date: Thu, 28 Feb 2013 09:35:53 +0000 (+0800) Subject: mmc: sdhci: add get_cd() implementation X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~41^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94144a465dd0b34b3249f988a09472d0f57ad2b7;p=pandora-kernel.git mmc: sdhci: add get_cd() implementation 1. mmc_rescan will call get_cd to know whether the card is present before mmc_rescan_try_freq to avoid useless trials during card removal or start host is called when card is not present. 2. get_cd needs to be checked to resolve slow card removal issue. Signed-off-by: Kevin Liu Signed-off-by: Chris Ball --- Reading git-diff-tree failed