mmc: core: fix power class selection
authorSubhash Jadavani <subhashj@codeaurora.org>
Tue, 3 Apr 2012 06:55:58 +0000 (12:25 +0530)
committerChris Ball <cjb@laptop.org>
Fri, 6 Apr 2012 00:32:31 +0000 (20:32 -0400)
commit2723a6ee4f1ef806b2c79234bd26c2452836415e
treeec82fab62c5c989d0a6ce94695cd5b67c1c9f392
parent7c25320b7816f44e983d0986c9397695d9c27093
mmc: core: fix power class selection

mmc_select_powerclass() function returns error if eMMC
VDD level supported by host is between 2.7v to 3.2v.

According to eMMC specification, valid voltage for high
voltage cards is 2.7v to 3.6v. This patch ensures that
2.7v to 3.6v VDD range is treated as valid range.

Also, failure to set the power class shouldn't be treated
as fatal error because even if setting the power class
fails, card can still work in default power class.
If mmc_select_powerclass() returns error, just print
the warning message and go ahead with rest of the card
initialization.

Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
Acked-by: Girish K S <girish.shivananjappa@linaro.org>
Reviewed-by: Namjae Jeon <linkinjeon@gmail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/mmc.c