summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: light: Add breaks to lengthy linesGeorge Edward Bulmer2018-01-081-3/+6
* staging: iio: tsl2x7x: put function definitions on a single lineBrian Masney2017-10-211-5/+3
* staging: iio: tsl2x7x: fix alignment of break statementsBrian Masney2017-10-211-2/+2
* staging: iio: tsl2x7x: rename power defines to improve code readabilityBrian Masney2017-10-211-5/+5
* staging: iio: tsl2x7x: correct alignment of parenthesisBrian Masney2017-10-211-17/+18
* staging: iio: tsl2x7x: correct alignment of parenthesisBrian Masney2017-10-211-9/+8
* staging: iio: tsl2x7x: remove unnecessary parenthesesBrian Masney2017-10-211-8/+8
* staging: iio: tsl2x7x: convert in_proximity0_calibscale_available to use IIO_...Brian Masney2017-10-211-11/+4
* staging: iio: tsl2x7x: changed #defines to be aligned on the same columnBrian Masney2017-10-211-66/+66
* staging: iio: tsl2x7x: remove unnecessary struct iio_dev definitionBrian Masney2017-10-211-2/+0
* staging: iio: tsl2x7x: sort #includesBrian Masney2017-10-211-5/+5
* staging: iio: tsl2x7x: remove unused tsl2x7x_parse_result structureBrian Masney2017-10-211-5/+0
* staging: iio: tsl2x7x: migrate *_thresh_period sysfs attributes to iio_event_...Brian Masney2017-10-211-144/+52
* staging: iio: tsl2x7x: migrate in_illuminance0_integration_time sysfs attribu...Brian Masney2017-10-091-48/+17
* staging: iio: tsl2x7x: rename tsl2x7x_settings variable to settingsBrian Masney2017-10-091-98/+85
* staging: iio: tsl2x7x: clean up limit checksDan Carpenter2017-09-242-10/+13
* staging: iio: tsl2x7x: constify i2c_device_idArvind Yadav2017-09-031-1/+1
* staging:iio:light:tsl2x7x drop assignment of driver_moduleJonathan Cameron2017-08-221-5/+0
* staging: iio: tsl2x7x: check return value from tsl2x7x_invoke_change()Brian Masney2017-07-091-18/+37
* staging: iio: tsl2x7x: use usleep_range() instead of mdelay()Brian Masney2017-07-091-2/+3
* staging: iio: tsl2x7x: refactor {read,write}_event_value to allow handling mu...Brian Masney2017-07-091-67/+90
* staging: iio: tsl2x7x: cleaned up i2c calls in tsl2x7x_als_calibrate()Brian Masney2017-07-091-22/+12
* staging: iio: tsl2x7x: remove tsl2x7x_i2c_read()Brian Masney2017-07-091-49/+22
* staging: iio: tsl2x7x: remove redundant power_state sysfs attributeBrian Masney2017-07-091-34/+0
* staging: iio: tsl2x7x: add of_match table for device tree supportBrian Masney2017-07-091-0/+16
* staging: iio: light: Replace symbolic permissions as per coding styleSurender Polsani2017-05-211-36/+26
* tsl2x7x: remove paragraph about writing to the FSF's mailing addressEnric Balletbo i Serra2017-05-071-4/+0
* staging: iio: tsl2x7x: rename driver for consistency with other IIO light dri...Brian Masney2017-05-072-1/+1
* staging: iio: isl29028: move out of stagingBrian Masney2017-04-263-734/+0
* staging: iio: isl29028: correct proximity sleep timesBrian Masney2017-04-261-20/+50
* staging: iio: tsl2x7x: Replace deprecated macros (S_IRUGO, S_IWUSR)Paolo Cretaro2017-04-261-10/+10
* staging: iio: light: tsl2x7x constify attribute_group structuressimran singhal2017-04-011-1/+1
* staging: iio: tsl2x7x_core: Fix standard deviation calculationEva Rachel Retuya2017-03-251-1/+1
* staging: iio: isl29028: add copyrightBrian Masney2017-02-111-0/+1
* staging: iio: isl29028: use the runtime power management for system sleepBrian Masney2017-02-111-1/+2
* staging: iio: isl29028: fix incorrect sleep time when taking initial proximit...Brian Masney2017-02-111-10/+21
* staging: iio: isl29028: change mdelay() to msleep()Brian Masney2017-02-111-2/+2
* 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