MMC: Consolidate voltage definitions
authorPhilip Langdale <philipl@overt.org>
Mon, 12 Mar 2007 00:15:15 +0000 (17:15 -0700)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 1 May 2007 11:42:28 +0000 (13:42 +0200)
commit4be34c99a2f3aa90fa42e62c0918f07afb8a645b
tree7d05a02a7fe997d7ca5e47b27a6cb499bd5d60cf
parent7ea239d9e6d6993469a6a8ca83ff23834dfc3fce
MMC: Consolidate voltage definitions

Consolidate the list of available voltages.

Up until now, a separate set of defines has been
used for host->vdd than that used for the OCR
voltage mask values. Having two sets of defines
allows them to get out of sync and the current
sets are already inconsistent with one claiming
to describe ranges and the other specific voltages.

Only the SDHCI driver uses the host->vdd defines and
it is easily fixed to use the OCR defines.

Signed-off-by: Philip Langdale <philipl@overt.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/sdhci.c
include/linux/mmc/host.h