Re: [PATCH RFC] regulator: mc13xxx: Populate selector from mc13xxx_fixed_regulator_set_voltage

2012-08-01 Thread Mark Brown
On Fri, Jul 13, 2012 at 11:01:14PM +0800, Axel Lin wrote: > This was missing until now and the underlying > _regulator_do_set_voltage is using this value when calling list_voltage. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH RFC] regulator: mc13xxx: Populate selector from mc13xxx_fixed_regulator_set_voltage

2012-07-13 Thread Mark Brown
On Fri, Jul 13, 2012 at 11:01:14PM +0800, Axel Lin wrote: > Not very sure if we should implement set_voltage callback for fixed voltage. > ( Other drivers do not implement set_voltage callback for fixed voltage. > Since the voltage is fixed, implement set_voltage callback seems does not > make se

[PATCH RFC] regulator: mc13xxx: Populate selector from mc13xxx_fixed_regulator_set_voltage

2012-07-13 Thread Axel Lin
This was missing until now and the underlying _regulator_do_set_voltage is using this value when calling list_voltage. Signed-off-by: Axel Lin --- Not very sure if we should implement set_voltage callback for fixed voltage. ( Other drivers do not implement set_voltage callback for fixed voltage.