summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/vcnl4000.c
Commit message (Expand)AuthorAgeFilesLines
* iio: light: vcnl4000: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-06-141-1/+1
* iio: light: vcnl4000: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron2021-05-171-3/+1
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+2
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-251-1/+0
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-28/+7
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: vcnl4000: Add buffer support for VCNL4010/20.Mathieu Othacehe2020-05-031-2/+159
* iio: vcnl4000: Add sampling frequency support for VCNL4010/20.Mathieu Othacehe2020-05-031-1/+117
* iio: vcnl4000: Add event support for VCNL4010/20.Mathieu Othacehe2020-05-031-62/+392
* iio: vcnl4000: Factorize data reading and writing.Mathieu Othacehe2020-05-031-2/+22
* iio: vcnl4000: Fix i2c swapped word reading.Mathieu Othacehe2020-05-031-4/+2
* Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-04-231-0/+25
|\
| * iio: vcnl4000: Export near level property for proximity sensorGuido Günther2020-04-191-0/+25
* | Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman2020-03-231-7/+8
|\ \ | |/ |/|
| * iio: light: vcnl4000: update sampling periods for vcnl4040Tomas Novotny2020-03-081-3/+4
| * iio: light: vcnl4000: update sampling periods for vcnl4200Tomas Novotny2020-03-081-4/+4
* | iio: vcnl4000: Enable runtime pm for vcnl4200/4040Guido Günther2020-02-141-12/+117
* | iio: vcnl4000: Use a single return when getting IIO_CHAN_INFO_RAWGuido Günther2020-02-141-7/+8
|/
* iio: light: vcnl4000: Fix scale for vcnl4040Guido Günther2020-01-131-1/+2
* iio: light: add missing vcnl4040 of_compatibleMarco Felsch2019-10-091-0/+4
* iio: light: fix vcnl4000 devicetree hooksMarco Felsch2019-10-091-5/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
* iio: light: vcnl4000 add support for the VCNL4040 proximity and light sensorAngus Ainslie (Purism)2019-04-041-8/+43
* iio: light: vcnl4000 add devicetree hooksAngus Ainslie (Purism)2019-04-041-0/+22
* iio: light: vcnl4000 use word writes instead of byte writesAngus Ainslie (Purism)2019-04-041-2/+2
* iio: vcnl4000: add support for VCNL4200Tomas Novotny2018-07-291-8/+106
* iio: vcnl4000: warn on incorrectly specified device idTomas Novotny2018-07-291-1/+13
* iio: vcnl4000: add VCNL4010 and VCNL4020 device idTomas Novotny2018-07-291-0/+9
* iio: vcnl4000: make the driver extendableTomas Novotny2018-07-291-18/+67
* iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: light: vcnl4000: Add missing lockingPeter Meerwald-Stadler2016-07-101-4/+14
* iio: light: vcnl4000: Cleanup read_raw() returnsPeter Meerwald-Stadler2016-07-101-16/+11
* iio: light: vcnl4000: Use BIT() macroPeter Meerwald-Stadler2016-07-101-4/+4
* iio: light: vcnl4000: Mention and check support for VCNL4010 and VCNL4020Peter Meerwald-Stadler2016-07-101-5/+14
* iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-111-1/+0
* iio:vcnl4000: Mark transfer buffer as __be16Lars-Peter Clausen2013-12-031-1/+1
* iio: light: vcnl4000: Use devm_iio_device_registerSachin Kamat2013-11-241-8/+1
* iio: light: vcnl4000: Remove redundant codeSachin Kamat2013-10-241-5/+1
* iio:vcnl4000: Use devm_iio_device_allocPeter Meerwald2013-08-031-12/+4
* iio:light:vcnl4000 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-3/+3
* Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* iio: add vcnl4000 combined ALS and proximity sensorPeter Meerwald2012-06-201-0/+217