Re: [PATCH RFT] regulator: s2mps11: Fix ramp_delay settings for s2mps11_buck_ops

2012-08-01 Thread Mark Brown
On Tue, Jul 17, 2012 at 02:47:21PM +0800, Axel Lin wrote: > The ramp_delay settings were missing while converting to > regulator_set_voltage_time_sel(). Fix it. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH RFT] regulator: s2mps11: Fix ramp_delay settings for s2mps11_buck_ops

2012-08-01 Thread Mark Brown
On Tue, Jul 17, 2012 at 02:47:21PM +0800, Axel Lin wrote: The ramp_delay settings were missing while converting to regulator_set_voltage_time_sel(). Fix it. Applied, thanks. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH RFT] regulator: s2mps11: Fix ramp_delay settings for s2mps11_buck_ops

2012-07-17 Thread Axel Lin
The ramp_delay settings were missing while converting to regulator_set_voltage_time_sel(). Fix it. There is no ramp_delay setting for s2mps11_ldo_ops, thus remove setting set_voltage_sel callback for s2mps11_ldo_ops. Signed-off-by: Axel Lin --- drivers/regulator/s2mps11.c | 27

[PATCH RFT] regulator: s2mps11: Fix ramp_delay settings for s2mps11_buck_ops

2012-07-17 Thread Axel Lin
The ramp_delay settings were missing while converting to regulator_set_voltage_time_sel(). Fix it. There is no ramp_delay setting for s2mps11_ldo_ops, thus remove setting set_voltage_sel callback for s2mps11_ldo_ops. Signed-off-by: Axel Lin axel@gmail.com --- drivers/regulator/s2mps11.c |