Re: [PATCH] pwm-regulator: Add support for a fixed delay after duty cycle changes

From: Javier Martinez Canillas
Date: Fri Aug 26 2016 - 20:00:03 EST


Hello Matthias,

On Fri, Aug 26, 2016 at 7:13 PM, Matthias Kaehlcke <mka@xxxxxxxxxxxx> wrote:
> A change of the duty cycle doesn't necessarily cause an inmediate switch
> to the target voltage. The voltage change may be gradual and complete
> with a certain delay. This change introduces the device tree properties
> "settle-time-up-us" and "settle-time-down-us", which allow to specify a
> fixed delay after a voltage increase or decrease. Often it is not
> strictly necessary for a voltage decrease to complete, therefore the
> delays may be asymmetric for voltage. For regulators with a ramp delay
> the corresponding settle time is added to the ramp delay.
>
> Change-Id: Ib3543a250e1dfc14964ec72bd2684237728a08a3

You should remove this tag before posting since is not suitable for mainline.

> Signed-off-by: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
> ---

Best regards,
Javier