summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light
AgeCommit message (Expand)Author
2017-07-09staging: iio: tsl2x7x: check return value from tsl2x7x_invoke_change()Brian Masney
2017-07-09staging: iio: tsl2x7x: use usleep_range() instead of mdelay()Brian Masney
2017-07-09staging: iio: tsl2x7x: refactor {read,write}_event_value to allow handling mu...Brian Masney
2017-07-09staging: iio: tsl2x7x: cleaned up i2c calls in tsl2x7x_als_calibrate()Brian Masney
2017-07-09staging: iio: tsl2x7x: remove tsl2x7x_i2c_read()Brian Masney
2017-07-09staging: iio: tsl2x7x: remove redundant power_state sysfs attributeBrian Masney
2017-07-09staging: iio: tsl2x7x: add of_match table for device tree supportBrian Masney
2017-05-21staging: iio: light: Replace symbolic permissions as per coding styleSurender Polsani
2017-05-07tsl2x7x: remove paragraph about writing to the FSF's mailing addressEnric Balletbo i Serra
2017-05-07staging: iio: tsl2x7x: rename driver for consistency with other IIO light dri...Brian Masney
2017-04-26staging: iio: isl29028: move out of stagingBrian Masney
2017-04-26staging: iio: isl29028: correct proximity sleep timesBrian Masney
2017-04-26staging: iio: tsl2x7x: Replace deprecated macros (S_IRUGO, S_IWUSR)Paolo Cretaro
2017-04-01staging: iio: light: tsl2x7x constify attribute_group structuressimran singhal
2017-03-25staging: iio: tsl2x7x_core: Fix standard deviation calculationEva Rachel Retuya
2017-02-11staging: iio: isl29028: add copyrightBrian Masney
2017-02-11staging: iio: isl29028: use the runtime power management for system sleepBrian Masney
2017-02-11staging: iio: isl29028: fix incorrect sleep time when taking initial proximit...Brian Masney
2017-02-11staging: iio: isl29028: change mdelay() to msleep()Brian Masney
2017-01-22staging: iio: isl29028: add runtime power management supportBrian Masney
2017-01-22staging: iio: isl29028: only set ALS scale when ALS/IR sensing is enabledBrian Masney
2017-01-22staging: iio: isl29028: only set proximity sampling rate when proximity is en...Brian Masney
2017-01-22staging: iio: isl29028: remove enable flag from isl29028_enable_proximity()Brian Masney
2017-01-22staging: iio: isl29028: remove unnecessary parenthesisBrian Masney
2017-01-22staging: iio: isl29028: remove out of memory log messageBrian Masney
2017-01-22staging: iio: isl29028: remove unnecessary error logging in isl29028_chip_ini...Brian Masney
2017-01-22staging: iio: isl29028: made error messages consistentBrian Masney
2017-01-22staging: iio: isl29028: move failure logging into isl29028_set_als_scale()Brian Masney
2017-01-22staging: iio: isl29028: move failure logging into isl29028_set_proxim_sampling()Brian Masney
2017-01-22staging: iio: isl29028: remove unused define ISL29028_DEV_ATTRBrian Masney
2017-01-22staging: iio: isl29028: change newlines to improve readabilityBrian Masney
2017-01-22staging: iio: isl29028: made alignment of variables in struct isl29028_chip c...Brian Masney
2017-01-22staging: iio: isl29028: combine isl29028_proxim_get() and isl29028_read_proxim()Brian Masney
2017-01-22staging: iio: isl29028: fix alignment of function argumentsBrian Masney
2016-12-04staging: iio: isl29028: made alignment of #defines consistentBrian Masney
2016-12-04staging: iio: isl29028: remove chip test and defaults from isl29028_chip_init()Brian Masney
2016-12-04staging: iio: isl29028: remove nested if statementsBrian Masney
2016-11-13staging: iio: tsl2583: move out of stagingBrian Masney
2016-11-13staging: iio: tsl2583: add copyright and MODULE_AUTHORBrian Masney
2016-11-13staging: iio: tsl2583: remove unnecessary variable initializationBrian Masney
2016-11-13staging: iio: tsl2583: remove unnecessary memset callBrian Masney
2016-11-13staging: iio: tsl2583: remove comment for tsl2583_probe()Brian Masney
2016-11-13staging: iio: tsl2583: clarified comment about clearing interruptsBrian Masney
2016-11-13staging: iio: tsl2583: add tsl2583 to list of supported devices in the headerBrian Masney
2016-11-13staging: iio: tsl2583: move from a global to a per device lux tableBrian Masney
2016-11-13staging: iio: tsl2583: don't assume an unsigned int is 32 bitsBrian Masney
2016-11-13staging: iio: tsl2583: remove unnecessary parenthesesBrian Masney
2016-11-13staging: iio: tsl2583: change tsl2583_als_calibrate() to return 0 on successBrian Masney
2016-11-13staging: iio: tsl2583: moved code block inside else statementBrian Masney
2016-11-13staging: iio: tsl2583: updated code comment to match what the code doesBrian Masney