aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/vcnl4000.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-07-18iio: light: vcnl4000: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron1-9/+5
2022-06-11iio:light:vcnl4000: Improve error reporting for problems during .remove()Uwe Kleine-König1-1/+7
2021-06-14iio: light: vcnl4000: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+1
2021-05-17iio: light: vcnl4000: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron1-3/+1
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+2
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-1/+0
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-28/+7
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-05-03iio: vcnl4000: Add buffer support for VCNL4010/20.Mathieu Othacehe1-2/+159
2020-05-03iio: vcnl4000: Add sampling frequency support for VCNL4010/20.Mathieu Othacehe1-1/+117
2020-05-03iio: vcnl4000: Add event support for VCNL4010/20.Mathieu Othacehe1-62/+392
2020-05-03iio: vcnl4000: Factorize data reading and writing.Mathieu Othacehe1-2/+22
2020-05-03iio: vcnl4000: Fix i2c swapped word reading.Mathieu Othacehe1-4/+2
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+25
2020-04-19iio: vcnl4000: Export near level property for proximity sensorGuido Günther1-0/+25
2020-03-23Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman1-7/+8
2020-03-08iio: light: vcnl4000: update sampling periods for vcnl4040Tomas Novotny1-3/+4
2020-03-08iio: light: vcnl4000: update sampling periods for vcnl4200Tomas Novotny1-4/+4
2020-02-14iio: vcnl4000: Enable runtime pm for vcnl4200/4040Guido Günther1-12/+117
2020-02-14iio: vcnl4000: Use a single return when getting IIO_CHAN_INFO_RAWGuido Günther1-7/+8
2020-01-13iio: light: vcnl4000: Fix scale for vcnl4040Guido Günther1-1/+2
2019-10-09iio: light: add missing vcnl4040 of_compatibleMarco Felsch1-0/+4
2019-10-09iio: light: fix vcnl4000 devicetree hooksMarco Felsch1-5/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner1-4/+1
2019-04-04iio: light: vcnl4000 add support for the VCNL4040 proximity and light sensorAngus Ainslie (Purism)1-8/+43
2019-04-04iio: light: vcnl4000 add devicetree hooksAngus Ainslie (Purism)1-0/+22
2019-04-04iio: light: vcnl4000 use word writes instead of byte writesAngus Ainslie (Purism)1-2/+2
2018-07-29iio: vcnl4000: add support for VCNL4200Tomas Novotny1-8/+106
2018-07-29iio: vcnl4000: warn on incorrectly specified device idTomas Novotny1-1/+13
2018-07-29iio: vcnl4000: add VCNL4010 and VCNL4020 device idTomas Novotny1-0/+9
2018-07-29iio: vcnl4000: make the driver extendableTomas Novotny1-18/+67
2017-08-22iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2016-07-10iio: light: vcnl4000: Add missing lockingPeter Meerwald-Stadler1-4/+14
2016-07-10iio: light: vcnl4000: Cleanup read_raw() returnsPeter Meerwald-Stadler1-16/+11
2016-07-10iio: light: vcnl4000: Use BIT() macroPeter Meerwald-Stadler1-4/+4
2016-07-10iio: light: vcnl4000: Mention and check support for VCNL4010 and VCNL4020Peter Meerwald-Stadler1-5/+14
2015-07-11iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2013-12-03iio:vcnl4000: Mark transfer buffer as __be16Lars-Peter Clausen1-1/+1
2013-11-24iio: light: vcnl4000: Use devm_iio_device_registerSachin Kamat1-8/+1
2013-10-24iio: light: vcnl4000: Remove redundant codeSachin Kamat1-5/+1
2013-08-03iio:vcnl4000: Use devm_iio_device_allocPeter Meerwald1-12/+4
2013-03-17iio:light:vcnl4000 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-3/+3
2013-01-03Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-06-20iio: add vcnl4000 combined ALS and proximity sensorPeter Meerwald1-0/+217