Re: [PATCH v2 10/10] iio: adc: ad7606: Disable PWM usage for non backend version
From: David Lechner
Date: Mon Sep 23 2024 - 04:35:13 EST
On Fri, Sep 20, 2024 at 7:33 PM Guillaume Stols <gstols@xxxxxxxxxxxx> wrote:
>
> Since the pwm was introduced before backend, there was an example use
> whit triggered buffers. However, using it may be dangerous, because if
with
> the PWM goes too fast, a new conversion can be triggered before the
> transmission is over, whit the associated mess in the buffers.
with
> Until a solution is found to mitigate this risk, for instante CRC
instance
> support, the PWM will be disabled.
>
> Signed-off-by: Guillaume Stols <gstols@xxxxxxxxxxxx>
> ---