summaryrefslogtreecommitdiff
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2016-10-23staging:iio:accel:sca3000 move to hybrid hard / soft buffer design.Jonathan Cameron3-214/+72
2016-10-23staging:iio:accel:sca3000 Drop custom ABI for watersheds.Jonathan Cameron1-70/+41
2016-10-23staging:iio:accel:sca3000 Fix clearing of flag + setting of size of scan.Jonathan Cameron1-0/+13
2016-10-23staging:iio:accel:sca3000 drop sca3000_register_ring_funcsJonathan Cameron1-6/+1
2016-10-23staging:iio:accel:sca3000 merge files into one.Jonathan Cameron4-633/+495
2016-10-23staging:iio:accel:sca3000 Fix a use before setting of the indio_dev->buffer p...Jonathan Cameron1-1/+1
2016-10-23staging: iio: isl29018: move out of stagingBrian Masney3-860/+0
2016-10-23staging: iio: isl29018: rename description in Kconfig for consistencyBrian Masney1-1/+1
2016-10-23staging: iio: isl29018: remove blank line for consistencyBrian Masney1-1/+0
2016-10-23staging: iio: isl29018: combine two return statements into oneBrian Masney1-4/+2
2016-10-23staging: iio: isl29018: fix multiline comment syntaxBrian Masney1-3/+6
2016-10-23staging: iio: isl29018: fix poorly named functionBrian Masney1-25/+19
2016-10-23staging: iio: isl29018: add newlines to improve readabilityBrian Masney1-0/+6
2016-10-23staging:iio:TODO drop outdated entries in this todo.Jonathan Cameron1-69/+1
2016-10-23staging: iio: cdc: ad7152: Replace mlock with a local mutex locksayli karnik1-11/+13
2016-10-23staging: iio: cdc: ad7746: implement IIO_CHAN_INFO_SAMP_FREQEva Rachel Retuya1-70/+50
2016-10-23staging: iio: cdc: ad7152: Implement IIO_CHAN_INFO_SAMP_FREQ attributesayli karnik1-51/+67
2016-10-11staging: iio: isl29018: add documentation about the infrared suppressionBrian Masney1-0/+18
2016-10-11Staging: iio: meter: ade7758_core: implement IIO_CHAN_INFO_SAMP_FREQSandhya Bankar1-23/+63
2016-10-11staging: iio: ad7192: implement IIO_CHAN_INFO_SAMP_FREQEva Rachel Retuya1-55/+29
2016-10-08staging: iio: ad7606: implement IIO_CHAN_INFO_OVERSAMPLING_RATIOEva Rachel Retuya1-36/+31
2016-10-08staging: iio: ad7606: fix improper setting of oversampling pinsEva Rachel Retuya1-1/+1
2016-10-03Staging: iio: ad7150: constify attribute_group structuresBhumika Goyal1-1/+1
2016-10-03Staging: iio: addac: constify attribute_group structuresBhumika Goyal1-2/+2
2016-10-03Staging: iio: ad7816: constify attribute_group structuresBhumika Goyal1-1/+1
2016-10-03Staging: iio: ad7280a: constify attribute_group structuresBhumika Goyal1-1/+1
2016-10-03staging: iio: cdc: ad7152: Add blank line after declarations to increase read...Anchal Jain1-0/+4
2016-10-01staging: iio: isl29018: check if the chip is in a suspended stateBrian Masney1-1/+6
2016-10-01staging: iio: isl29018: change isl29018_read_raw() to only have one exit pointBrian Masney1-2/+4
2016-10-01staging: iio: isl29018: fixed race condition in in_illuminance_scale_availabl...Brian Masney1-0/+2
2016-10-01staging: iio: isl29018: use IIO_DEVICE_ATTR_{RO, RW} macrosBrian Masney1-18/+15
2016-09-27Staging:iio:light:tsl2583: constify attribute_group structuresBhumika Goyal1-1/+1
2016-09-27Staging:iio:adc:ad7280a: constify attribute_group structuresBhumika Goyal1-1/+1
2016-09-27staging: iio: isl29018: fix comparison between signed and unsigned integersBrian Masney1-4/+8
2016-09-27staging: iio: isl29018: made error handling consistentBrian Masney1-6/+1
2016-09-27staging: iio: isl29018: remove unused variable and definesBrian Masney1-10/+0
2016-09-22iio: accel: sca3000_core: avoid potentially uninitialized variableArnd Bergmann1-0/+2
2016-09-20staging: iio: isl29018: remove the FSF's mailing addressBrian Masney1-4/+0
2016-09-20staging: iio: meter: ade7754: Match alignment with open parenthesisGeorgiana Rodica Chelu1-34/+25
2016-09-20staging: iio: meter: ade7758_ring: Match alignment with open parenthesisGeorgiana Rodica Chelu1-7/+3
2016-09-18staging: iio: ad5933: align arguments on new line with open parenthesisKatie Dunne1-19/+19
2016-09-18iio: accel: sca3000_core: implemented IIO_CHAN_INFO_SAMP_FREQIco Doornekamp2-122/+121
2016-09-14Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-1/+1
2016-09-05Merge 4.8-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2016-08-29staging: iio: accel: sca3000: remove extra spaceClifton Barnes1-1/+1
2016-08-24Merge tag 'iio-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman3-148/+129
2016-08-21staging: iio: ade7854: checkpatch fixes (alignment of parameters)Johanna Abrahamsson1-20/+20
2016-08-15staging: iio: ad5933: Return correct value for AD5933_OUT_RANGE.Phil Turnbull1-1/+1
2016-07-24staging: iio: light: isl29018/28: remove I2C_CLASS_HWMON .class settingAlison Schofield2-2/+0
2016-07-14Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman12-1488/+13