Re: [v2 PATCH 1/6] regulator: core: Add support for disabling ramp delay

2013-07-08 Thread Mark Brown
On Sat, Jun 29, 2013 at 06:21:15PM +0530, Yadwinder Singh Brar wrote: > Some hardwares support disabling ramp delay, so adding ramp_disable flag to > constraints. It will be used to figure out whether ramp_delay in constraints > is explicitly set to zero or its unintialized (zero by default). >

[v2 PATCH 1/6] regulator: core: Add support for disabling ramp delay

2013-07-08 Thread Yadwinder Singh Brar
Some hardwares support disabling ramp delay, so adding ramp_disable flag to constraints. It will be used to figure out whether ramp_delay in constraints is explicitly set to zero or its unintialized (zero by default). And we don't need to call set_voltage_time_sel() for regulators for whom ramp

[v2 PATCH 1/6] regulator: core: Add support for disabling ramp delay

2013-07-08 Thread Yadwinder Singh Brar
Some hardwares support disabling ramp delay, so adding ramp_disable flag to constraints. It will be used to figure out whether ramp_delay in constraints is explicitly set to zero or its unintialized (zero by default). And we don't need to call set_voltage_time_sel() for regulators for whom ramp

Re: [v2 PATCH 1/6] regulator: core: Add support for disabling ramp delay

2013-07-08 Thread Mark Brown
On Sat, Jun 29, 2013 at 06:21:15PM +0530, Yadwinder Singh Brar wrote: Some hardwares support disabling ramp delay, so adding ramp_disable flag to constraints. It will be used to figure out whether ramp_delay in constraints is explicitly set to zero or its unintialized (zero by default). And we