Re: [PATCH v2 0/6] iio: adc: ad7124: add filter support

From: Jonathan Cameron

Date: Sat Sep 13 2025 - 09:44:04 EST


On Fri, 12 Sep 2025 07:50:39 +0300
Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote:

> On Fri, Sep 12, 2025 at 12:42 AM David Lechner <dlechner@xxxxxxxxxxxx> wrote:
> >
> > The AD7124 family of chips supports a number of different filter modes.
> > This series eventually gets around to adding support for selecting the
> > filter mode at runtime after first doing some cleanups to the existing
> > code.
> >
> > The first 3 patches are just updating things to use newer APIs.
> >
> > The 4th patch is addressing a shortcoming in the driver where the
> > sampling_frequency attributes were being limited to an integer value.
> >
> > The 5th patch is the one that finally adds support for filter_type
> > and filter_type_available attributes.
> >
> > And the last patch documents one new filter_type that was used that we
> > haven't seen before.
> >
> > This applies on top of "[PATCH v4] iio: adc: ad7124: fix sample rate for
> > multi-channel use"
>
> For non-commented patches
> Reviewed-by: Andy Shevchenko <andy@xxxxxxxxxx>
>

There was a bit of fuzz on patch 6 but resolution looks good to me.
So applied whole series to the togreg branch of iio.git which I'll briefly
push out as testing.