summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: isl29028: add runtime power management supportBrian Masney2017-01-221-8/+110
* staging: iio: isl29028: only set ALS scale when ALS/IR sensing is enabledBrian Masney2017-01-221-2/+6
* staging: iio: isl29028: only set proximity sampling rate when proximity is en...Brian Masney2017-01-221-4/+4
* staging: iio: isl29028: remove enable flag from isl29028_enable_proximity()Brian Masney2017-01-221-6/+4
* staging: iio: isl29028: remove unnecessary parenthesisBrian Masney2017-01-221-1/+1
* staging: iio: isl29028: remove out of memory log messageBrian Masney2017-01-221-3/+1
* staging: iio: isl29028: remove unnecessary error logging in isl29028_chip_ini...Brian Masney2017-01-221-3/+1
* staging: iio: isl29028: made error messages consistentBrian Masney2017-01-221-24/+32
* staging: iio: isl29028: move failure logging into isl29028_set_als_scale()Brian Masney2017-01-221-13/+14
* staging: iio: isl29028: move failure logging into isl29028_set_proxim_sampling()Brian Masney2017-01-221-15/+16
* staging: iio: isl29028: remove unused define ISL29028_DEV_ATTRBrian Masney2017-01-221-1/+0
* staging: iio: isl29028: change newlines to improve readabilityBrian Masney2017-01-221-9/+24
* staging: iio: isl29028: made alignment of variables in struct isl29028_chip c...Brian Masney2017-01-221-5/+5
* staging: iio: isl29028: combine isl29028_proxim_get() and isl29028_read_proxim()Brian Masney2017-01-221-14/+8
* staging: iio: isl29028: fix alignment of function argumentsBrian Masney2017-01-221-2/+3
* staging: iio: isl29028: made alignment of #defines consistentBrian Masney2016-12-041-21/+21
* staging: iio: isl29028: remove chip test and defaults from isl29028_chip_init()Brian Masney2016-12-041-20/+22
* staging: iio: isl29028: remove nested if statementsBrian Masney2016-12-041-16/+14
* staging: iio: tsl2583: move out of stagingBrian Masney2016-11-133-921/+0
* staging: iio: tsl2583: add copyright and MODULE_AUTHORBrian Masney2016-11-131-1/+3
* staging: iio: tsl2583: remove unnecessary variable initializationBrian Masney2016-11-131-2/+2
* staging: iio: tsl2583: remove unnecessary memset callBrian Masney2016-11-131-3/+0
* staging: iio: tsl2583: remove comment for tsl2583_probe()Brian Masney2016-11-131-4/+0
* staging: iio: tsl2583: clarified comment about clearing interruptsBrian Masney2016-11-131-2/+3
* staging: iio: tsl2583: add tsl2583 to list of supported devices in the headerBrian Masney2016-11-131-1/+1
* staging: iio: tsl2583: move from a global to a per device lux tableBrian Masney2016-11-131-34/+46
* staging: iio: tsl2583: don't assume an unsigned int is 32 bitsBrian Masney2016-11-131-1/+1
* staging: iio: tsl2583: remove unnecessary parenthesesBrian Masney2016-11-131-2/+2
* staging: iio: tsl2583: change tsl2583_als_calibrate() to return 0 on successBrian Masney2016-11-131-1/+1
* staging: iio: tsl2583: moved code block inside else statementBrian Masney2016-11-131-11/+12
* staging: iio: tsl2583: updated code comment to match what the code doesBrian Masney2016-11-131-1/+5
* staging: iio: tsl2583: fix multiline comment syntaxBrian Masney2016-11-131-5/+9
* staging: iio: tsl2583: change newlines to improve readabilityBrian Masney2016-11-131-2/+12
* staging: iio: tsl2583: fix comparison between signed and unsigned integersBrian Masney2016-11-131-3/+4
* staging: iio: tsl2583: fix alignment of #define valuesBrian Masney2016-11-131-5/+5
* staging: iio: tsl2583: unify function and variable prefix to tsl2583_Brian Masney2016-11-131-107/+107
* staging: iio: tsl2583: cleaned up loggingBrian Masney2016-11-131-30/+43
* staging: iio: tsl2583: remove the FSF's mailing addressBrian Masney2016-11-131-4/+0
* staging: iio: tsl2583: remove redundant write to the control register in taos...Brian Masney2016-11-131-8/+0
* staging: iio: tsl2583: change current chip state from a tristate to a boolBrian Masney2016-11-131-13/+7
* staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resumeBrian Masney2016-11-131-13/+3
* staging: iio: tsl2583: remove unnecessary chip status check in taos_get_luxBrian Masney2016-11-131-7/+0
* staging: iio: tsl2583: check if chip is in a working state in in_illuminance_...Brian Masney2016-11-131-3/+14
* staging: iio: tsl2583: fix issue with changes to calibscale and int_time not ...Brian Masney2016-11-121-33/+52
* staging: iio: tsl2583: split out functionality of taos_chip_on()Brian Masney2016-11-121-64/+58
* staging: iio: tsl2583: fix unused function warningArnd Bergmann2016-11-081-12/+3
* staging: iio: tsl2583: remove redudant i2c call in taos_als_calibrate()Brian Masney2016-11-061-12/+1
* staging: iio: tsl2583: don't shutdown chip when updating the lux tableBrian Masney2016-11-061-10/+0
* staging: iio: tsl2583: remove redundant power off sequence in taos_chip_on()Brian Masney2016-11-061-11/+2
* staging: iio: tsl2583: fixed ordering of commentsBrian Masney2016-11-061-6/+13
OpenPOWER on IntegriCloud