From: Mathieu Othacehe <m.othacehe@gmail.com>
To: linux-iio@vger.kernel.org, jonathan.cameron@huawei.com,
pmeerw@pmeerw.net
Cc: pierre-moana.levesque@parrot.com,
Mathieu Othacehe <m.othacehe@gmail.com>
Subject: [PATCH v5 0/2] Add ISL29501 support.
Date: Mon, 2 Jul 2018 10:59:25 +0200 [thread overview]
Message-ID: <1530521967-10152-1-git-send-email-m.othacehe@gmail.com> (raw)
Hi,
Here's v5 of this serie, please find the changelog below.
Thanks,
Mathieu
v5:
* Use IIO_MOD_LIGHT_CLEAR modifier for IIO_INTENSITY channel
describing ambient light intensity and remove extended_names doing so.
* Fix a possible leakage in isl29501_trigger_handler function.
v4:
* Fix build warnings and rebase on top of next-20180628
v3:
* Renamings to add isl29501 prefix
* Rename "amb" -> "light" in extended fields
* Move mutex lock/unlock to register_read and register_write functions
* Improve IIO_PHASE scale output with a better pi estimation
v2:
* Add missing eof new line
* Do not set .indexed to true for all channels
* Add a .extended to differenciate "magnitude" and "ambient_light"
intensity channels
* Return isl29501_begin_acquisition result in isl29501_init_chip
* Fix buffer size in isl29501_trigger_handler
Mathieu Othacehe (2):
iio: Add channel for Phase
iio: light: isl29501: Add support for the ISL29501 ToF sensor.
Documentation/ABI/testing/sysfs-bus-iio | 7 +
Documentation/ABI/testing/sysfs-bus-iio-isl29501 | 47 +
.../devicetree/bindings/iio/light/isl29501.txt | 13 +
drivers/iio/industrialio-core.c | 1 +
drivers/iio/light/Kconfig | 13 +
drivers/iio/light/Makefile | 1 +
drivers/iio/light/isl29501.c | 1125 ++++++++++++++++++++
include/uapi/linux/iio/types.h | 1 +
tools/iio/iio_event_monitor.c | 2 +
9 files changed, 1210 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-isl29501
create mode 100644 Documentation/devicetree/bindings/iio/light/isl29501.txt
create mode 100644 drivers/iio/light/isl29501.c
--
2.7.4
next reply other threads:[~2018-07-02 8:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-02 8:59 Mathieu Othacehe [this message]
2018-07-02 8:59 ` [PATCH v5 1/2] iio: Add channel for Phase Mathieu Othacehe
2018-07-02 8:59 ` [PATCH v5 2/2] iio: light: isl29501: Add support for the ISL29501 ToF sensor Mathieu Othacehe
2018-07-07 17:00 ` Jonathan Cameron
2018-07-20 17:31 ` Mathieu Othacehe
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=1530521967-10152-1-git-send-email-m.othacehe@gmail.com \
--to=m.othacehe@gmail.com \
--cc=jonathan.cameron@huawei.com \
--cc=linux-iio@vger.kernel.org \
--cc=pierre-moana.levesque@parrot.com \
--cc=pmeerw@pmeerw.net \
/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).