summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light
Commit message (Expand)AuthorAgeFilesLines
...
* staging: iio: tsl2x7x/tsl2772: move out of stagingBrian Masney2018-05-123-0/+1809
* iio: cros_ec: Move cros_ec_sensors_core.h in /includeGwendal Grignou2018-03-171-2/+1Star
* iio: Replace occurrences of magic number 0 by IIO_CHAN_INFO_RAWRodrigo Siqueira2018-03-072-2/+2
* iio: light: lv0104cs: Add support for LV0104CS light sensorJeff LaBundy2018-03-033-0/+542
* iio: cros_ec: Relax sampling frequency before suspendingGwendal Grignou2018-03-031-0/+1
* iio: add SPDX identifier for various driversMatt Ranostay2018-02-181-12/+4Star
* iio: light: make a couple of config structures staticColin Ian King2018-01-082-2/+2
* iio: light: add support for UVIS25 sensorLorenzo Bianconi2017-12-026-0/+560
* iio: light: Add driver for IDT ZOPT2201 ambient light and UVB sensorPeter Meerwald-Stadler2017-12-023-0/+579
* iio: cros_ec: Remove unused variablesPaolo Cretaro2017-12-021-2/+0Star
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1437-112/+323
|\
| * 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: 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-2237-47/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-08-202-2/+2
|\
| * iio: light: tsl2583: constify i2c_device_idArvind Yadav2017-08-201-1/+1
| * iio: light: apds9300: constify i2c_device_idArvind Yadav2017-08-201-1/+1
* | Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman2017-08-141-1/+1
|\ \ | |/ |/|
| * Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-07-241-1/+1
| |\
| | * iio: light: tsl2563: use correct event codeAkinobu Mita2017-06-241-1/+1
* | | iio: light: rpr0521 triggered bufferMikko Koivunen2017-07-041-7/+329
* | | iio: light: tcs3472: add link to datasheetAkinobu Mita2017-07-011-0/+2
* | | iio: light: tcs3472: fix ATIME register writeAkinobu Mita2017-07-011-1/+1
|/ /
* | Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman2017-06-121-2/+2
|\|
| * iio: light: ltr501 Fix interchanged als/ps register fieldFranziska Naepelt2017-05-211-2/+2
* | iio: light: rpr0521 channel numbers reorderedMikko Koivunen2017-05-211-20/+20
* | iio: light: rpr0521 proximity offset read/writeMikko Koivunen2017-05-211-0/+52
* | iio: light: rpr0521 sample_frequency read/writeMikko Koivunen2017-05-211-0/+117
* | iio: light: rpr0521 whitespace fixesMikko Koivunen2017-05-211-0/+3
* | iio: light: rpr0521 magic number to sizeof() on value readMikko Koivunen2017-05-211-1/+1
* | iio: light: rpr0521 on-off sequence change for CONFIG_PMMikko Koivunen2017-05-211-24/+46
* | iio: light: rpr0521 poweroff for probe failsMikko Koivunen2017-05-211-2/+15
* | iio: light: rpr0521 disable sensor -bugfixMikko Koivunen2017-05-211-2/+8
* | iio: light: isl29018: Only declare ACPI table when ACPI is enabledMatthias Kaehlcke2017-05-201-0/+2
* | iio: tsl2583: add runtime power management supportBrian Masney2017-05-161-30/+76
* | iio: isl29028: add isl29030 supportSebastian Reichel2017-04-301-0/+6
* | staging: iio: isl29028: move out of stagingBrian Masney2017-04-263-0/+734
|/
* iio: light: apds9960: add system-wide suspendMatt Ranostay2017-04-141-0/+2
* iio: light: lm3533-als: constify attribute_group structuressimran singhal2017-04-021-2/+2
* iio: light: apds9960: constify attribute_group structuressimran singhal2017-04-011-1/+1
* iio: light: bh1750: constify attribute_group structuressimran singhal2017-04-011-1/+1
* iio:light: Add support for STMicro VL6180 sensorManivannan Sadhasivam2017-03-253-0/+554
* iio: light: apds9960: Add OF device ID tableJavier Martinez Canillas2017-03-191-0/+7
* iio: light: tsl2563: Add OF device ID tableJavier Martinez Canillas2017-03-191-0/+10
* iio: light: us5182d: Add OF device ID tableJavier Martinez Canillas2017-03-191-0/+7
* hid: hid-sensor-prox: Add more data field for hysteresis parsingSong Hongyan2017-02-251-0/+7