All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: new color light sensor drivers
@ 2014-07-05 12:38 Peter Meerwald
  2014-07-05 12:38 ` [PATCH 1/3] iio:tcs3472: Check for buffer enabled and locking Peter Meerwald
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter Meerwald @ 2014-07-05 12:38 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23

first patch is a cleanup/bug fix (locking around dependent
I2C communication)

patch 2 and 3 add new drivers for two digital color sensors
(Intersil isl29125 and AMS/TAOS TCS3414)

Peter Meerwald (3):
  iio:tcs3472: Check for buffer enabled and locking
  iio: Add Intersil isl29125 digital color light sensor driver
  iio: Add driver for AMS/TAOS tcs3414 digital color sensor

 drivers/iio/light/Kconfig    |  24 +++
 drivers/iio/light/Makefile   |   2 +
 drivers/iio/light/isl29125.c | 347 ++++++++++++++++++++++++++++++++++++
 drivers/iio/light/tcs3414.c  | 405 +++++++++++++++++++++++++++++++++++++++++++
 drivers/iio/light/tcs3472.c  |  11 +-
 5 files changed, 788 insertions(+), 1 deletion(-)
 create mode 100644 drivers/iio/light/isl29125.c
 create mode 100644 drivers/iio/light/tcs3414.c

-- 
1.9.1


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

end of thread, other threads:[~2014-07-07  8:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-05 12:38 [PATCH 0/3] iio: new color light sensor drivers Peter Meerwald
2014-07-05 12:38 ` [PATCH 1/3] iio:tcs3472: Check for buffer enabled and locking Peter Meerwald
2014-07-07  8:00   ` Jonathan Cameron
2014-07-05 12:38 ` [PATCH 2/3] iio: Add Intersil isl29125 digital color light sensor driver Peter Meerwald
2014-07-07  8:15   ` Jonathan Cameron
2014-07-05 12:38 ` [PATCH 3/3] iio: Add driver for AMS/TAOS tcs3414 digital color sensor Peter Meerwald
2014-07-07  8:33   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.