From: Akinobu Mita <akinobu.mita@gmail.com>
To: linux-iio@vger.kernel.org
Cc: Akinobu Mita <akinobu.mita@gmail.com>,
Peter Meerwald <pmeerw@pmeerw.net>,
Jonathan Cameron <jic23@kernel.org>
Subject: [PATCH v2 0/2] iio: light: tcs3472: support out-of-threshold events
Date: Tue, 27 Jun 2017 00:44:53 +0900 [thread overview]
Message-ID: <1498491895-19393-1-git-send-email-akinobu.mita@gmail.com> (raw)
This is a second attempt to support out-of-threshold events for tcs3472 driver.
* Changes from v1
- Drop "fix ATIME register write" patch as it has been applied to iio.git
- Prepare the addition of datasheet link as a separate patch
- Neaten the special function code notation
- Improve the code comment for tcs3472_intr_pers[]
- Fix error path with invalid event info in write_event_value()
- Handle correctly if the negative period time is specified (round to the
minimum available period time)
- Remove redundant the PERS register write
- Call free_irq() in reverse order of the initialization.
Akinobu Mita (2):
iio: light: tcs3472: add link to datasheet
iio: light: tcs3472: support out-of-threshold events
drivers/iio/light/tcs3472.c | 264 ++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 256 insertions(+), 8 deletions(-)
Cc: Peter Meerwald <pmeerw@pmeerw.net>
Cc: Jonathan Cameron <jic23@kernel.org>
--
2.7.4
next reply other threads:[~2017-06-26 15:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-26 15:44 Akinobu Mita [this message]
2017-06-26 15:44 ` [PATCH v2 1/2] iio: light: tcs3472: add link to datasheet Akinobu Mita
2017-07-01 9:23 ` Jonathan Cameron
2017-06-26 15:44 ` [PATCH v2 2/2] iio: light: tcs3472: support out-of-threshold events Akinobu Mita
2017-07-01 12:29 ` Jonathan Cameron
2017-09-03 12:09 ` 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=1498491895-19393-1-git-send-email-akinobu.mita@gmail.com \
--to=akinobu.mita@gmail.com \
--cc=jic23@kernel.org \
--cc=linux-iio@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;
as well as URLs for NNTP newsgroup(s).