summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light
AgeCommit message (Expand)AuthorFilesLines
2016-11-13staging: iio: tsl2583: move out of stagingBrian Masney3-921/+0
2016-11-13staging: iio: tsl2583: add copyright and MODULE_AUTHORBrian Masney1-1/+3
2016-11-13staging: iio: tsl2583: remove unnecessary variable initializationBrian Masney1-2/+2
2016-11-13staging: iio: tsl2583: remove unnecessary memset callBrian Masney1-3/+0
2016-11-13staging: iio: tsl2583: remove comment for tsl2583_probe()Brian Masney1-4/+0
2016-11-13staging: iio: tsl2583: clarified comment about clearing interruptsBrian Masney1-2/+3
2016-11-13staging: iio: tsl2583: add tsl2583 to list of supported devices in the headerBrian Masney1-1/+1
2016-11-13staging: iio: tsl2583: move from a global to a per device lux tableBrian Masney1-34/+46
2016-11-13staging: iio: tsl2583: don't assume an unsigned int is 32 bitsBrian Masney1-1/+1
2016-11-13staging: iio: tsl2583: remove unnecessary parenthesesBrian Masney1-2/+2
2016-11-13staging: iio: tsl2583: change tsl2583_als_calibrate() to return 0 on successBrian Masney1-1/+1
2016-11-13staging: iio: tsl2583: moved code block inside else statementBrian Masney1-11/+12
2016-11-13staging: iio: tsl2583: updated code comment to match what the code doesBrian Masney1-1/+5
2016-11-13staging: iio: tsl2583: fix multiline comment syntaxBrian Masney1-5/+9
2016-11-13staging: iio: tsl2583: change newlines to improve readabilityBrian Masney1-2/+12
2016-11-13staging: iio: tsl2583: fix comparison between signed and unsigned integersBrian Masney1-3/+4
2016-11-13staging: iio: tsl2583: fix alignment of #define valuesBrian Masney1-5/+5
2016-11-13staging: iio: tsl2583: unify function and variable prefix to tsl2583_Brian Masney1-107/+107
2016-11-13staging: iio: tsl2583: cleaned up loggingBrian Masney1-30/+43
2016-11-13staging: iio: tsl2583: remove the FSF's mailing addressBrian Masney1-4/+0
2016-11-13staging: iio: tsl2583: remove redundant write to the control register in taos...Brian Masney1-8/+0
2016-11-13staging: iio: tsl2583: change current chip state from a tristate to a boolBrian Masney1-13/+7
2016-11-13staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resumeBrian Masney1-13/+3
2016-11-13staging: iio: tsl2583: remove unnecessary chip status check in taos_get_luxBrian Masney1-7/+0
2016-11-13staging: iio: tsl2583: check if chip is in a working state in in_illuminance_...Brian Masney1-3/+14
2016-11-12staging: iio: tsl2583: fix issue with changes to calibscale and int_time not ...Brian Masney1-33/+52
2016-11-12staging: iio: tsl2583: split out functionality of taos_chip_on()Brian Masney1-64/+58
2016-11-08staging: iio: tsl2583: fix unused function warningArnd Bergmann1-12/+3
2016-11-06staging: iio: tsl2583: remove redudant i2c call in taos_als_calibrate()Brian Masney1-12/+1
2016-11-06staging: iio: tsl2583: don't shutdown chip when updating the lux tableBrian Masney1-10/+0
2016-11-06staging: iio: tsl2583: remove redundant power off sequence in taos_chip_on()Brian Masney1-11/+2
2016-11-06staging: iio: tsl2583: fixed ordering of commentsBrian Masney1-6/+13
2016-11-06staging: iio: tsl2583: removed unused code from device probingBrian Masney1-24/+13
2016-11-06staging: iio: tsl2583: i2c_smbus_write_byte() / i2c_smbus_read_byte() migrationBrian Masney1-69/+16
2016-11-01staging: iio: tsl2583: add locking to sysfs attributesBrian Masney1-1/+15
2016-11-01staging: iio: tsl2583: add error code to sysfs store functionsBrian Masney1-6/+4
2016-11-01staging: iio: tsl2583: use IIO_*_ATTR* macros to create sysfs entriesBrian Masney1-46/+27
2016-11-01staging: iio: tsl2583: convert illuminance0_calibscale sysfs attr to use iio_...Brian Masney1-64/+25
2016-11-01staging: iio: tsl2583: convert to use iio_chan_spec and {read,write}_rawBrian Masney1-93/+143
2016-11-01staging: iio: tsl2583: check return values from taos_chip_{on,off}Brian Masney1-8/+18
2016-11-01staging: iio: tsl2583: remove redundant power_state sysfs attributeBrian Masney1-31/+0
2016-11-01staging: iio: tsl2583: return proper error code instead of -1Brian Masney1-1/+1
2016-11-01staging: iio: tsl2583: check for error code from i2c_smbus_read_byte()Brian Masney1-1/+21
2016-11-01staging: iio: tsl2583: add of_match table for device tree supportBrian Masney1-0/+13
2016-10-23staging: iio: isl29018: move out of stagingBrian Masney3-860/+0
2016-10-23staging: iio: isl29018: rename description in Kconfig for consistencyBrian Masney1-1/+1
2016-10-23staging: iio: isl29018: remove blank line for consistencyBrian Masney1-1/+0
2016-10-23staging: iio: isl29018: combine two return statements into oneBrian Masney1-4/+2
2016-10-23staging: iio: isl29018: fix multiline comment syntaxBrian Masney1-3/+6
2016-10-23staging: iio: isl29018: fix poorly named functionBrian Masney1-25/+19