linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Andreas Klinger <ak@it-klinger.de>
Cc: David Lechner <dlechner@baylibre.com>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Lars-Peter Clausen <lars@metafoo.de>,
	linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] iio: sgp40: retain documentation in driver
Date: Wed, 21 Aug 2024 21:28:46 +0100	[thread overview]
Message-ID: <20240821212827.1d5e85ad@jic23-huawei> (raw)
In-Reply-To: <ZsWdFOIkDtEB9WGO@mail.your-server.de>

On Wed, 21 Aug 2024 09:53:56 +0200
Andreas Klinger <ak@it-klinger.de> wrote:

> Retain documentation on how the voc index is actually calculated in
> driver code as it'll be removed in Documentation.
> 
> This is a follow up on patch "[PATCH] iio: ABI: remove duplicate
> in_resistance_calibbias" from David.
Applied both patches.  Thanks to you both for sorting this.

Jonathan

> 
> Signed-off-by: Andreas Klinger <ak@it-klinger.de>
> ---
>  drivers/iio/chemical/sgp40.c | 11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/iio/chemical/sgp40.c b/drivers/iio/chemical/sgp40.c
> index 7f0de14a1956..07d8ab830211 100644
> --- a/drivers/iio/chemical/sgp40.c
> +++ b/drivers/iio/chemical/sgp40.c
> @@ -14,11 +14,16 @@
>   * 1) read raw logarithmic resistance value from sensor
>   *    --> useful to pass it to the algorithm of the sensor vendor for
>   *    measuring deteriorations and improvements of air quality.
> + *    It can be read from the attribute in_resistance_raw.
>   *
> - * 2) calculate an estimated absolute voc index (0 - 500 index points) for
> - *    measuring the air quality.
> + * 2) calculate an estimated absolute voc index (in_concentration_input)
> + *    with 0 - 500 index points) for measuring the air quality.
>   *    For this purpose the value of the resistance for which the voc index
> - *    will be 250 can be set up using calibbias.
> + *    will be 250 can be set up using in_resistance_calibbias (default 30000).
> + *
> + *    The voc index is calculated as:
> + *      x = (in_resistance_raw - in_resistance_calibbias) * 0.65
> + *      in_concentration_input = 500 / (1 + e^x)
>   *
>   * Compensation values of relative humidity and temperature can be set up
>   * by writing to the out values of temp and humidityrelative.


      reply	other threads:[~2024-08-21 20:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-21  7:53 [PATCH] iio: sgp40: retain documentation in driver Andreas Klinger
2024-08-21 20:28 ` Jonathan Cameron [this message]

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=20240821212827.1d5e85ad@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=ak@it-klinger.de \
    --cc=dlechner@baylibre.com \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /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;
as well as URLs for NNTP newsgroup(s).