public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>,
	Cosmin Tanislav <cosmin.tanislav@analog.com>,
	Dumitru Ceclan <mitrutzceclan@gmail.com>,
	Guillaume Ranquet <granquet@baylibre.com>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Michael Hennerich <Michael.Hennerich@analog.com>,
	Michael Walle <michael@walle.cc>, Nuno Sa <nuno.sa@analog.com>,
	linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 8/8] iio: adc: ad7124: Implement system calibration
Date: Thu, 6 Mar 2025 00:07:18 +0000	[thread overview]
Message-ID: <20250306000718.330c99db@jic23-huawei> (raw)
In-Reply-To: <20250303114659.1672695-18-u.kleine-koenig@baylibre.com>

On Mon,  3 Mar 2025 12:47:06 +0100
Uwe Kleine-König <u.kleine-koenig@baylibre.com> wrote:

> Allow triggering both zero-scale and full-scale calibration via sysfs in
> the same way as it's done for ad7173.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
> ---
>  drivers/iio/adc/ad7124.c | 153 ++++++++++++++++++++++++++++++++++-----
>  1 file changed, 136 insertions(+), 17 deletions(-)
> 
> diff --git a/drivers/iio/adc/ad7124.c b/drivers/iio/adc/ad7124.c
> index 382f46ff2b51..5ab0d3e48c43 100644
> --- a/drivers/iio/adc/ad7124.c
> +++ b/drivers/iio/adc/ad7124.c
> @@ -4,6 +4,7 @@
>   *
>   * Copyright 2018 Analog Devices Inc.
>   */
> +
Stray change.  I'm in that sort of mood so I'll tweak it whilst
apply.  Rest looks good to me.

Applied to the togreg branch of iio.git and pushed out as testing.
As the fixes are theoretical(ish) I'll not rush them in.

Thanks,

Jonathan

  reply	other threads:[~2025-03-06  0:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-03 11:46 [PATCH v4 0/8] iio: adc: ad{4130,7124,7173}: A few fixes and ad7124 calibration Uwe Kleine-König
2025-03-03 11:46 ` [PATCH v4 1/8] iio: adc: ad_sigma_delta: Disable channel after calibration Uwe Kleine-König
2025-03-03 11:47 ` [PATCH v4 2/8] iio: adc: ad4130: Fix comparison of channel setups Uwe Kleine-König
2025-03-03 11:47 ` [PATCH v4 3/8] iio: adc: ad7124: Fix comparison of channel configs Uwe Kleine-König
2025-03-03 11:47 ` [PATCH v4 4/8] iio: adc: ad7173: " Uwe Kleine-König
2025-03-03 11:47 ` [PATCH v4 5/8] iio: adc: ad4130: Adapt internal names to match official filter_type ABI Uwe Kleine-König
2025-03-03 11:47 ` [PATCH v4 6/8] iio: adc: ad_sigma_delta: Add error checking for ad_sigma_delta_set_channel() Uwe Kleine-König
2025-03-03 11:47 ` [PATCH v4 7/8] iio: adc: ad7124: Implement internal calibration at probe time Uwe Kleine-König
2025-03-03 11:47 ` [PATCH v4 8/8] iio: adc: ad7124: Implement system calibration Uwe Kleine-König
2025-03-06  0:07   ` Jonathan Cameron [this message]
2025-03-06  8:33     ` 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=20250306000718.330c99db@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=cosmin.tanislav@analog.com \
    --cc=granquet@baylibre.com \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michael@walle.cc \
    --cc=mitrutzceclan@gmail.com \
    --cc=nuno.sa@analog.com \
    --cc=u.kleine-koenig@baylibre.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