From: Philip Rakity Date: Mon, 14 Feb 2011 07:12:28 +0000 (-0800) Subject: mmc: core: comment on why sdio_reset is done at init time X-Git-Tag: v2.6.39-rc1~412^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f94e55ae5ddad83e661002985d2ea11b6d51d3d;p=pandora-kernel.git mmc: core: comment on why sdio_reset is done at init time sdio_reset sends a CMD52 to reset the sdio card. This is highly recommended for sdio cards being reinitialized. Since we do not know if the card is being reinitialized we just send the command. SD/eMMC cards are supposed to ignore the CMD before the CMD0. Document why we are doing this. Signed-off-by: Philip Rakity Signed-off-by: Chris Ball --- Reading git-diff-tree failed