Linux IIO development
 help / color / mirror / Atom feed
* [PATCH v3 0/7] iio: adc: ad{4130,7124,7173}: A few fixes and ad7124 calibration
@ 2025-02-24 14:10 Uwe Kleine-König
  2025-02-24 14:10 ` [PATCH v3 1/7] iio: adc: ad_sigma_delta: Disable channel after calibration Uwe Kleine-König
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Uwe Kleine-König @ 2025-02-24 14:10 UTC (permalink / raw)
  To: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Cosmin Tanislav, Andy Shevchenko, Guillaume Ranquet, Nuno Sa,
	David Lechner
  Cc: linux-iio

Hello,

this v3 addresses most feedback I received for v2 which is available at
https://lore.kernel.org/linux-iio/cover.1739902968.git.u.kleine-koenig@baylibre.com:

 - fix commit log leftover mentioning BUILD_BUG (David)
 - s/adaptions/adaptations/ (Andy)
 - drop a #define DEBUG (Nuno)
 - return early in ad7124_write_syscalib() to save some indentation
   level
 - Rework the calibrate_all function to simplify error handling
   (Jonathan)
 - rebase to today's iio/togreg
 - new patch "Add error checking for ad_sigma_delta_set_channel()".
   I noticed that one during working on the driver. Didn't see actual
   breakage, so IMHO not an urgent patch.

I didn't rework calibration to make use of direct mode. That's still an
open question in v2. Didn't wait for that resolving to get the first few
patches out of the door for Jonathan to apply them.

Best regards
Uwe

Uwe Kleine-König (7):
  iio: adc: ad_sigma_delta: Disable channel after calibration
  iio: adc: ad4130: Fix comparison of channel setups
  iio: adc: ad7124: Fix comparison of channel configs
  iio: adc: ad7173: Fix comparison of channel configs
  iio: adc: ad_sigma_delta: Add error checking for
    ad_sigma_delta_set_channel()
  iio: adc: ad7124: Implement internal calibration at probe time
  iio: adc: ad7124: Implement system calibration

 drivers/iio/adc/ad4130.c         |  41 ++++-
 drivers/iio/adc/ad7124.c         | 302 ++++++++++++++++++++++++++++---
 drivers/iio/adc/ad7173.c         |  25 ++-
 drivers/iio/adc/ad_sigma_delta.c |   6 +-
 4 files changed, 344 insertions(+), 30 deletions(-)

base-commit: 66e80e2f21762bdaa56a4d63c79e5aca5f6bd93c
-- 
2.47.1


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

end of thread, other threads:[~2025-02-24 14:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-24 14:10 [PATCH v3 0/7] iio: adc: ad{4130,7124,7173}: A few fixes and ad7124 calibration Uwe Kleine-König
2025-02-24 14:10 ` [PATCH v3 1/7] iio: adc: ad_sigma_delta: Disable channel after calibration Uwe Kleine-König
2025-02-24 14:10 ` [PATCH v3 2/7] iio: adc: ad4130: Fix comparison of channel setups Uwe Kleine-König
2025-02-24 14:10 ` [PATCH v3 3/7] iio: adc: ad7124: Fix comparison of channel configs Uwe Kleine-König
2025-02-24 14:10 ` [PATCH v3 4/7] iio: adc: ad7173: " Uwe Kleine-König
2025-02-24 14:10 ` [PATCH v3 5/7] iio: adc: ad_sigma_delta: Add error checking for ad_sigma_delta_set_channel() Uwe Kleine-König
2025-02-24 14:10 ` [PATCH v3 6/7] iio: adc: ad7124: Implement internal calibration at probe time Uwe Kleine-König
2025-02-24 14:10 ` [PATCH v3 7/7] iio: adc: ad7124: Implement system calibration Uwe Kleine-König

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