aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/tcs3472.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-03iio: light: tcs3472: support out-of-threshold eventsAkinobu Mita1-8/+254
2017-08-22iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-07-01iio: light: tcs3472: add link to datasheetAkinobu Mita1-0/+2
2017-07-01iio: light: tcs3472: fix ATIME register writeAkinobu Mita1-1/+1
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-1/+1
2016-06-11iio: light: tcs3472: use iio helper function to guarantee direct modeAlison Schofield1-8/+5
2015-07-11iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-07-07iio:tcs3472: Check for buffer enabled and lockingPeter Meerwald1-1/+10
2014-01-11iio: Remove obsolete variable in tcs3472 driverPeter Meerwald1-2/+0
2013-12-17iio:light:tcs3472 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-09-21iio:tcs3472: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-4/+2
2013-09-21iio: Fix tcs3472 dev-to-indio_dev conversion in suspend/resumePeter Meerwald1-2/+5
2013-09-15iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen1-1/+1
2013-09-15iio: Fix tcs3472 buffer sizePeter Meerwald1-4/+1
2013-09-14iio: Add tcs3472 color light sensor driverPeter Meerwald1-0/+369