summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: tsl2583: move out of stagingBrian Masney2016-11-133-921/+0Star
* 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/+0Star
* staging: iio: tsl2583: remove comment for tsl2583_probe()Brian Masney2016-11-131-4/+0Star
* 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/+0Star
* staging: iio: tsl2583: remove redundant write to the control register in taos...Brian Masney2016-11-131-8/+0Star
* staging: iio: tsl2583: change current chip state from a tristate to a boolBrian Masney2016-11-131-13/+7Star
* staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resumeBrian Masney2016-11-131-13/+3Star
* staging: iio: tsl2583: remove unnecessary chip status check in taos_get_luxBrian Masney2016-11-131-7/+0Star
* 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/+58Star
* staging: iio: tsl2583: fix unused function warningArnd Bergmann2016-11-081-12/+3Star
* staging: iio: tsl2583: remove redudant i2c call in taos_als_calibrate()Brian Masney2016-11-061-12/+1Star
* staging: iio: tsl2583: don't shutdown chip when updating the lux tableBrian Masney2016-11-061-10/+0Star
* staging: iio: tsl2583: remove redundant power off sequence in taos_chip_on()Brian Masney2016-11-061-11/+2Star
* staging: iio: tsl2583: fixed ordering of commentsBrian Masney2016-11-061-6/+13
* staging: iio: tsl2583: removed unused code from device probingBrian Masney2016-11-061-24/+13Star
* staging: iio: tsl2583: i2c_smbus_write_byte() / i2c_smbus_read_byte() migrationBrian Masney2016-11-061-69/+16Star
* staging: iio: tsl2583: add locking to sysfs attributesBrian Masney2016-11-011-1/+15
* staging: iio: tsl2583: add error code to sysfs store functionsBrian Masney2016-11-011-6/+4Star
* staging: iio: tsl2583: use IIO_*_ATTR* macros to create sysfs entriesBrian Masney2016-11-011-46/+27Star
* staging: iio: tsl2583: convert illuminance0_calibscale sysfs attr to use iio_...Brian Masney2016-11-011-64/+25Star
* staging: iio: tsl2583: convert to use iio_chan_spec and {read,write}_rawBrian Masney2016-11-011-93/+143
* staging: iio: tsl2583: check return values from taos_chip_{on,off}Brian Masney2016-11-011-8/+18
* staging: iio: tsl2583: remove redundant power_state sysfs attributeBrian Masney2016-11-011-31/+0Star
* staging: iio: tsl2583: return proper error code instead of -1Brian Masney2016-11-011-1/+1
* staging: iio: tsl2583: check for error code from i2c_smbus_read_byte()Brian Masney2016-11-011-1/+21
* staging: iio: tsl2583: add of_match table for device tree supportBrian Masney2016-11-011-0/+13
* staging: iio: isl29018: move out of stagingBrian Masney2016-10-233-860/+0Star
* staging: iio: isl29018: rename description in Kconfig for consistencyBrian Masney2016-10-231-1/+1
* staging: iio: isl29018: remove blank line for consistencyBrian Masney2016-10-231-1/+0Star
* staging: iio: isl29018: combine two return statements into oneBrian Masney2016-10-231-4/+2Star
* staging: iio: isl29018: fix multiline comment syntaxBrian Masney2016-10-231-3/+6
* staging: iio: isl29018: fix poorly named functionBrian Masney2016-10-231-25/+19Star