]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci: check voltage range only on regulators aware of voltage value
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 12 Feb 2013 08:01:36 +0000 (09:01 +0100)
committerChris Ball <cjb@laptop.org>
Tue, 12 Feb 2013 15:42:26 +0000 (10:42 -0500)
commit8c555a6316d3115e774598d060c606c49985c898
tree4a4bf446d1e8d649a8eb992c96db6518d9736f3c
parente962206b4c4a46a1e972f17c4c441c637b8bbd4c
mmc: sdhci: check voltage range only on regulators aware of voltage value

Some regulators don't report any voltage values, so checking supported
voltage range results in disabling all SDHCI_CAN_VDD_* flags and
registration failure. This patch finally provides a correct fix for the
registration of SDHCI driver with all possible voltage regulators:
dummy, fixed and regulated without using regulator_count_voltages()
hacks.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci.c