]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mmc/mmc.c
mmc: CMD7:MMC_CMD_SELECT_CARD response fix
authorAjay Bhargav <ajay.bhargav@einfochips.com>
Wed, 5 Oct 2011 03:13:23 +0000 (03:13 +0000)
committerAndy Fleming <afleming@freescale.com>
Thu, 3 Nov 2011 07:14:59 +0000 (02:14 -0500)
commitfe8f7066d394d72ff96f4b8e5988407da149e462
tree8d634c3fadf970ddc762ca31e768224f52663f9f
parent4137894e04dc5c435012344939080a723e8c58ac
mmc: CMD7:MMC_CMD_SELECT_CARD response fix

As per JEDEC document JESD84-A441 (page 105) response for CMD7
(MMC_CMD_SELECT_CARD) response should be R1 instead of R1b. In uboot we
never take MMC to disconnected state and on powerup its always ideal
state which later goes to stand-by state.

from document footnote:
R1 while selecting from Stand-By State to Transfer State; R1b while
selecting from Disconnected State to Programming State.

Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
drivers/mmc/mmc.c