Linux IIO development
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
To: Lars-Peter Clausen <lars@metafoo.de>,
	Michael Hennerich <Michael.Hennerich@analog.com>,
	Jonathan Cameron <jic23@kernel.org>,
	Cosmin Tanislav <cosmin.tanislav@analog.com>,
	Andy Shevchenko <andy.shevchenko@gmail.com>,
	Guillaume Ranquet <granquet@baylibre.com>,
	Nuno Sa <nuno.sa@analog.com>,
	David Lechner <dlechner@baylibre.com>
Cc: linux-iio@vger.kernel.org
Subject: [PATCH v3 0/7] iio: adc: ad{4130,7124,7173}: A few fixes and ad7124 calibration
Date: Mon, 24 Feb 2025 15:10:11 +0100	[thread overview]
Message-ID: <cover.1740405546.git.u.kleine-koenig@baylibre.com> (raw)

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


             reply	other threads:[~2025-02-24 14:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-24 14:10 Uwe Kleine-König [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1740405546.git.u.kleine-koenig@baylibre.com \
    --to=u.kleine-koenig@baylibre.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=cosmin.tanislav@analog.com \
    --cc=dlechner@baylibre.com \
    --cc=granquet@baylibre.com \
    --cc=jic23@kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=nuno.sa@analog.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox