public inbox for linux-iio@vger.kernel.org
help / color / mirror / Atom feed
From: Mathieu Othacehe <m.othacehe@gmail.com>
To: jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net
Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
Mathieu Othacehe <m.othacehe@gmail.com>
Subject: [PATCH v3 0/4] iio: vcnl: Add interrupts support for VCNL4010/20.
Date: Mon, 20 Apr 2020 10:42:06 +0200 [thread overview]
Message-ID: <20200420084210.14245-1-m.othacehe@gmail.com> (raw)
Hello,
Here's a v3 that is rebased on top of recent additions to the vcnl4000 driver.
Thanks,
Mathieu
Changes from v2:
* Rebase on iio testing branch.
* Remove useless test in vcnl4010_probe_trigger.
Changes from v1:
* Split into four different patches.
* Use iio_device_claim_direct_mode to protect
raw access from buffer capture.
* Requesting a sampling frequency above the limit is no longer possible.
* Inline read_isr and write_isr functions.
* Remove IIO_LIGHT data from buffer capture.
* Make sure postenable and predisable functions respect the common form.
* Do not set the trigger by default.
* Remove the devm_iio_triggered_buffer_setup top half.
Mathieu Othacehe (4):
iio: vcnl4000: Factorize data reading and writing.
iio: vcnl4000: Add event support for VCNL4010/20.
iio: vcnl4000: Add sampling frequency support for VCNL4010/20.
iio: vcnl4000: Add buffer support for VCNL4010/20.
drivers/iio/light/Kconfig | 2 +
drivers/iio/light/vcnl4000.c | 890 ++++++++++++++++++++++++++++++++---
2 files changed, 828 insertions(+), 64 deletions(-)
--
2.26.0
next reply other threads:[~2020-04-20 8:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-20 8:42 Mathieu Othacehe [this message]
2020-04-20 8:42 ` [PATCH v3 1/4] iio: vcnl4000: Factorize data reading and writing Mathieu Othacehe
2020-04-20 9:44 ` Peter Meerwald-Stadler
2020-04-21 0:36 ` Andy Shevchenko
2020-04-20 8:42 ` [PATCH v3 2/4] iio: vcnl4000: Add event support for VCNL4010/20 Mathieu Othacehe
2020-04-20 9:58 ` Peter Meerwald-Stadler
2020-04-21 0:41 ` Andy Shevchenko
2020-04-20 8:42 ` [PATCH v3 3/4] iio: vcnl4000: Add sampling frequency " Mathieu Othacehe
2020-04-20 10:03 ` Peter Meerwald-Stadler
2020-04-21 0:44 ` Andy Shevchenko
2020-04-20 8:42 ` [PATCH v3 4/4] iio: vcnl4000: Add buffer " 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=20200420084210.14245-1-m.othacehe@gmail.com \
--to=m.othacehe@gmail.com \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--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