mmc: sd: Fix SDR12 timing regression
authorAlexander Elbs <alex@segv.de>
Wed, 4 Jan 2012 04:26:53 +0000 (23:26 -0500)
committerChris Ball <cjb@laptop.org>
Thu, 12 Jan 2012 20:17:03 +0000 (15:17 -0500)
commitdd8df17fe83483d7ea06ff229895e35a42071599
tree76d04bc187b622bd4d74e9f038b4871259f717d4
parentc6ced0db08010ed75df221a2946c5228454b38d5
mmc: sd: Fix SDR12 timing regression

This patch fixes a failure to recognize SD cards reported on a Dell
Vostro with O2 Micro SD card reader.  Patch 49c468f ("mmc: sd: add
support for uhs bus speed mode selection") caused the problem, by
setting the SDHCI_CTRL_HISPD flag even for legacy timings.

Signed-off-by: Alexander Elbs <alex@segv.de>
Acked-by: Philip Rakity <prakity@marvell.com>
Acked-by: Arindam Nath <arindam.nath@amd.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci.c