From: Axel Lin Date: Mon, 25 Mar 2013 06:59:00 +0000 (+0800) Subject: regulator: ab8500: Use regulator_list_voltage_linear for fixed voltage X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~131^2~25^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5689e830745b39dbab895e5e8df3f962cb7eecac;p=pandora-kernel.git regulator: ab8500: Use regulator_list_voltage_linear for fixed voltage Both ab8500_regulator_mode_ops and ab8500_regulator_ops do not have volt_table setting, thus we can not use regulator_list_voltage_table for them. However, they have min_uV setting with n_voltages = 1, so use regulator_list_voltage_linear instead. Also remove setting set_voltage_time_sel for ab8500_regulator_mode_ops. It is used only for fixed voltage, so it does not need to implement set_voltage_time_sel. Signed-off-by: Axel Lin Acked-by: Lee Jones Signed-off-by: Mark Brown --- Reading git-diff-tree failed