]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID
authorTaylor Hutt <thutt@chromium.org>
Sat, 20 Oct 2012 17:15:59 +0000 (17:15 +0000)
committerAndy Fleming <afleming@freescale.com>
Tue, 27 Nov 2012 23:26:47 +0000 (17:26 -0600)
commitbabce5f64e29366b04e1eb8bc1698203261ee5b4
treea44befe8ec5509886f7b3e86f0f6ad79bfb54c55
parentd0ebbb8dfa76e1e063b3618d617b8cbcf758079d
mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID

The interpretation of the data returned by the MMC_CMD_ALL_SEND_CID
command was incorrect with respect to the JEDEC Standard No. 84-A441.

This change makes the interpretation correct with respect to the
defined fields of the CID register.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Taylor Hutt <thutt@chromium.org>
Signed-off-by: Andy Fleming <afleming@freescale.com>
drivers/mmc/mmc.c