From: Axel Lin Date: Thu, 18 Apr 2013 02:34:49 +0000 (+0800) Subject: regulator: core: Add regulator_map_voltage_ascend() API X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~131^2~22^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcf371ee5624cc87abac205cd0dad2432d7f0346;p=pandora-kernel.git regulator: core: Add regulator_map_voltage_ascend() API A lot of regulator hardware has ascendant voltage list. This patch adds regulator_map_voltage_ascend() and export it. Drivers that have ascendant voltage list can use this as their map_voltage() operation, this is more efficient than default regulator_map_voltage_iterate() function. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed