Re: [PATCH 0/2] pwm: axi-pwmgen: always enable FORCE_ALIGN
From: Nuno Sá
Date: Fri Oct 11 2024 - 06:10:21 EST
On Fri, 2024-10-11 at 11:51 +0200, Uwe Kleine-König wrote:
> On Thu, Oct 10, 2024 at 10:33:20AM +0200, Nuno Sá wrote:
> > On Wed, 2024-10-09 at 16:11 -0500, David Lechner wrote:
> > > When using the axi-pwmgen as a trigger for ADCs, we've found that the
> > > default behavior of the PWMGEN IP block is not ideal. The default
> > > behavior is to wait for the period of all PWM outputs to run out before
> > > applying any new settings. But there isn't a way to block until this
> > > happens (and even if there was, it could take a long time). So the
> > > pwm apply function returns before the new settings are actually applied.
> > >
> > > This makes certain use cases impossible. For example, to use the PWM
> > > like a GPIO to create a single pulse on and off to trigger a single ADC
> > > conversion.
> > >
> > > The AXI PWMGEN has a FORCE_ALIGN configuration option that changes the
> > > behavior so that any new output settings (period, duty cycle, etc.) are
> > > applied immediately. This can cause glitches in the output, but makes
> > > the PWM actually useable for most applications.
> > >
> > > Also, there was a naming conflict with register names, so there is a
> > > preliminary cleanup patch to sort that out.
> > >
> > > ---
> >
> > Reviewed-by: Nuno Sa <nuno.sa@xxxxxxxxxx>
>
> b4 diagnoses for that:
> NOTE: some trailers ignored due to from/email mismatches:
> ! Trailer: Reviewed-by: Nuno Sa <nuno.sa@xxxxxxxxxx>
> Msg From: Nuno Sá <noname.nuno@xxxxxxxxx>
>
> I fixed that manually now, but would be nice if you'd care for matching
> addresses in the future.
>
>
Arghh,
Completely forgot... As i said in the first time, I'm doing this all the time
and never got a complain about it. I'll try to remember for pwm to reply from my
work email client (which I want to avoid for mailing lists as you might guess
the client I'm speaking about).
- Nuno Sá