aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-10staging: iio: tsl2x7x: make proximity sensor function correctlyBrian Masney2-11/+16
2018-03-10staging: iio: tsl2x7x: remove unnecessary sysfs attributeBrian Masney1-1/+0
2018-03-10staging: iio: tsl2x7x: add missing error checksBrian Masney1-4/+10
2018-03-10staging: iio: tsl2x7x: add error handling to tsl2x7x_prox_cal()Brian Masney1-10/+26
2018-03-10staging: iio: tsl2x7x: correct 'Avoid CamelCase' warning from checkpatchBrian Masney1-13/+13
2018-03-10staging: iio: tsl2x7x: correctly return errors in tsl2x7x_get_prox()Brian Masney1-6/+9
2018-03-10staging: iio: tsl2x7x: convert mutex_trylock() to mutex_lock()Brian Masney1-7/+2
2018-03-10staging: iio: tsl2x7x: add common function for writing to the control registerBrian Masney1-29/+25
2018-03-10staging: iio: tsl2x7x: add common function for reading chip statusBrian Masney1-16/+24
2018-03-10staging: iio: tsl2x7x: add common function for clearing interruptsBrian Masney1-28/+24
2018-03-10staging: iio: tsl2x7x: remove power functions from tsl2X7X_platform_dataBrian Masney2-22/+0
2018-01-08staging: iio: light: Add breaks to lengthy linesGeorge Edward Bulmer1-3/+6
2017-10-21staging: iio: tsl2x7x: put function definitions on a single lineBrian Masney1-5/+3
2017-10-21staging: iio: tsl2x7x: fix alignment of break statementsBrian Masney1-2/+2
2017-10-21staging: iio: tsl2x7x: rename power defines to improve code readabilityBrian Masney1-5/+5
2017-10-21staging: iio: tsl2x7x: correct alignment of parenthesisBrian Masney1-17/+18
2017-10-21staging: iio: tsl2x7x: correct alignment of parenthesisBrian Masney1-9/+8
2017-10-21staging: iio: tsl2x7x: remove unnecessary parenthesesBrian Masney1-8/+8
2017-10-21staging: iio: tsl2x7x: convert in_proximity0_calibscale_available to use IIO_CONST_ATTRBrian Masney1-11/+4
2017-10-21staging: iio: tsl2x7x: changed #defines to be aligned on the same columnBrian Masney1-66/+66
2017-10-21staging: iio: tsl2x7x: remove unnecessary struct iio_dev definitionBrian Masney1-2/+0
2017-10-21staging: iio: tsl2x7x: sort #includesBrian Masney1-5/+5
2017-10-21staging: iio: tsl2x7x: remove unused tsl2x7x_parse_result structureBrian Masney1-5/+0
2017-10-21staging: iio: tsl2x7x: migrate *_thresh_period sysfs attributes to iio_event_specBrian Masney1-144/+52
2017-10-09staging: iio: tsl2x7x: migrate in_illuminance0_integration_time sysfs attribute to iio_chan_specBrian Masney1-48/+17
2017-10-09staging: iio: tsl2x7x: rename tsl2x7x_settings variable to settingsBrian Masney1-98/+85
2017-09-24staging: iio: tsl2x7x: clean up limit checksDan Carpenter2-10/+13
2017-09-03staging: iio: tsl2x7x: constify i2c_device_idArvind Yadav1-1/+1
2017-08-22staging:iio:light:tsl2x7x drop assignment of driver_moduleJonathan Cameron1-5/+0
2017-07-09staging: iio: tsl2x7x: check return value from tsl2x7x_invoke_change()Brian Masney1-18/+37
2017-07-09staging: iio: tsl2x7x: use usleep_range() instead of mdelay()Brian Masney1-2/+3
2017-07-09staging: iio: tsl2x7x: refactor {read,write}_event_value to allow handling multiple iio_event_infosBrian Masney1-67/+90
2017-07-09staging: iio: tsl2x7x: cleaned up i2c calls in tsl2x7x_als_calibrate()Brian Masney1-22/+12
2017-07-09staging: iio: tsl2x7x: remove tsl2x7x_i2c_read()Brian Masney1-49/+22
2017-07-09staging: iio: tsl2x7x: remove redundant power_state sysfs attributeBrian Masney1-34/+0
2017-07-09staging: iio: tsl2x7x: add of_match table for device tree supportBrian Masney1-0/+16
2017-05-21staging: iio: light: Replace symbolic permissions as per coding styleSurender Polsani1-36/+26
2017-05-07tsl2x7x: remove paragraph about writing to the FSF's mailing addressEnric Balletbo i Serra1-4/+0
2017-05-07staging: iio: tsl2x7x: rename driver for consistency with other IIO light driversBrian Masney2-1/+1
2017-04-26staging: iio: isl29028: move out of stagingBrian Masney3-734/+0
2017-04-26staging: iio: isl29028: correct proximity sleep timesBrian Masney1-20/+50
2017-04-26staging: iio: tsl2x7x: Replace deprecated macros (S_IRUGO, S_IWUSR)Paolo Cretaro1-10/+10
2017-04-01staging: iio: light: tsl2x7x constify attribute_group structuressimran singhal1-1/+1
2017-03-25staging: iio: tsl2x7x_core: Fix standard deviation calculationEva Rachel Retuya1-1/+1
2017-02-11staging: iio: isl29028: add copyrightBrian Masney1-0/+1
2017-02-11staging: iio: isl29028: use the runtime power management for system sleepBrian Masney1-1/+2
2017-02-11staging: iio: isl29028: fix incorrect sleep time when taking initial proximity readingBrian Masney1-10/+21
2017-02-11staging: iio: isl29028: change mdelay() to msleep()Brian Masney1-2/+2
2017-01-22staging: iio: isl29028: add runtime power management supportBrian Masney1-8/+110
2017-01-22staging: iio: isl29028: only set ALS scale when ALS/IR sensing is enabledBrian Masney1-2/+6