summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7606_core.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:ad7606: Move buffer code to main source fileLars-Peter Clausen2016-10-231-506/+0
* staging:iio:ad7606: Use GPIO descriptor APILars-Peter Clausen2016-10-231-145/+55
* staging:iio:ad7606: Let common remove function take a struct device *Lars-Peter Clausen2016-10-231-1/+2
* staging:iio:ad7606: Let the common probe function return intLars-Peter Clausen2016-10-231-8/+7
* staging:iio:ad7606: Move set_drvdata() into common codeLars-Peter Clausen2016-10-231-0/+2
* staging:iio:ad7606: Factor out common code between periodic and one-shot captureLars-Peter Clausen2016-10-231-22/+36
* staging:iio:ad7606: Use oversampling ratio of 1 for no oversamplingLars-Peter Clausen2016-10-231-3/+3
* staging:iio:ad7606: Remove out-of-band error reportingLars-Peter Clausen2016-10-231-7/+3
* staging:iio:ad7606: Remove default device configuration from platform dataLars-Peter Clausen2016-10-231-10/+2
* staging:iio:ad7606: Remove redundant name field from ad7606_chip_infoLars-Peter Clausen2016-10-231-7/+4
* staging:iio:ad7606: Remove unused int_vref_mv fieldLars-Peter Clausen2016-10-231-3/+0
* staging: iio: ad7606: implement IIO_CHAN_INFO_OVERSAMPLING_RATIOEva Rachel Retuya2016-10-081-36/+31
* staging: iio: ad7606: fix improper setting of oversampling pinsEva Rachel Retuya2016-10-081-1/+1
* staging: iio: ad7606: use iio_device_{claim|release}_direct_mode()Alison Schofield2016-04-101-6/+6
* staging: iio: convert bare unsigned usage to unsigned intAlison Schofield2016-03-281-3/+3
* staging:iio:ad7606: Consolidate PM opsLars-Peter Clausen2016-02-081-4/+15
* staging:iio:ad7606: Consolidate channel specsLars-Peter Clausen2016-02-061-26/+8
* staging/ad7606: Actually build the interface modulesMichal Marek2015-11-251-0/+4
* staging: iio: adc: remove space after castIoana Ciornei2015-10-161-1/+1
* staging: iio: adc: properly indent to match open paranthesisIoana Ciornei2015-10-161-9/+12
* staging: ad7606_core: Fix checkpatch warningSören Brinkmann2014-08-311-1/+1
* staging:iio:ad7606 replaces IIO_ST macro with explicit entries to struct scan...Jonathan Cameron2013-12-171-1/+6
* staging:iio:ad7606: Report scale as fractional valueLars-Peter Clausen2013-10-011-6/+3
* staging:iio:adc:ad7606 remove unnecessary work pending testXie XiuQi2013-09-091-2/+1
* staging: iio: ad7606_core: Use devm_* APIsSachin Kamat2013-09-071-16/+7
* staging:iio:adc: Use kstrtol()/kstrtoul()Aida Mynzhasova2013-05-131-4/+8
* staging:iio:adc:ad7606 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-2/+2
* staging:iio: Constify static iio_chan_spec arraysLars-Peter Clausen2012-08-141-3/+3
* staging:iio:adc:ad7606: Use new triggered buffer setup helper functionLars-Peter Clausen2012-06-181-9/+0
* staging:iio:ad7606: Re-add missing scale attributeLars-Peter Clausen2012-06-071-1/+2
* staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-4/+4
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-3/+3
* staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron2012-04-181-9/+10
* staging:iio:adc:ad7606 unwind use of is_visible for attrs.Jonathan Cameron2012-02-091-30/+53
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-3/+3
|\
| * staging:iio:adc:ad7606 remove buffer access to data from sysfs read.Jonathan Cameron2011-12-081-1/+1
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-261-1/+1
| * staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-261-1/+1
| * staging:iio: header reorganizationJonathan Cameron2011-11-261-1/+1
* | switch ->is_visible() to returning umode_tAl Viro2012-01-031-2/+2
|/
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-171-1/+2
* staging:iio:adc:ad7606 refactor to remove st->irq and st->id.Jonathan Cameron2011-10-031-6/+4
* staging:iio:adc:ad7606 make gpio request failures more consistentJonathan Cameron2011-10-031-50/+85
* staging:iio:adc:ad7606 trivial code style fix.Jonathan Cameron2011-10-031-2/+1
* staging:iio:adc:ad7606 add local define for chan_spec structures.Jonathan Cameron2011-10-031-54/+28
* staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron2011-09-291-18/+18
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-261-7/+7
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-261-1/+1
* staging:iio:adc:ad7606 add channel type specification to range attributes.Jonathan Cameron2011-09-161-7/+8