aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/light
AgeCommit message (Expand)AuthorFilesLines
2016-09-03Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2016-08-16drivers/iio/light/Kconfig: SENSORS_BH1780 cleanupGravatar Valentin Rothberg 1-1/+0
2016-08-15iio: add Kconfig selects needed for triggered buffer compilesGravatar Alison Schofield 1-0/+2
2016-07-03drivers:iio:light:isl29125: added macros for sensing rangeGravatar Bijosh Thykkoottathil 1-4/+7
2016-06-30iio:core: timestamping clock selection supportGravatar Gregor Boirie 16-23/+25
2016-06-29Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Gravatar Greg Kroah-Hartman 4-34/+19
2016-06-20Merge 4.7-rc4 into staging-nextGravatar Greg Kroah-Hartman 3-5/+7
2016-06-11iio: light: gp2ap020a00f: use iio helper function to lock direct modeGravatar Alison Schofield 1-13/+5
2016-06-11iio: light: isl29125: use iio helper function to guarantee direct modeGravatar Alison Schofield 1-6/+4
2016-06-11iio: light: tcs3472: use iio helper function to guarantee direct modeGravatar Alison Schofield 1-8/+5
2016-06-11iio: light: tcs3414: use iio helper function to guarantee direct modeGravatar Alison Schofield 1-7/+5
2016-06-09Merge tag 'iio-for-4.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Gravatar Greg Kroah-Hartman 1-3/+0
2016-06-03iio: light apds9960: Add the missing dev.parentGravatar Yong Li 1-0/+1
2016-05-29iio: light: bh1780: assign a static nameGravatar Linus Walleij 1-1/+1
2016-05-29iio: bh1780: dereference the client properlyGravatar Linus Walleij 1-2/+4
2016-05-21max44000: Remove scale from proximityGravatar Crestez Dan Leonard 1-1/+0
2016-05-21iio: light: jsa1212: remove unneeded i2c check functionality testGravatar Alison Schofield 1-3/+0
2016-05-04iio: light: bh1780: return after writeGravatar Linus Walleij 1-1/+1
2016-04-26Merge tag 'iio-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Gravatar Greg Kroah-Hartman 6-4/+1198
2016-04-24max44000: Initial triggered buffer supportGravatar Crestez Dan Leonard 1-0/+62
2016-04-24max44000: Expose ambient sensor scalingGravatar Crestez Dan Leonard 1-5/+162
2016-04-24max44000: Support controlling LED current outputGravatar Crestez Dan Leonard 1-0/+53
2016-04-24max44000: Initial support for proximity readingGravatar Crestez Dan Leonard 1-4/+47
2016-04-24max44000: Initial supportGravatar Crestez Dan Leonard 3-0/+336
2016-04-23iio: light: apds9960: silence uninitialized variable warningGravatar Dan Carpenter 1-2/+3
2016-04-19iio: Add Vishay VEML6070 UV A light sensor driverGravatar Peter Meerwald-Stadler 3-0/+229
2016-04-16iio: light: new driver for the ROHM BH1780Gravatar Linus Walleij 3-0/+309
2016-04-16iio: light apds9960: fix wrong use of braceGravatar Slawomir Stepien 1-2/+6
2016-04-11Merge 4.6-rc3 into staging-nextGravatar Greg Kroah-Hartman 1-1/+2
2016-04-04Merge tag 'iio-fixes-for-4.6a' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 1-1/+2
2016-04-03iio: remove unused gpio consumer.h includeGravatar Irina Tirdea 1-1/+0
2016-03-20iio: light: tsl2563: Remove flush_scheduled_workGravatar Amitoj Kaur Chawla 1-2/+1
2016-03-20iio: light: apds9960: correct FIFO check conditionGravatar Matt Ranostay 1-1/+2
2016-02-27iio: convert to common i2c_check_functionality() return valueGravatar Matt Ranostay 2-2/+2
2016-02-07Merge 4.5-rc3 into staging-nextGravatar Greg Kroah-Hartman 2-3/+5
2016-02-01Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 2-3/+5
2016-01-30iio: light: opt3001: enable operation w/o IRQGravatar Alexander Koch 1-42/+95
2016-01-30iio: light: opt3001: trivial type refactoringGravatar Alexander Koch 1-2/+2
2016-01-30iio: light: opt3001: extract int. time constantsGravatar Alexander Koch 1-6/+9
2016-01-16iio: light: acpi-als: Report data as processedGravatar Gabriele Mazzotta 1-2/+4
2015-12-26Merge tag 'iio-for-4.5c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Gravatar Greg Kroah-Hartman 1-82/+360
2015-12-26Merge tag 'iio-for-4.5b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Gravatar Greg Kroah-Hartman 1-19/+224
2015-12-22iio: light: us5182d: Refactor read_raw functionGravatar Adriana Reus 1-77/+78
2015-12-22iio: light: us5182d: Add interrupt support and eventsGravatar Adriana Reus 1-1/+270
2015-12-22iio: light: us5182d: Fix enable status inconcistencyGravatar Adriana Reus 1-4/+12
2015-12-19iio-light: Use a signed return type for ltr501_match_samp_freq()Gravatar Markus Elfring 1-1/+1
2015-12-13Merge 4.4-rc5 into staging-nextGravatar Greg Kroah-Hartman 1-0/+1
2015-12-02iio: light: us8152d: Add power management supportGravatar Adriana Reus 1-7/+88
2015-12-02iio: light: us5182d: Add functions for selectively enabling als and proximityGravatar Adriana Reus 1-4/+62
2015-12-02iio: light: us5182d: Add property for choosing default power modeGravatar Adriana Reus 1-12/+78