From: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
To: Subhajit Ghosh <subhajit.ghosh@tweaklogic.com>
Cc: Jonathan Cameron <jic23@kernel.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
<linux-iio@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Shreeya Patel <shreeya.patel@collabora.com>,
Paul Gazzillo <paul@pgazz.com>,
Zhigang Shi <Zhigang.Shi@liteon.com>,
Dmitry Osipenko <dmitry.osipenko@collabora.com>
Subject: Re: [RFC PATCH 0/2] Support for Avago APDS9306 Ambient Light Sensor
Date: Tue, 11 Apr 2023 14:40:31 +0100 [thread overview]
Message-ID: <20230411144031.000077c7@Huawei.com> (raw)
In-Reply-To: <20230411011203.5013-1-subhajit.ghosh@tweaklogic.com>
On Tue, 11 Apr 2023 09:12:01 +0800
Subhajit Ghosh <subhajit.ghosh@tweaklogic.com> wrote:
> This series adds support for Avago (Broadcom) APDS9306 Ambient Light
> Sensor.
>
> Datasheet: https://docs.broadcom.com/doc/AV02-4755EN
>
> Following features are supported:
> - I2C interface
> - 2 channels - als and clear
> - Up to 20 bit resolution
> - 20 bit data register for each channel
> - Common Configurable items for both channels
> - Integration Time
> - Measurement Frequency
> - Scale
> - High and Low threshold interrupts for each channel
>
> - Selection of interrupt channel - als or clear
> - Selection of interrupt mode - threshold or adaptive
> - Level selection for adaptive threshold interrupts
> - Persistence (Period) level selection for interrupts
>
> Signed-off-by: Subhajit Ghosh <subhajit.ghosh@tweaklogic.com>
Hi Subhajit,
No need to sign off a cover letter. The content isn't captured in the
git tree anyway.
For an RFC, I'd expect to see a clear statement in the cover letter of
why it is an RFC rather than a formal patch submission. What specifically
are you looking for comments on?
Point us in the right direction and we might answer the questions quicker.
Thanks,
Jonathan
>
> Subhajit Ghosh (2):
> dt-bindings: Document APDS9306 Light Sensor bindings
> iio: light: Add support for APDS9306 Light Sensor
>
> .../bindings/iio/light/avago,apds9306.yaml | 47 +
> drivers/iio/light/Kconfig | 11 +
> drivers/iio/light/Makefile | 1 +
> drivers/iio/light/apds9306.c | 1146 +++++++++++++++++
> 4 files changed, 1205 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/light/avago,apds9306.yaml
> create mode 100644 drivers/iio/light/apds9306.c
>
>
> base-commit: 0d3eb744aed40ffce820cded61d7eac515199165
next prev parent reply other threads:[~2023-04-11 13:40 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-11 1:12 [RFC PATCH 0/2] Support for Avago APDS9306 Ambient Light Sensor Subhajit Ghosh
2023-04-11 1:12 ` [RFC PATCH 1/2] dt-bindings: Document APDS9306 Light Sensor bindings Subhajit Ghosh
2023-04-11 12:27 ` Rob Herring
2023-04-12 1:13 ` Subhajit Ghosh
2023-04-12 7:12 ` Krzysztof Kozlowski
2023-04-12 8:14 ` Subhajit Ghosh
2023-04-11 1:12 ` [RFC PATCH 2/2] iio: light: Add support for APDS9306 Light Sensor Subhajit Ghosh
2023-04-11 12:43 ` Andy Shevchenko
2023-04-12 4:29 ` Subhajit Ghosh
2023-04-12 13:37 ` Andy Shevchenko
2023-04-13 3:33 ` Subhajit Ghosh
2023-04-15 17:35 ` Jonathan Cameron
2023-04-17 9:25 ` Subhajit Ghosh
2023-04-23 11:36 ` Jonathan Cameron
2023-04-11 13:40 ` Jonathan Cameron [this message]
2023-04-12 4:46 ` [RFC PATCH 0/2] Support for Avago APDS9306 Ambient " Subhajit Ghosh
2023-04-12 20:44 ` Jonathan Cameron
2023-04-13 3:14 ` Subhajit Ghosh
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=20230411144031.000077c7@Huawei.com \
--to=jonathan.cameron@huawei.com \
--cc=Zhigang.Shi@liteon.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.osipenko@collabora.com \
--cc=jic23@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=paul@pgazz.com \
--cc=robh+dt@kernel.org \
--cc=shreeya.patel@collabora.com \
--cc=subhajit.ghosh@tweaklogic.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.