From: Christoph Fritz <chf.fritz@googlemail.com>
To: Jonathan Cameron <jic23@kernel.org>,
Andy Shevchenko <andy.shevchenko@gmail.com>,
Rob Herring <robh+dt@kernel.org>
Cc: linux-iio@vger.kernel.org
Subject: [PATCH 0/2] Support for isl76683 ambient light sensor
Date: Wed, 2 Jun 2021 15:45:10 +0200 [thread overview]
Message-ID: <20210602134512.193186-1-chf.fritz@googlemail.com> (raw)
This patchstack adds initial support for isl76683 light sensor.
Christoph Fritz (2):
iio: light: Add support for Intersil isl76683 sensor
dt-bindings: iio: light: add isl76683 light bindings
.../bindings/iio/light/isil,isl76683.yaml | 48 ++
drivers/iio/light/Kconfig | 12 +
drivers/iio/light/Makefile | 1 +
drivers/iio/light/isl76683.c | 604 ++++++++++++++++++
4 files changed, 665 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/light/isil,isl76683.yaml
create mode 100644 drivers/iio/light/isl76683.c
--
2.29.2
next reply other threads:[~2021-06-02 13:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-02 13:45 Christoph Fritz [this message]
2021-06-02 13:45 ` [PATCH 1/2] iio: light: Add support for Intersil isl76683 sensor Christoph Fritz
2021-06-02 14:28 ` Peter Meerwald-Stadler
2021-06-03 10:23 ` Jonathan Cameron
2021-06-02 15:01 ` Andy Shevchenko
2021-06-02 13:45 ` [PATCH 2/2] dt-bindings: iio: light: add isl76683 light bindings Christoph Fritz
2021-06-03 10:25 ` 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=20210602134512.193186-1-chf.fritz@googlemail.com \
--to=chf.fritz@googlemail.com \
--cc=andy.shevchenko@gmail.com \
--cc=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=robh+dt@kernel.org \
/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.