aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7606_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/stagingLinus 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
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-10/+7
2011-09-06staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron1-3/+3
2011-09-06staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron1-2/+2
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-23staging:iio:adc: unused header removals.Jonathan Cameron1-1/+0
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron1-3/+7
2011-05-19staging:iio:adc: AD7606: Drop dev_data in favour of iio_priv()Michael Hennerich1-12/+10
2011-05-19staging:iio:adc: AD7606: Consitently use indio_devMichael Hennerich1-19/+19
2011-05-19staging:iio:adc:ad7606: Use private data space from iio_allocate_deviceMichael Hennerich1-45/+47
2011-05-19staging:iio:adc:ad7606 Convert to new channel registration method Update Add missing call to iio_trigger_notify_done() Set pollfunc top and bottom half handlerMichael Hennerich1-80/+105
2011-05-19staging:iio:adc:ad7606 conversion to irq_chip based polling.Jonathan Cameron1-0/+1
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2011-02-23staging: IIO: ADC: New driver for AD7606/AD7606-6/AD7606-4Michael Hennerich1-0/+556