Re: [PATCH 0/5] iio: adc: ad7137: add filter support
From: Jonathan Cameron
Date: Thu Jul 24 2025 - 09:20:20 EST
On Thu, 10 Jul 2025 17:47:14 -0500
David Lechner <dlechner@xxxxxxxxxxxx> wrote:
> On 7/10/25 5:39 PM, David Lechner wrote:
> > Adding yet another feature to the ad7173 driver, this time,
> > filter support.
> >
> > There are a couple of leading patches to rename some stuff to minimize
> > the diff in the main patch where filter support is actually added. And
> > there is a bonus patch to clean up the ABI docs for filter_type first
> > before adding the new filter types introduced in this series.
> >
> > This was tested on the EVAL-AD7173-8ARDZ evaluation board.
> >
> > This series depends on a bunch of fixes, so we'll have to wait for
> > those to make it back into iio/testing before we can merge this
> > series. There is also an outstanding patch to add SPI offload support
> > to this driver, but that doesn't actually have any merge conflicts
> > with this series, so they can be applied in any order.
> >
> > ---
> > David Lechner (5):
> > iio: adc: ad7173: rename ad7173_chan_spec_ext_info
> > iio: adc: ad7173: rename odr field
> > iio: adc: ad7173: support changing filter type
> > iio: ABI: alphabetize filter types
> > iio: ABI: add filter types for ad7173
> >
> I don't know why, but I really struggle to write this part number
> correctly. The subject of this cover letter is wrong, but at least
> I got it right in all of the patch subject lines.
>
Series look good to me. Give me a poke if it looks like I've forgotten
to pick this up after the precursor fix is in my tree.
Jonathan