aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-10Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman3-6/+15
2019-10-09iio: Fix an undefied reference error in noa1305_probezhong jiang1-0/+1
2019-10-09iio: light: opt3001: fix mutex unlock raceDavid Frey1-1/+5
2019-10-09iio: light: add missing vcnl4040 of_compatibleMarco Felsch1-0/+4
2019-10-09iio: light: fix vcnl4000 devicetree hooksMarco Felsch1-5/+5
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-1/+2
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra1-1/+2
2019-08-14iio:light:noa1305: Fix missing break statement.Jonathan Cameron1-0/+1
2019-08-05iio: light: noa1305: Add support for NOA1305Martyn Welch3-0/+324
2019-08-05iio: tsl2772: Use regulator_bulk_() APIsChuhong Yuan1-58/+29
2019-08-05iio: tsl2772: Use devm_iio_device_registerChuhong Yuan1-18/+1
2019-08-05iio: tsl2772: Use devm_add_action_or_reset for tsl2772_chip_offChuhong Yuan1-3/+13
2019-08-05iio: tsl2772: Use devm_add_action_or_resetChuhong Yuan1-3/+3
2019-08-05iio: light: si1145: Use device-managed APIsChuhong Yuan1-37/+5
2019-08-05iio: light: cm3323: Use device-managed APIsChuhong Yuan1-24/+9
2019-07-27iio: common: cros_ec_sensors: Expose cros_ec_sensors frequency range via iio sysfsFabien Lahoudere1-0/+3
2019-07-27iio: light: veml6070: convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2019-07-27iio: light: cm36651: convert to i2c_new_dummy_deviceWolfram Sang1-6/+6
2019-07-27iio: cros_ec: Remove replacing error code with -EIOGwendal Grignou1-20/+16
2019-07-27iio: cros_ec: Add calibscale for 3d MEMSGwendal Grignou1-6/+6
2019-07-27iio: light: apds9960: Fix a typoChristophe JAILLET1-1/+1
2019-07-27iio: light: stk3310: Add device tree supportLuca Weiss1-0/+9
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman2-2/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner5-19/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 488Thomas Gleixner1-9/+1
2019-06-17iio: light: stk3310: Add support for stk3335Martijn Braam1-1/+5
2019-06-17iio: light: bh1780: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 396Thomas Gleixner1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-14/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner17-69/+17
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309Thomas Gleixner1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner4-8/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2-20/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
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
2019-04-04iio: cros_ec: Switch to SPDX identifier.Enric Balletbo i Serra1-9/+1
2019-04-04iio: cros_ec: Drop unnecessary include filesGuenter Roeck1-2/+0
2019-04-04drivers: iio: Kconfig: pedantic cleanupEnrico Weigelt, metux IT consult1-137/+137
2019-02-02iio: light: add driver for MAX44009Robert Eshleman3-0/+566
2019-01-12iio: light: isl29018: add vcc regulator operation supportAnson Huang1-1/+45
2018-12-03Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman2-6/+10
2018-11-22Merge tag 'iio-for-4.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-testingGreg Kroah-Hartman3-0/+690