regulator: core: Allow drivers to set voltage mapping table in regulator_desc
authorAxel Lin <axel.lin@gmail.com>
Sun, 20 May 2012 02:30:21 +0000 (10:30 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 3 Jun 2012 12:19:45 +0000 (13:19 +0100)
Some regulator hardware use table based mapping can set volt_table in
regulator_desc and use regulator_list_voltage_table() for their list_voltage
callback.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found