From: Axel Lin Date: Fri, 8 Jun 2012 02:29:21 +0000 (+0800) Subject: regulator: ab8500: Remove min_uV and max_uV from struct ab8500_regulator_info X-Git-Tag: v3.6-rc1~157^2^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b9e329f99397d01e4789d64aa2f581a7c94b03;p=pandora-kernel.git regulator: ab8500: Remove min_uV and max_uV from struct ab8500_regulator_info The min_uV and max_uV are not really used in the code and misleading because the min_uV and max_uV settings does not match the value in the voltage table. For example, we have static const unsigned int ldo_vaux3_voltages[] = { 1200000, 1500000, 1800000, 2100000, 2500000, 2750000, 2790000, 2910000, }; With below min_uV/max_uV settings for AB8500_LDO_AUX3. .min_uV = 1100000, .max_uV = 3300000, The min_uV/max_uV for AB8500_LDO_AUX3 seems copy-paste from AB8500_LDO_AUX2 and is wrong. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed