Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/5] iio: adc: ad7137: add filter support
@ 2025-07-10 22:39 David Lechner
  2025-07-10 22:39 ` [PATCH 1/5] iio: adc: ad7173: rename ad7173_chan_spec_ext_info David Lechner
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: David Lechner @ 2025-07-10 22:39 UTC (permalink / raw)
  To: Michael Hennerich, Jonathan Cameron, Nuno Sá,
	Andy Shevchenko
  Cc: linux-iio, linux-kernel, David Lechner

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

 Documentation/ABI/testing/sysfs-bus-iio |  25 ++--
 drivers/iio/adc/ad7173.c                | 204 +++++++++++++++++++++++++++++---
 2 files changed, 205 insertions(+), 24 deletions(-)
---
base-commit: f8f559752d573a051a984adda8d2d1464f92f954
change-id: 20250710-iio-adc-ad7137-add-filter-support-d0ffaa92afc9
prerequisite-change-id: 20250703-iio-adc-ad7173-fix-channels-index-for-syscalib_mode-49b404e99e0c:v1
prerequisite-patch-id: 982dde330c34b57a76a3e48ccfc73ea6977833d1
prerequisite-change-id: 20250703-iio-adc-ad7173-fix-num_slots-on-most-chips-b982206a20b1:v3
prerequisite-patch-id: 350fb675f3e0fe494e0ce4ddf5685d9369ffa11a
prerequisite-change-id: 20250708-iio-adc-ad7313-fix-calibration-channel-198ed65d9b0a:v1
prerequisite-patch-id: b94476eb0399877093321fd5010965d44738c097
prerequisite-change-id: 20250709-iio-adc-ad7173-fix-setup-use-limits-0a5d2b6a6780:v1
prerequisite-patch-id: 8ca40138b61bcf4eac7437b8184276576308536b
prerequisite-change-id: 20250710-iio-adc-ad7173-fix-setting-odr-in-probe-915972070e8a:v1
prerequisite-patch-id: 0f79cb2677f8a249283e239ca9ae9ae1a1eeb365

Best regards,
-- 
David Lechner <dlechner@baylibre.com>


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-07-27 15:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-10 22:39 [PATCH 0/5] iio: adc: ad7137: add filter support David Lechner
2025-07-10 22:39 ` [PATCH 1/5] iio: adc: ad7173: rename ad7173_chan_spec_ext_info David Lechner
2025-07-10 22:39 ` [PATCH 2/5] iio: adc: ad7173: rename odr field David Lechner
2025-07-24 13:15   ` Jonathan Cameron
2025-07-10 22:39 ` [PATCH 3/5] iio: adc: ad7173: support changing filter type David Lechner
2025-07-25  8:44   ` Nuno Sá
2025-07-10 22:39 ` [PATCH 4/5] iio: ABI: alphabetize filter types David Lechner
2025-07-10 22:39 ` [PATCH 5/5] iio: ABI: add filter types for ad7173 David Lechner
2025-07-10 22:47 ` [PATCH 0/5] iio: adc: ad7137: add filter support David Lechner
2025-07-24 13:20   ` Jonathan Cameron
2025-07-24 18:50     ` David Lechner
2025-07-27 15:39       ` Jonathan Cameron
2025-07-25  8:47   ` Nuno Sá

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox