]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: core: Collect common code for card ocr validation
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 16 Sep 2013 10:06:15 +0000 (12:06 +0200)
committerChris Ball <cjb@laptop.org>
Thu, 31 Oct 2013 00:26:31 +0000 (20:26 -0400)
commit726d6f2374410d980341bfeb49399614e689e702
tree5bf34c9ed06f802ef468a0af8cfb945ff0f7fe70
parentce69d37b7d8fa692c45d71d94aa0c921859b82ce
mmc: core: Collect common code for card ocr validation

Since mmc_select_voltage now only gets called from the attach sequence,
it makes sense to move the out of spec validations of the card ocr into
this function.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/core.c
drivers/mmc/core/mmc.c
drivers/mmc/core/sd.c
drivers/mmc/core/sdio.c