summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/vl6180.c
Commit message (Expand)AuthorAgeFilesLines
* iio: light: vl6180: Drop unused linux/of.h includeJonathan Cameron2024-02-281-1/+0
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: accel: vl6180: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: vl6180: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2021-01-091-1/+1
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: light: vl6180: add include of mod_devicetable.h and drop of_match_ptrJonathan Cameron2020-04-251-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
* iio: light: vl6180: Correct ALS scale for non-default gain/integration timeStefan Brüns2017-10-091-3/+6
* iio: light: vl6180: Cleanup als_gain lookup, avoid register readbackStefan Brüns2017-10-091-41/+44
* iio: light: vl6180: Avoid readback of integration time registerStefan Brüns2017-10-091-6/+9
* iio: light: vl6180: Move range check to integration time setter, cleanupStefan Brüns2017-10-091-7/+10
* iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio:light: Add support for STMicro VL6180 sensorManivannan Sadhasivam2017-03-251-0/+543