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>,
Guillaume Ranquet <granquet@baylibre.com>,
Cosmin Tanislav <cosmin.tanislav@analog.com>,
Andy Shevchenko <andy.shevchenko@gmail.com>,
Michael Walle <michael@walle.cc>,
Dumitru Ceclan <mitrutzceclan@gmail.com>,
Andy Shevchenko <andy@kernel.org>, Nuno Sa <nuno.sa@analog.com>
Cc: linux-iio@vger.kernel.org
Subject: [PATCH v2 0/6] iio: adc: ad{4130,7124,7173}: A few fixes and ad7124 calibration
Date: Tue, 18 Feb 2025 19:31:07 +0100 [thread overview]
Message-ID: <cover.1739902968.git.u.kleine-koenig@baylibre.com> (raw)
Hello,
this v2 series is a rework of two series:
https://lore.kernel.org/iio/20250212105322.10243-5-u.kleine-koenig@baylibre.com
https://lore.kernel.org/iio/cover.1738258777.git.u.kleine-koenig@baylibre.com
; they overlap thematically and so I put them together in a single
series.
Changes since their (implicit) v1:
- Use static_assert instead of BUILD_BUG, add more comments to the "Fix
comparison" patches
- Make ad7124 internal calibration actually compile
- Sort the fix to the front of the series and add a Fixes: tag
- Implement system calibration
- More comments and commit log improvements
The "Fix comparison" patches trigger a checkpatch warning because the
struct members are considered wrongly indented. For me the indention
looks right, but I don't feel strong here and happily adapt if
requested.
Best regards
Uwe
Uwe Kleine-König (6):
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: ad7124: Implement internal calibration at probe time
iio: adc: ad7124: Implement system calibration
drivers/iio/adc/ad4130.c | 41 ++++-
drivers/iio/adc/ad7124.c | 293 ++++++++++++++++++++++++++++---
drivers/iio/adc/ad7173.c | 25 ++-
drivers/iio/adc/ad_sigma_delta.c | 1 +
4 files changed, 331 insertions(+), 29 deletions(-)
base-commit: ac856912f210bcff6a1cf8cf9cb2f6a1dfe85798
--
2.47.1
next reply other threads:[~2025-02-18 18:31 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-18 18:31 Uwe Kleine-König [this message]
2025-02-18 18:31 ` [PATCH v2 1/6] iio: adc: ad_sigma_delta: Disable channel after calibration Uwe Kleine-König
2025-02-18 18:31 ` [PATCH v2 2/6] iio: adc: ad4130: Fix comparison of channel setups Uwe Kleine-König
2025-02-18 19:18 ` David Lechner
2025-02-19 8:53 ` Andy Shevchenko
2025-02-19 15:54 ` Uwe Kleine-König
2025-02-18 18:31 ` [PATCH v2 3/6] iio: adc: ad7124: Fix comparison of channel configs Uwe Kleine-König
2025-02-18 18:31 ` [PATCH v2 4/6] iio: adc: ad7173: " Uwe Kleine-König
2025-02-18 18:31 ` [PATCH v2 5/6] iio: adc: ad7124: Implement internal calibration at probe time Uwe Kleine-König
2025-02-22 14:44 ` Jonathan Cameron
2025-02-18 18:31 ` [PATCH v2 6/6] iio: adc: ad7124: Implement system calibration Uwe Kleine-König
2025-02-18 19:37 ` David Lechner
2025-02-21 18:23 ` Uwe Kleine-König
2025-02-19 10:45 ` Nuno Sá
2025-02-22 14:48 ` [PATCH v2 0/6] iio: adc: ad{4130,7124,7173}: A few fixes and ad7124 calibration Jonathan Cameron
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.1739902968.git.u.kleine-koenig@baylibre.com \
--to=u.kleine-koenig@baylibre.com \
--cc=Michael.Hennerich@analog.com \
--cc=andy.shevchenko@gmail.com \
--cc=andy@kernel.org \
--cc=cosmin.tanislav@analog.com \
--cc=granquet@baylibre.com \
--cc=jic23@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=michael@walle.cc \
--cc=mitrutzceclan@gmail.com \
--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