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