summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7606_core.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-23staging:iio:ad7606: Move buffer code to main source fileLars-Peter Clausen1-506/+0
2016-10-23staging:iio:ad7606: Use GPIO descriptor APILars-Peter Clausen1-145/+55
2016-10-23staging:iio:ad7606: Let common remove function take a struct device *Lars-Peter Clausen1-1/+2
2016-10-23staging:iio:ad7606: Let the common probe function return intLars-Peter Clausen1-8/+7
2016-10-23staging:iio:ad7606: Move set_drvdata() into common codeLars-Peter Clausen1-0/+2
2016-10-23staging:iio:ad7606: Factor out common code between periodic and one-shot captureLars-Peter Clausen1-22/+36
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 Clausen1-10/+2
2016-10-23staging:iio:ad7606: Remove redundant name field from ad7606_chip_infoLars-Peter Clausen1-7/+4
2016-10-23staging:iio:ad7606: Remove unused int_vref_mv fieldLars-Peter Clausen1-3/+0
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-04-10staging: iio: ad7606: use iio_device_{claim|release}_direct_mode()Alison Schofield1-6/+6
2016-03-28staging: iio: convert bare unsigned usage to unsigned intAlison Schofield1-3/+3
2016-02-08staging:iio:ad7606: Consolidate PM opsLars-Peter Clausen1-4/+15
2016-02-06staging:iio:ad7606: Consolidate channel specsLars-Peter Clausen1-26/+8
2015-11-25staging/ad7606: Actually build the interface modulesMichal Marek1-0/+4
2015-10-16staging: iio: adc: remove space after castIoana Ciornei1-1/+1
2015-10-16staging: iio: adc: properly indent to match open paranthesisIoana Ciornei1-9/+12
2014-08-31staging: ad7606_core: Fix checkpatch warningSören Brinkmann1-1/+1
2013-12-17staging:iio:ad7606 replaces IIO_ST macro with explicit entries to struct scan...Jonathan Cameron1-1/+6
2013-10-01staging:iio:ad7606: Report scale as fractional valueLars-Peter Clausen1-6/+3
2013-09-09staging:iio:adc:ad7606 remove unnecessary work pending testXie XiuQi1-2/+1
2013-09-07staging: iio: ad7606_core: Use devm_* APIsSachin Kamat1-16/+7
2013-05-13staging:iio:adc: Use kstrtol()/kstrtoul()Aida Mynzhasova1-4/+8
2013-03-17staging:iio:adc:ad7606 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-2/+2
2012-08-14staging:iio: Constify static iio_chan_spec arraysLars-Peter Clausen1-3/+3
2012-06-18staging:iio:adc:ad7606: Use new triggered buffer setup helper functionLars-Peter Clausen1-9/+0
2012-06-07staging:iio:ad7606: Re-add missing scale attributeLars-Peter Clausen1-1/+2
2012-05-14staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen1-4/+4
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2012-04-18staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron1-9/+10
2012-02-09staging:iio:adc:ad7606 unwind use of is_visible for attrs.Jonathan Cameron1-30/+53
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-2/+2
2011-12-08staging:iio:adc:ad7606 remove buffer access to data from sysfs read.Jonathan Cameron1-1/+1
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-1/+1
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-1/+1
2011-11-26staging:iio: header reorganizationJonathan Cameron1-1/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-1/+2
2011-10-03staging:iio:adc:ad7606 refactor to remove st->irq and st->id.Jonathan Cameron1-6/+4
2011-10-03staging:iio:adc:ad7606 make gpio request failures more consistentJonathan Cameron1-50/+85
2011-10-03staging:iio:adc:ad7606 trivial code style fix.Jonathan Cameron1-2/+1
2011-10-03staging:iio:adc:ad7606 add local define for chan_spec structures.Jonathan Cameron1-54/+28
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron1-18/+18
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-7/+7
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron1-1/+1
2011-09-16staging:iio:adc:ad7606 add channel type specification to range attributes.Jonathan Cameron1-7/+8