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

2016-11-15 Thread Laxman Dewangan
On Tuesday 15 November 2016 07:57 PM, Rob Herring wrote: On Tue, Nov 15, 2016 at 5:42 AM, Laxman Dewangan wrote: On Monday 14 November 2016 09:18 PM, Rob Herring wrote: On Fri, Nov 04, 2016 at 11:07:54PM +0530, Laxman Dewangan wrote: regulator +-

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

2016-11-15 Thread Laxman Dewangan
On Tuesday 15 November 2016 07:57 PM, Rob Herring wrote: On Tue, Nov 15, 2016 at 5:42 AM, Laxman Dewangan wrote: On Monday 14 November 2016 09:18 PM, Rob Herring wrote: On Fri, Nov 04, 2016 at 11:07:54PM +0530, Laxman Dewangan wrote: regulator +- pwm-regulator-voltage-ramp-time-us:

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

2016-11-15 Thread Rob Herring
On Tue, Nov 15, 2016 at 5:42 AM, Laxman Dewangan wrote: > > On Monday 14 November 2016 09:18 PM, Rob Herring wrote: >> >> On Fri, Nov 04, 2016 at 11:07:54PM +0530, Laxman Dewangan wrote: >>> >>> Some PWM regulator has the exponential transition in voltage change as >>>

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

2016-11-15 Thread Rob Herring
On Tue, Nov 15, 2016 at 5:42 AM, Laxman Dewangan wrote: > > On Monday 14 November 2016 09:18 PM, Rob Herring wrote: >> >> On Fri, Nov 04, 2016 at 11:07:54PM +0530, Laxman Dewangan wrote: >>> >>> Some PWM regulator has the exponential transition in voltage change as >>> opposite to fixed slew-rate

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

2016-11-15 Thread Laxman Dewangan
On Monday 14 November 2016 09:18 PM, Rob Herring wrote: On Fri, Nov 04, 2016 at 11:07:54PM +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

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

2016-11-15 Thread Laxman Dewangan
On Monday 14 November 2016 09:18 PM, Rob Herring wrote: On Fri, Nov 04, 2016 at 11:07:54PM +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

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

2016-11-14 Thread Rob Herring
On Fri, Nov 04, 2016 at 11:07:54PM +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 for providing the delay > from DT node. > >

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

2016-11-14 Thread Rob Herring
On Fri, Nov 04, 2016 at 11:07:54PM +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 for providing the delay > from DT node. > >

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

2016-11-04 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 for providing the delay from DT node. Add DT binding details of the new property "pwm-regulator-voltage-ramp-time-us"

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

2016-11-04 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 for providing the delay from DT node. Add DT binding details of the new property "pwm-regulator-voltage-ramp-time-us"