]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
mmc: core: comment on why sdio_reset is done at init time
authorPhilip Rakity <prakity@marvell.com>
Mon, 14 Feb 2011 07:12:28 +0000 (23:12 -0800)
committerChris Ball <cjb@laptop.org>
Wed, 16 Mar 2011 16:30:11 +0000 (12:30 -0400)
commit2f94e55ae5ddad83e661002985d2ea11b6d51d3d
treed472771c86e6b65f89b40c22e6ac980535f28183
parent41babf753cc82ab6208903625a084bf305c32d06
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 <prakity@marvell.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/core.c