linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] add INT_TIME and drivers using it
@ 2013-09-08 15:20 Peter Meerwald
  2013-09-08 15:20 ` [PATCH 1/4] iio: Add INT_TIME (integration time) channel info attribute Peter Meerwald
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Peter Meerwald @ 2013-09-08 15:20 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23

the INT_TIME introduction received an informal nod by Jon Brenner,
the tsl4531 driver has been updated to v3 due to comments by Lars-Peter
Clausen

Peter Meerwald (4):
  iio: Add INT_TIME (integration time) channel info attribute
  iio: adjd_s311: Use INT_TIME channel info
  iio: Add tsl4531 ambient light sensor driver
  iio: Add tcs3472 color light sensor driver

 Documentation/ABI/testing/sysfs-bus-iio |   12 +
 drivers/iio/industrialio-core.c         |    1 +
 drivers/iio/light/Kconfig               |   20 ++
 drivers/iio/light/Makefile              |    2 +
 drivers/iio/light/adjd_s311.c           |   72 ++----
 drivers/iio/light/tcs3472.c             |  373 +++++++++++++++++++++++++++++++
 drivers/iio/light/tsl4531.c             |  258 +++++++++++++++++++++
 include/linux/iio/iio.h                 |    1 +
 include/linux/iio/sysfs.h               |   15 ++
 9 files changed, 703 insertions(+), 51 deletions(-)
 create mode 100644 drivers/iio/light/tcs3472.c
 create mode 100644 drivers/iio/light/tsl4531.c

-- 
1.7.9.5

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

end of thread, other threads:[~2013-09-15 15:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-08 15:20 [PATCH 0/4] add INT_TIME and drivers using it Peter Meerwald
2013-09-08 15:20 ` [PATCH 1/4] iio: Add INT_TIME (integration time) channel info attribute Peter Meerwald
2013-09-14 11:11   ` Jonathan Cameron
2013-09-08 15:20 ` [PATCH 2/4] iio: adjd_s311: Use INT_TIME channel info Peter Meerwald
2013-09-14 11:15   ` Jonathan Cameron
2013-09-08 15:20 ` [PATCH 3/4] iio: Add tsl4531 ambient light sensor driver Peter Meerwald
2013-09-14 11:21   ` Jonathan Cameron
2013-09-14 19:13     ` Peter Meerwald
2013-09-14 20:18       ` Jonathan Cameron
2013-09-08 15:20 ` [PATCH 4/4] iio: Add tcs3472 color " Peter Meerwald
2013-09-14 11:42   ` Jonathan Cameron
2013-09-14 19:38     ` [PATCH v2] " Peter Meerwald
2013-09-14 20:46       ` Jonathan Cameron
2013-09-15 15:51         ` Peter Meerwald
2013-09-15 15:52         ` [PATCH] iio: Fix tcs3472 buffer size Peter Meerwald
2013-09-15 16:54           ` 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).