]> git.neil.brown.name Git - gta04.git/commit
regulator: core: Support table based mapping in regulator_set_voltage_time_sel
authorAxel Lin <axel.lin@gmail.com>
Mon, 18 Jun 2012 02:11:28 +0000 (10:11 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 18 Jun 2012 09:56:51 +0000 (10:56 +0100)
commit398715ab9414b3b7741c8239c254111f5016821c
treeb617985059b139e4b799eb973ea75f0e829e0253
parent086ccd4379ad6c9c7c7713ef5f61b9d12e995147
regulator: core: Support table based mapping in regulator_set_voltage_time_sel

For table based mapping, we can calculate voltage difference by below equation:
abs(rdev->desc->volt_table[new_selector] - rdev->desc->volt_table[old_selector])

Thus we can make regulator_set_voltage_time_sel work for table based mapping.

regulator_set_voltage_time_sel() only supports linear or table based mapping.
In case it is misused, also warn if neither linear nor table based mapping
is used with regulator_set_voltage_time_sel().

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/core.c