]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: core: UHS sdio card that fails should not exceed 50MHz
authorPhilip Rakity <prakity@marvell.com>
Thu, 26 Jan 2012 14:57:10 +0000 (06:57 -0800)
committerChris Ball <cjb@laptop.org>
Tue, 14 Feb 2012 01:38:28 +0000 (20:38 -0500)
commitd07f92eb5d16b516b9b8741e21acd0af2804a4ab
treed99691e952df66e43250670df70372e308ffebed
parent4cd08686788d235766a7b5d3d9f39084d6e43b9f
mmc: core: UHS sdio card that fails should not exceed 50MHz

A UHS sdio card that fails initialization at 1.8v signaling is not in
UHS mode.  We cannot use the speed in the the cis to reflect the bus
speed as this is the maxiumum value and will not reflect the fact
that the host is operating at a lower (non uhs) bus speed.

Signed-off-by: Philip Rakity <prakity@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Reviewed-by: Aaron Lu <aaron.lu@amd.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/sdio.c