regulator: ab8500: Use regulator_list_voltage_linear for ab8500_regulator_fixed_ops
authorAxel Lin <axel.lin@gmail.com>
Fri, 8 Jun 2012 02:27:49 +0000 (10:27 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 17 Jun 2012 20:04:45 +0000 (21:04 +0100)
commit7142e2138b088da429d94859df0ed05b1b82607c
treece2c85eedbf3c3af374a5d899bd37eb59656a28a
parent34e74f39fa9a2c1489444266cc9e973dc1b3a419
regulator: ab8500: Use regulator_list_voltage_linear for ab8500_regulator_fixed_ops

Also removes set_voltage_time_sel callback from ab8500_regulator_fixed_ops
because the voltage won't change. ( And ab8500_regulator_fixed_ops does not
implement get_voltage_sel so set_voltage_time_sel won't be called )

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