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 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html