Re: [PATCH V2 1/2] regulator: pwm: DT: Add ramp delay for exponential voltage transition

2016-11-22 Thread Rob Herring
On Tue, Nov 22, 2016 at 2:50 AM, Laxman Dewangan wrote: > > On Monday 21 November 2016 09:47 PM, Rob Herring wrote: >> >> On Fri, Nov 18, 2016 at 08:05:55PM +0530, Laxman Dewangan wrote: >>> >>> Some PWM regulator has the exponential transition in voltage change as >>> opposite to fixed slew-rate

Re: [PATCH V2 1/2] regulator: pwm: DT: Add ramp delay for exponential voltage transition

2016-11-22 Thread Laxman Dewangan
On Monday 21 November 2016 09:47 PM, Rob Herring wrote: On Fri, Nov 18, 2016 at 08:05:55PM +0530, Laxman Dewangan wrote: Some PWM regulator has the exponential transition in voltage change as opposite to fixed slew-rate linear transition on other regulators. For such PWM regulators, add the pro

Re: [PATCH V2 1/2] regulator: pwm: DT: Add ramp delay for exponential voltage transition

2016-11-21 Thread Rob Herring
On Fri, Nov 18, 2016 at 08:05:55PM +0530, Laxman Dewangan wrote: > Some PWM regulator has the exponential transition in voltage change as > opposite to fixed slew-rate linear transition on other regulators. > For such PWM regulators, add the property to tell that voltage change > is exponential and

[PATCH V2 1/2] regulator: pwm: DT: Add ramp delay for exponential voltage transition

2016-11-18 Thread Laxman Dewangan
Some PWM regulator has the exponential transition in voltage change as opposite to fixed slew-rate linear transition on other regulators. For such PWM regulators, add the property to tell that voltage change is exponential and having fixed delay for any level of change. Signed-off-by: Laxman Dewan