mmc: sdhci: avoid double-delay while transitioning to 1.8V
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 26 Jun 2014 14:50:00 +0000 (15:50 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 9 Jul 2014 09:26:10 +0000 (11:26 +0200)
commit62ce34b0baedc283267e2dbc5d79ebef062dbda1
tree65ce0d0e15b06a4d274eef2416711d909ac0fdc4
parent43e968cec79b6334cf7cb3e11184cce720541712
mmc: sdhci: avoid double-delay while transitioning to 1.8V

The MMC core in mmc_set_signal_voltage() already provides for the delay
required to switch to 1.8V, so there is no need for drivers to perform
this wait themselves.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c