Re: [PATCH] regulator: tps65910: Convert to use regulator_map_voltage_ascend

2013-04-23 Thread Mark Brown
On Sat, Apr 20, 2013 at 10:30:17AM +0800, Axel Lin wrote: > All regulators have ascendant voltage list in this driver. > Some regulators have more than 200 supported voltages. > e.g. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] regulator: tps65910: Convert to use regulator_map_voltage_ascend

2013-04-23 Thread Mark Brown
On Sat, Apr 20, 2013 at 10:30:17AM +0800, Axel Lin wrote: All regulators have ascendant voltage list in this driver. Some regulators have more than 200 supported voltages. e.g. Applied, thanks. signature.asc Description: Digital signature

[PATCH] regulator: tps65910: Convert to use regulator_map_voltage_ascend

2013-04-19 Thread Axel Lin
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

[PATCH] regulator: tps65910: Convert to use regulator_map_voltage_ascend

2013-04-19 Thread Axel Lin
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