summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light
AgeCommit message (Expand)Author
2016-11-13staging: iio: tsl2583: fix multiline comment syntaxBrian Masney
2016-11-13staging: iio: tsl2583: change newlines to improve readabilityBrian Masney
2016-11-13staging: iio: tsl2583: fix comparison between signed and unsigned integersBrian Masney
2016-11-13staging: iio: tsl2583: fix alignment of #define valuesBrian Masney
2016-11-13staging: iio: tsl2583: unify function and variable prefix to tsl2583_Brian Masney
2016-11-13staging: iio: tsl2583: cleaned up loggingBrian Masney
2016-11-13staging: iio: tsl2583: remove the FSF's mailing addressBrian Masney
2016-11-13staging: iio: tsl2583: remove redundant write to the control register in taos...Brian Masney
2016-11-13staging: iio: tsl2583: change current chip state from a tristate to a boolBrian Masney
2016-11-13staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resumeBrian Masney
2016-11-13staging: iio: tsl2583: remove unnecessary chip status check in taos_get_luxBrian Masney
2016-11-13staging: iio: tsl2583: check if chip is in a working state in in_illuminance_...Brian Masney
2016-11-12staging: iio: tsl2583: fix issue with changes to calibscale and int_time not ...Brian Masney
2016-11-12staging: iio: tsl2583: split out functionality of taos_chip_on()Brian Masney
2016-11-08staging: iio: tsl2583: fix unused function warningArnd Bergmann
2016-11-06staging: iio: tsl2583: remove redudant i2c call in taos_als_calibrate()Brian Masney
2016-11-06staging: iio: tsl2583: don't shutdown chip when updating the lux tableBrian Masney
2016-11-06staging: iio: tsl2583: remove redundant power off sequence in taos_chip_on()Brian Masney
2016-11-06staging: iio: tsl2583: fixed ordering of commentsBrian Masney
2016-11-06staging: iio: tsl2583: removed unused code from device probingBrian Masney
2016-11-06staging: iio: tsl2583: i2c_smbus_write_byte() / i2c_smbus_read_byte() migrationBrian Masney
2016-11-01staging: iio: tsl2583: add locking to sysfs attributesBrian Masney
2016-11-01staging: iio: tsl2583: add error code to sysfs store functionsBrian Masney
2016-11-01staging: iio: tsl2583: use IIO_*_ATTR* macros to create sysfs entriesBrian Masney
2016-11-01staging: iio: tsl2583: convert illuminance0_calibscale sysfs attr to use iio_...Brian Masney
2016-11-01staging: iio: tsl2583: convert to use iio_chan_spec and {read,write}_rawBrian Masney
2016-11-01staging: iio: tsl2583: check return values from taos_chip_{on,off}Brian Masney
2016-11-01staging: iio: tsl2583: remove redundant power_state sysfs attributeBrian Masney
2016-11-01staging: iio: tsl2583: return proper error code instead of -1Brian Masney
2016-11-01staging: iio: tsl2583: check for error code from i2c_smbus_read_byte()Brian Masney
2016-11-01staging: iio: tsl2583: add of_match table for device tree supportBrian Masney
2016-10-23staging: iio: isl29018: move out of stagingBrian Masney
2016-10-23staging: iio: isl29018: rename description in Kconfig for consistencyBrian Masney
2016-10-23staging: iio: isl29018: remove blank line for consistencyBrian Masney
2016-10-23staging: iio: isl29018: combine two return statements into oneBrian Masney
2016-10-23staging: iio: isl29018: fix multiline comment syntaxBrian Masney
2016-10-23staging: iio: isl29018: fix poorly named functionBrian Masney
2016-10-23staging: iio: isl29018: add newlines to improve readabilityBrian Masney
2016-10-11staging: iio: isl29018: add documentation about the infrared suppressionBrian Masney
2016-10-01staging: iio: isl29018: check if the chip is in a suspended stateBrian Masney
2016-10-01staging: iio: isl29018: change isl29018_read_raw() to only have one exit pointBrian Masney
2016-10-01staging: iio: isl29018: fixed race condition in in_illuminance_scale_availabl...Brian Masney
2016-10-01staging: iio: isl29018: use IIO_DEVICE_ATTR_{RO, RW} macrosBrian Masney
2016-09-27Staging:iio:light:tsl2583: constify attribute_group structuresBhumika Goyal
2016-09-27staging: iio: isl29018: fix comparison between signed and unsigned integersBrian Masney
2016-09-27staging: iio: isl29018: made error handling consistentBrian Masney
2016-09-27staging: iio: isl29018: remove unused variable and definesBrian Masney
2016-09-20staging: iio: isl29018: remove the FSF's mailing addressBrian Masney
2016-07-24staging: iio: light: isl29018/28: remove I2C_CLASS_HWMON .class settingAlison Schofield
2016-07-10staging: iio: isl29028: Prefix functionsPeter Meerwald-Stadler