summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/isl29125.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23iio: light: isl29125: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-02-18iio:light:isl29125: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron1-4/+3
2021-05-17iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron1-3/+7
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-18/+2
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-04-19iio: light: isl29125: fix iio_triggered_buffer_{predisable,postenable} positionsAlexandru Ardelean1-9/+19
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner1-4/+1
2017-08-22iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2016-07-03drivers:iio:light:isl29125: added macros for sensing rangeBijosh Thykkoottathil1-4/+7
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-1/+1
2016-06-11iio: light: isl29125: use iio helper function to guarantee direct modeAlison Schofield1-6/+4
2015-07-11iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-21iio: light: isl29125: Add scale_available informationPeter Meerwald1-0/+12
2014-07-07iio: Add Intersil isl29125 digital color light sensor driverPeter Meerwald1-0/+347