linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: light: tcs3472: support out-of-threshold events
@ 2017-06-26 15:44 Akinobu Mita
  2017-06-26 15:44 ` [PATCH v2 1/2] iio: light: tcs3472: add link to datasheet Akinobu Mita
  2017-06-26 15:44 ` [PATCH v2 2/2] iio: light: tcs3472: support out-of-threshold events Akinobu Mita
  0 siblings, 2 replies; 6+ messages in thread
From: Akinobu Mita @ 2017-06-26 15:44 UTC (permalink / raw)
  To: linux-iio; +Cc: Akinobu Mita, Peter Meerwald, Jonathan Cameron

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-09-03 12:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-26 15:44 [PATCH v2 0/2] iio: light: tcs3472: support out-of-threshold events Akinobu Mita
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

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).