]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci: apply voltage range check only for non-fixed regulators
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 13 Nov 2012 13:32:14 +0000 (14:32 +0100)
committerChris Ball <cjb@laptop.org>
Mon, 26 Nov 2012 00:43:36 +0000 (19:43 -0500)
commit4e211ac2775f8260ff209426cf7ed4273661ce44
tree9a824be0dccea88bbcc7ef4cf732db15dab3dbfe
parentca416337097cd452e50f7281575e128e6dba8ffc
mmc: sdhci: apply voltage range check only for non-fixed regulators

Fixed regulators cannot change their voltage, so disable all voltage
range checking for them, otherwise the driver fails to operate with
fixed regulators. Up to now it worked only by luck, because
regulator_is_supported_voltage() function returned incorrect values.
Commit "regulator: fix voltage check in regulator_is_supported_voltage()"
fixed that function and now additional check is needed for fixed
regulators.

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