From: Axel Lin Date: Mon, 26 Mar 2012 05:46:44 +0000 (+0800) Subject: regulator: Convert tps65023 to set_voltage_sel X-Git-Tag: v3.5-rc1~177^2~58^3~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7061873f709bcecc8e079395567e2c314d21f7aa;p=pandora-kernel.git regulator: Convert tps65023 to set_voltage_sel This patch also changes the define for TPS65023_LDO_CTRL_LDOx_MASK, because regmap_update_bits actually does: (orig & ~mask) | (val & mask) This change makes the code consists for all regmap_update_bits calls. Also removes some uninformative comments. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed