From: Jonathan Cameron <jic23@kernel.org>
To: Marek Vasut <marex@denx.de>
Cc: linux-iio@vger.kernel.org,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Matti Vaittinen <mazziesaccount@gmail.com>,
Alexander Stein <alexander.stein@ew.tq-group.com>,
Andre Werner <andre.werner@systec-electronic.com>,
Bjorn Helgaas <bhelgaas@google.com>,
Conor Dooley <conor+dt@kernel.org>,
Fabio Estevam <festevam@denx.de>,
Guenter Roeck <linux@roeck-us.net>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Luca Ceresoli <luca.ceresoli@bootlin.com>,
Mark Brown <broonie@kernel.org>,
Naresh Solanki <naresh.solanki@9elements.com>,
Patrick Rudolph <patrick.rudolph@9elements.com>,
Rob Herring <robh+dt@kernel.org>,
Stefan Windfeldt-Prytz <stefan.windfeldt-prytz@axis.com>,
Vincent Tremblay <vincent@vtremblay.dev>,
devicetree@vger.kernel.org
Subject: Re: [PATCH v6 2/2] iio: light: isl76682: Add ISL76682 driver
Date: Wed, 6 Dec 2023 17:23:43 +0000 [thread overview]
Message-ID: <20231206172343.100e8bd7@jic23-huawei> (raw)
In-Reply-To: <0ae6466f-479a-476a-adf4-3bd099235eda@denx.de>
On Tue, 5 Dec 2023 02:43:30 +0100
Marek Vasut <marex@denx.de> wrote:
> On 12/4/23 12:29, Jonathan Cameron wrote:
> > On Mon, 27 Nov 2023 22:26:53 +0100
> > Marek Vasut <marex@denx.de> wrote:
> >
> >> The ISL76682 is very basic ALS which only supports ALS or IR mode
> >> in four ranges, 1k/4k/16k/64k LUX. There is no IRQ support or any
> >> other fancy functionality.
> >>
> >> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> >> Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com>
> >> Signed-off-by: Marek Vasut <marex@denx.de>
> >
> > There is a additional question on what scale means for
> > an IR channel. There aren't any well defined units (as it depends
> > on the sensitivity curve) so in general we avoid providing scale
> > for intensity readings.
> >
> > The datasheet has a vague go at working around this problem by
> > using counts relative to IR measurement in daylight which would
> > measure 210 LUX. (via faking that with a 850nm green led??)
> >
> > That's far from a standard..
> >
> > We do have precedence of scale applied to intensity channels
> > so I guess the ship has sailed.
> >
> > Perhaps we should just add an explicit not to the ABI docs
> > to cover that changing the scale in these sensors will result
> > in the counts changing, but multiplying raw by scale isn't going
> > to give any sensible units.
> >
> > So probably not a thing to fix in this series, but to address
> > separately.
>
> Is something like this what you have in mind ?
Yes, something along those lines. We could add more detail on why
but perhaps that would just confuse things more than just stating
it is the case.
>
> diff --git a/Documentation/ABI/testing/sysfs-bus-iio
> b/Documentation/ABI/testing/sysfs-bus-iio
> index 0eadc08c3a139..584607f560d02 100644
> --- a/Documentation/ABI/testing/sysfs-bus-iio
> +++ b/Documentation/ABI/testing/sysfs-bus-iio
> @@ -618,7 +618,9 @@ KernelVersion: 2.6.35
> Contact: linux-iio@vger.kernel.org
> Description:
> If a discrete set of scale values is available, they
> - are listed in this attribute.
> + are listed in this attribute. Unlike illumination,
> + multiplying intensity by intensity_scale does not
> + yield value with any standardized unit .
>
> What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_hardwaregain
> What: /sys/bus/iio/devices/iio:deviceX/in_intensity_hardwaregain
>
prev parent reply other threads:[~2023-12-06 17:23 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-27 21:26 [PATCH v6 1/2] dt-bindings: iio: light: isl76682: Document ISL76682 Marek Vasut
2023-11-27 21:26 ` [PATCH v6 2/2] iio: light: isl76682: Add ISL76682 driver Marek Vasut
2023-12-04 11:20 ` Jonathan Cameron
2023-12-04 11:23 ` Marek Vasut
2023-12-04 14:35 ` Jonathan Cameron
2023-12-05 1:24 ` Marek Vasut
2023-12-06 17:20 ` Jonathan Cameron
2023-12-07 13:28 ` Marek Vasut
2023-12-05 1:26 ` Marek Vasut
2023-12-04 11:29 ` Jonathan Cameron
2023-12-05 1:43 ` Marek Vasut
2023-12-05 15:54 ` Andy Shevchenko
2023-12-05 21:02 ` Marek Vasut
2023-12-05 21:57 ` Andy Shevchenko
2023-12-05 23:11 ` Marek Vasut
2023-12-06 17:23 ` 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=20231206172343.100e8bd7@jic23-huawei \
--to=jic23@kernel.org \
--cc=alexander.stein@ew.tq-group.com \
--cc=andre.werner@systec-electronic.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=bhelgaas@google.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@denx.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=luca.ceresoli@bootlin.com \
--cc=marex@denx.de \
--cc=mazziesaccount@gmail.com \
--cc=naresh.solanki@9elements.com \
--cc=patrick.rudolph@9elements.com \
--cc=robh+dt@kernel.org \
--cc=stefan.windfeldt-prytz@axis.com \
--cc=vincent@vtremblay.dev \
/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).