aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2016-11-13staging: iio: tsl2583: move out of stagingGravatar Brian Masney 4-941/+0
2016-11-13staging: iio: tsl2583: add copyright and MODULE_AUTHORGravatar Brian Masney 1-1/+3
2016-11-13staging: iio: tsl2583: remove unnecessary variable initializationGravatar Brian Masney 1-2/+2
2016-11-13staging: iio: tsl2583: remove unnecessary memset callGravatar Brian Masney 1-3/+0
2016-11-13staging: iio: tsl2583: remove comment for tsl2583_probe()Gravatar Brian Masney 1-4/+0
2016-11-13staging: iio: tsl2583: clarified comment about clearing interruptsGravatar Brian Masney 1-2/+3
2016-11-13staging: iio: tsl2583: add tsl2583 to list of supported devices in the headerGravatar Brian Masney 1-1/+1
2016-11-13staging: iio: tsl2583: move from a global to a per device lux tableGravatar Brian Masney 1-34/+46
2016-11-13staging: iio: tsl2583: don't assume an unsigned int is 32 bitsGravatar Brian Masney 1-1/+1
2016-11-13staging: iio: tsl2583: remove unnecessary parenthesesGravatar Brian Masney 1-2/+2
2016-11-13staging: iio: tsl2583: change tsl2583_als_calibrate() to return 0 on successGravatar Brian Masney 1-1/+1
2016-11-13staging: iio: tsl2583: moved code block inside else statementGravatar Brian Masney 1-11/+12
2016-11-13staging: iio: tsl2583: updated code comment to match what the code doesGravatar Brian Masney 1-1/+5
2016-11-13staging: iio: tsl2583: fix multiline comment syntaxGravatar Brian Masney 1-5/+9
2016-11-13staging: iio: tsl2583: combine sysfs documentationGravatar Brian Masney 2-21/+15
2016-11-13staging: iio: tsl2583: change newlines to improve readabilityGravatar Brian Masney 1-2/+12
2016-11-13staging: iio: tsl2583: fix comparison between signed and unsigned integersGravatar Brian Masney 1-3/+4
2016-11-13staging: iio: tsl2583: fix alignment of #define valuesGravatar Brian Masney 1-5/+5
2016-11-13staging: iio: tsl2583: unify function and variable prefix to tsl2583_Gravatar Brian Masney 1-107/+107
2016-11-13staging: iio: tsl2583: cleaned up loggingGravatar Brian Masney 1-30/+43
2016-11-13staging: iio: tsl2583: remove the FSF's mailing addressGravatar Brian Masney 1-4/+0
2016-11-13staging: iio: tsl2583: remove redundant write to the control register in taos...Gravatar Brian Masney 1-8/+0
2016-11-13staging: iio: tsl2583: change current chip state from a tristate to a boolGravatar Brian Masney 1-13/+7
2016-11-13staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resumeGravatar Brian Masney 1-13/+3
2016-11-13staging: iio: tsl2583: remove unnecessary chip status check in taos_get_luxGravatar Brian Masney 1-7/+0
2016-11-13staging: iio: tsl2583: check if chip is in a working state in in_illuminance_...Gravatar Brian Masney 1-3/+14
2016-11-12staging: iio: tsl2583: fix issue with changes to calibscale and int_time not ...Gravatar Brian Masney 1-33/+52
2016-11-12staging: iio: tsl2583: split out functionality of taos_chip_on()Gravatar Brian Masney 1-64/+58
2016-11-08staging: iio: tsl2583: fix unused function warningGravatar Arnd Bergmann 1-12/+3
2016-11-08staging: iio: ad9832: allocate data before usingGravatar Arnd Bergmann 1-7/+7
2016-11-07Merge tag 'iio-for-4.10b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Gravatar Greg Kroah-Hartman 8-423/+394
2016-11-06staging: iio: tsl2583: remove redudant i2c call in taos_als_calibrate()Gravatar Brian Masney 1-12/+1
2016-11-06staging: iio: tsl2583: don't shutdown chip when updating the lux tableGravatar Brian Masney 1-10/+0
2016-11-06staging: iio: tsl2583: remove redundant power off sequence in taos_chip_on()Gravatar Brian Masney 1-11/+2
2016-11-06staging: iio: tsl2583: fixed ordering of commentsGravatar Brian Masney 1-6/+13
2016-11-06staging: iio: tsl2583: removed unused code from device probingGravatar Brian Masney 1-24/+13
2016-11-06staging: iio: tsl2583: i2c_smbus_write_byte() / i2c_smbus_read_byte() migrationGravatar Brian Masney 1-69/+16
2016-11-05staging: iio: ad9832: clean-up regulator 'reg'Gravatar Eva Rachel Retuya 2-13/+11
2016-11-05staging: iio: ad9832: add DVDD regulatorGravatar Eva Rachel Retuya 2-9/+26
2016-11-05staging: iio: ad7192: rename regulator 'reg' to 'avdd'Gravatar Eva Rachel Retuya 1-11/+11
2016-11-05staging: iio: ad7192: add DVdd regulatorGravatar Eva Rachel Retuya 1-1/+18
2016-11-05staging: iio: rework regulator handlingGravatar Eva Rachel Retuya 5-43/+46
2016-11-05staging: iio: set proper supply name to devm_regulator_get()Gravatar Eva Rachel Retuya 5-5/+5
2016-11-01staging: iio: cdc: ad7746: add additional config definesGravatar Eva Rachel Retuya 1-16/+22
2016-11-01staging: iio: tsl2583: add locking to sysfs attributesGravatar Brian Masney 1-1/+15
2016-11-01staging: iio: tsl2583: add error code to sysfs store functionsGravatar Brian Masney 1-6/+4
2016-11-01staging: iio: tsl2583: use IIO_*_ATTR* macros to create sysfs entriesGravatar Brian Masney 1-46/+27
2016-11-01staging: iio: tsl2583: convert illuminance0_calibscale sysfs attr to use iio_...Gravatar Brian Masney 1-64/+25
2016-11-01staging: iio: tsl2583: convert to use iio_chan_spec and {read,write}_rawGravatar Brian Masney 1-93/+143
2016-11-01staging: iio: tsl2583: check return values from taos_chip_{on,off}Gravatar Brian Masney 1-8/+18