aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-15/+205
2018-09-29iio: light: bh1750: Add device tree supportryang1-0/+11
2018-09-08iio: light: bh1750: simplify setting PM opsTomasz Duszynski1-7/+2
2018-09-08iio: light: bh1750: switch to SPDX identifierTomasz Duszynski1-4/+1
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey2-12/+14
2018-08-19iio: max44000: remove unused variable max44000_alstim_shiftColin Ian King1-1/+0
2018-08-19iio: tsl2772: add support for regulator frameworkBrian Masney1-1/+94
2018-08-18iio: tsl2772: add support for avago,apds9930Brian Masney1-2/+16
2018-08-18iio: tsl2772: add support for reading proximity led settings from device treeBrian Masney1-0/+81
2018-08-01iio: light: si1133: fix uninitialized resp variableMaxime Roussin-Bélanger1-0/+3
2018-08-01Merge branch 'fixes-togreg' into togregJonathan Cameron1-1/+1
2018-07-30iio: light: si1133 fix test for val being not zero or not one.Colin Ian King1-1/+1
2018-07-29iio: vcnl4000: add support for VCNL4200Tomas Novotny2-10/+109
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
2018-07-25Merge tag 'iio-for-4.19b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman3-0/+1081
2018-07-23iio: light: introduce si1133Maxime Roussin-Bélanger3-0/+1081
2018-06-24iio: tsl2x7x/tsl2772: avoid potential division by zeroColin Ian King1-0/+2
2018-05-20iio: tsl2583: correct values in integration_time_availableBrian Masney1-1/+1
2018-05-12staging: iio: tsl2x7x/tsl2772: move out of stagingBrian Masney3-0/+1809
2018-03-17iio: cros_ec: Move cros_ec_sensors_core.h in /includeGwendal Grignou1-2/+1
2018-03-07iio: Replace occurrences of magic number 0 by IIO_CHAN_INFO_RAWRodrigo Siqueira2-2/+2
2018-03-03iio: light: lv0104cs: Add support for LV0104CS light sensorJeff LaBundy3-0/+542
2018-03-03iio: cros_ec: Relax sampling frequency before suspendingGwendal Grignou1-0/+1
2018-02-18iio: add SPDX identifier for various driversMatt Ranostay1-12/+4
2018-01-08iio: light: make a couple of config structures staticColin Ian King2-2/+2
2017-12-02iio: light: add support for UVIS25 sensorLorenzo Bianconi6-0/+560
2017-12-02iio: light: Add driver for IDT ZOPT2201 ambient light and UVB sensorPeter Meerwald-Stadler3-0/+579
2017-12-02iio: cros_ec: Remove unused variablesPaolo Cretaro1-2/+0
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds37-112/+323
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09iio: light: vl6180: Correct ALS scale for non-default gain/integration timeStefan Brüns1-3/+6
2017-10-09iio: light: vl6180: Cleanup als_gain lookup, avoid register readbackStefan Brüns1-41/+44
2017-10-09iio: light: vl6180: Avoid readback of integration time registerStefan Brüns1-6/+9
2017-10-09iio: light: vl6180: Move range check to integration time setter, cleanupStefan Brüns1-7/+10
2017-09-03iio: light: tcs3472: support out-of-threshold eventsAkinobu Mita1-8/+254
2017-08-22iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron37-47/+0
2017-08-20Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman2-2/+2
2017-08-20iio: light: tsl2583: constify i2c_device_idArvind Yadav1-1/+1
2017-08-20iio: light: apds9300: constify i2c_device_idArvind Yadav1-1/+1
2017-08-14Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2017-07-23Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-1/+1
2017-07-04iio: light: rpr0521 triggered bufferMikko Koivunen1-7/+329
2017-07-01iio: light: tcs3472: add link to datasheetAkinobu Mita1-0/+2
2017-07-01iio: light: tcs3472: fix ATIME register writeAkinobu Mita1-1/+1
2017-06-24iio: light: tsl2563: use correct event codeAkinobu Mita1-1/+1
2017-06-12Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman1-2/+2
2017-05-21iio: light: rpr0521 channel numbers reorderedMikko Koivunen1-20/+20
2017-05-21iio: light: rpr0521 proximity offset read/writeMikko Koivunen1-0/+52