]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3871a272a30526354b9a22081b557d3fe3639106
treeec82fab62c5c989d0a6ce94695cd5b67c1c9f392
parent71998ebe9616dc2a58c0f3e84b7d7c2b0061e509
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