summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light/isl29028.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-26staging: iio: isl29028: move out of stagingBrian Masney1-723/+0
2017-04-26staging: iio: isl29028: correct proximity sleep timesBrian Masney1-20/+50
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 proximit...Brian 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
2017-01-22staging: iio: isl29028: only set proximity sampling rate when proximity is en...Brian Masney1-4/+4
2017-01-22staging: iio: isl29028: remove enable flag from isl29028_enable_proximity()Brian Masney1-6/+4
2017-01-22staging: iio: isl29028: remove unnecessary parenthesisBrian Masney1-1/+1
2017-01-22staging: iio: isl29028: remove out of memory log messageBrian Masney1-3/+1
2017-01-22staging: iio: isl29028: remove unnecessary error logging in isl29028_chip_ini...Brian Masney1-3/+1
2017-01-22staging: iio: isl29028: made error messages consistentBrian Masney1-24/+32
2017-01-22staging: iio: isl29028: move failure logging into isl29028_set_als_scale()Brian Masney1-13/+14
2017-01-22staging: iio: isl29028: move failure logging into isl29028_set_proxim_sampling()Brian Masney1-15/+16
2017-01-22staging: iio: isl29028: remove unused define ISL29028_DEV_ATTRBrian Masney1-1/+0
2017-01-22staging: iio: isl29028: change newlines to improve readabilityBrian Masney1-9/+24
2017-01-22staging: iio: isl29028: made alignment of variables in struct isl29028_chip c...Brian Masney1-5/+5
2017-01-22staging: iio: isl29028: combine isl29028_proxim_get() and isl29028_read_proxim()Brian Masney1-14/+8
2017-01-22staging: iio: isl29028: fix alignment of function argumentsBrian Masney1-2/+3
2016-12-04staging: iio: isl29028: made alignment of #defines consistentBrian Masney1-21/+21
2016-12-04staging: iio: isl29028: remove chip test and defaults from isl29028_chip_init()Brian Masney1-20/+22
2016-12-04staging: iio: isl29028: remove nested if statementsBrian Masney1-16/+14
2016-07-24staging: iio: light: isl29018/28: remove I2C_CLASS_HWMON .class settingAlison Schofield1-1/+0
2016-07-10staging: iio: isl29028: Prefix functionsPeter Meerwald-Stadler1-2/+2
2016-07-10staging: iio: isl29028: Expose scale and sample frequency available without c...Peter Meerwald-Stadler1-2/+2
2016-07-10staging: iio: isl29028: Prefix stuffPeter Meerwald-Stadler1-16/+16
2016-07-10staging: iio: isl29028: Prefix #definesPeter Meerwald-Stadler1-31/+31
2016-03-20staging: iio: isl29028: use regmap to retrieve struct deviceAlison Schofield1-25/+30
2016-02-20staging: iio: light: indent to match open parenthesisEva Rachel Retuya1-11/+16
2016-02-14Staging: iio: light: remove exceptional & on function nameBhumika Goyal1-2/+2
2015-10-04staging: iio: light: use devm_iio_device_register instead iio_device_registerIoana Ciornei1-10/+1
2015-07-11staging: iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-03-06Staging: iio: clean dev_err loggingHaneen Mohammed1-4/+4
2015-02-16staging: iio: isl29028: deprecate use of isl in compatible string for isilArnaud Ebalard1-2/+2
2014-11-20Staging: iio: light: Added correct vendor-prefix for device isl29028Darshana Padmadas1-1/+2
2013-08-03staging: iio: light: isl29028: Use devm_iio_device_allocSachin Kamat1-9/+4
2013-03-17staging:iio:light:isl29028 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-5/+5
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-1/+1
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-2/+2
2012-04-24staging: iio: light: of: Fix vendor prefix of isl29018/isl29028Laxman Dewangan1-1/+1
2012-04-18staging:iio: drop procesed_val element of chan_spec.Jonathan Cameron1-1/+0
2012-04-18staging:iio:isl29028 Add IIO_CHAN_INFO_RAW/PROCESSED entriesJonathan Cameron1-3/+7
2012-04-18staging: iio: light: isl29028: fix correct mask valueLaxman Dewangan1-4/+4
2012-04-13staging: iio: add driver for isl29028Laxman Dewangan1-0/+563