From: Axel Lin Date: Sat, 20 Apr 2013 02:30:17 +0000 (+0800) Subject: regulator: tps65910: Convert to use regulator_map_voltage_ascend X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~131^2~22^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa8175f0f6ebe1ac1495a3d4fa61cc31e0843c0;p=pandora-kernel.git regulator: tps65910: Convert to use regulator_map_voltage_ascend All regulators have ascendant voltage list in this driver. Some regulators have more than 200 supported voltages. e.g. For TPS65910_REG_VDD1 and TPS65910_REG_VDD2: n_voltages = VDD1_2_NUM_VOLT_FINE * VDD1_2_NUM_VOLT_COARSE = 73 * 3 = 219 Thus it worth converting to regulator_map_voltage_ascend rather than use default regulator_map_voltage_iterate. For consistent, convert all regulators to regulator_map_voltage_ascend. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed