summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/tcs3472.c
Commit message (Expand)AuthorAgeFilesLines
* iio: light: tcs3472: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* iio:light:tcs3472: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+3
* iio: light: tcs3472: do not free unallocated IRQfrank zago2021-06-161-2/+4
* iio: light: tcs3472: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron2021-05-171-3/+7
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
* iio: light: tcs3472: support out-of-threshold eventsAkinobu Mita2017-09-031-8/+254
* iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: light: tcs3472: add link to datasheetAkinobu Mita2017-07-011-0/+2
* iio: light: tcs3472: fix ATIME register writeAkinobu Mita2017-07-011-1/+1
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-1/+1
* iio: light: tcs3472: use iio helper function to guarantee direct modeAlison Schofield2016-06-111-8/+5
* iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-111-1/+0
* iio:tcs3472: Check for buffer enabled and lockingPeter Meerwald2014-07-071-1/+10
* iio: Remove obsolete variable in tcs3472 driverPeter Meerwald2014-01-111-2/+0
* iio:light:tcs3472 replaces IIO_ST macro with explicit entries to struct scan_...Jonathan Cameron2013-12-171-1/+6
* iio:tcs3472: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen2013-09-211-4/+2
* iio: Fix tcs3472 dev-to-indio_dev conversion in suspend/resumePeter Meerwald2013-09-211-2/+5
* iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen2013-09-151-1/+1
* iio: Fix tcs3472 buffer sizePeter Meerwald2013-09-151-4/+1
* iio: Add tcs3472 color light sensor driverPeter Meerwald2013-09-141-0/+369