regulator: wm8350: Use wm8350_ldo_list_voltage instead of open code to verify selecte...
authorAxel Lin <axel.lin@gmail.com>
Tue, 12 Jun 2012 12:08:30 +0000 (20:08 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 17 Jun 2012 19:51:44 +0000 (20:51 +0100)
commita967fbfaca0a979fc34c1097b37d824039a709b1
tree5c7dff65ec2d0ecab3679c9dfb88814da53dffb2
parentb4bc9ef6253578ecc71eec79a7dd423d0a282a4b
regulator: wm8350: Use wm8350_ldo_list_voltage instead of open code to verify selected voltage

Call wm8350_ldo_list_voltage() instead of open code to verify selected voltage
falls within specified range.
Use wm8350_ldo_list_voltage() here is less error prone.

wm8350_ldo_val_to_mvolts() is only used in wm8350_ldo_list_voltage now, so
remove it and move the implementation to wm8350_ldo_list_voltage().

This patch also include below small changes in wm8350_ldo_map_voltage:
1. wm8350_ldo_map_voltage() returns selector, thus rename variable mV to sel.
2. Use DIV_ROUND_UP macro to calculate selector.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/wm8350-regulator.c