summaryrefslogtreecommitdiff
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2016-11-06staging: iio: tsl2583: fixed ordering of commentsBrian Masney1-6/+13
2016-11-06staging: iio: tsl2583: removed unused code from device probingBrian Masney1-24/+13
2016-11-06staging: iio: tsl2583: i2c_smbus_write_byte() / i2c_smbus_read_byte() migrationBrian Masney1-69/+16
2016-11-05staging: iio: ad9832: clean-up regulator 'reg'Eva Rachel Retuya2-13/+11
2016-11-05staging: iio: ad9832: add DVDD regulatorEva Rachel Retuya2-9/+26
2016-11-05staging: iio: ad7192: rename regulator 'reg' to 'avdd'Eva Rachel Retuya1-11/+11
2016-11-05staging: iio: ad7192: add DVdd regulatorEva Rachel Retuya1-1/+18
2016-11-05staging: iio: rework regulator handlingEva Rachel Retuya5-43/+46
2016-11-05staging: iio: set proper supply name to devm_regulator_get()Eva Rachel Retuya5-5/+5
2016-11-01staging: iio: cdc: ad7746: add additional config definesEva Rachel Retuya1-16/+22
2016-11-01staging: iio: tsl2583: add locking to sysfs attributesBrian Masney1-1/+15
2016-11-01staging: iio: tsl2583: add error code to sysfs store functionsBrian Masney1-6/+4
2016-11-01staging: iio: tsl2583: use IIO_*_ATTR* macros to create sysfs entriesBrian Masney1-46/+27
2016-11-01staging: iio: tsl2583: convert illuminance0_calibscale sysfs attr to use iio_...Brian Masney1-64/+25
2016-11-01staging: iio: tsl2583: convert to use iio_chan_spec and {read,write}_rawBrian Masney1-93/+143
2016-11-01staging: iio: tsl2583: check return values from taos_chip_{on,off}Brian Masney1-8/+18
2016-11-01staging: iio: tsl2583: remove redundant power_state sysfs attributeBrian Masney1-31/+0
2016-11-01staging: iio: tsl2583: return proper error code instead of -1Brian Masney1-1/+1
2016-11-01staging: iio: tsl2583: check for error code from i2c_smbus_read_byte()Brian Masney1-1/+21
2016-11-01staging: iio: tsl2583: add of_match table for device tree supportBrian Masney1-0/+13
2016-10-25staging: iio: cdc/ad7746: fix missing return valueArnd Bergmann1-0/+1
2016-10-25staging: iio: ad5933: avoid uninitialized variable in error caseArnd Bergmann1-7/+10
2016-10-23staging:iio:ad7606: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2016-10-23staging: iio: ad7606: rework regulator handlingEva Rachel Retuya1-8/+9
2016-10-23staging: iio: ad7606: set proper supply name to devm_regulator_get()Eva Rachel Retuya1-1/+1
2016-10-23staging:iio:ad7606: Move buffer code to main source fileLars-Peter Clausen4-80/+44
2016-10-23staging:iio:ad7606: Use GPIO descriptor APILars-Peter Clausen3-175/+64
2016-10-23staging:iio:ad7606: Run trigger handler only once per trigger eventLars-Peter Clausen1-8/+3
2016-10-23staging:iio:ad7606: Let common remove function take a struct device *Lars-Peter Clausen4-10/+5
2016-10-23staging:iio:ad7606: Let the common probe function return intLars-Peter Clausen4-31/+17
2016-10-23staging:iio:ad7606: Move set_drvdata() into common codeLars-Peter Clausen3-4/+2
2016-10-23staging:iio:ad7606: Factor out common code between periodic and one-shot captureLars-Peter Clausen3-48/+41
2016-10-23staging:iio:ad7606: Avoid allocating buffer for each data captureLars-Peter Clausen2-12/+6
2016-10-23staging:iio:ad7606: Use oversampling ratio of 1 for no oversamplingLars-Peter Clausen1-3/+3
2016-10-23staging:iio:ad7606: Remove out-of-band error reportingLars-Peter Clausen1-7/+3
2016-10-23staging:iio:ad7606: Remove default device configuration from platform dataLars-Peter Clausen2-14/+2
2016-10-23staging:iio:ad7606: Remove redundant name field from ad7606_chip_infoLars-Peter Clausen4-11/+10
2016-10-23staging:iio:ad7606: Remove unused int_vref_mv fieldLars-Peter Clausen2-5/+0
2016-10-23staging:iio:accel:sca3000 Move out of staging.Jonathan Cameron3-1589/+0
2016-10-23staging:iio:accel:sca3000 kernel docify comments that were nearly kernel doc.Jonathan Cameron1-29/+77
2016-10-23staging:iio:accel:sca3000 small checkpatch fixes (alignment etc)Jonathan Cameron1-2/+2
2016-10-23staging:iio:accel:sca3000 Tidy up probe order to avoid a race.Jonathan Cameron1-8/+6
2016-10-23staging:iio:accel:sca3000 replace non standard revision attr with dev_info on...Jonathan Cameron1-14/+12
2016-10-23staging:iio:accel:sca3000 Drop custom measurement mode attributesJonathan Cameron1-139/+0
2016-10-23staging:iio:accel:sca3000 Add write support to the low pass filter controlJonathan Cameron1-0/+55
2016-10-23staging:iio:accel:sca3000: Fix off by one error in axis due to IIO_NO_MODJonathan Cameron1-10/+11
2016-10-23staging:iio:accel:sca3000 add readback of the 3db low pass filter frequencyJonathan Cameron1-1/+47
2016-10-23staging:iio:accel:sca3000 Clean up register defines.Jonathan Cameron1-163/+165
2016-10-23staging:iio:accel:sca3000 use a 'fake' channel to handle freefall event regis...Jonathan Cameron1-148/+155
2016-10-23staging:iio:accel:sca3000 drop some unused variables.Jonathan Cameron1-5/+0