From: Axel Lin Date: Wed, 20 Jun 2012 14:30:15 +0000 (+0800) Subject: regulator: tps6524x: Convert to regulator_list_voltage_table() X-Git-Tag: v3.6-rc1~157^2^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cac87fd34ebd79a954321f78acf38abcc69e1308;p=pandora-kernel.git regulator: tps6524x: Convert to regulator_list_voltage_table() This patch adds fixed_5000000_voltage table for fixed voltage, so we can convert regulator_ops to regulator_list_voltage_table. We can differentiate fixed voltage by checking rdev->desc->n_voltages == 1, thus remove the FIXED_VOLTAGE flag usage. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed