aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7606_ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron1-1/+1
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen1-1/+1
2012-09-06staging:iio: Use iio_push_to_bufferLars-Peter Clausen1-2/+1
2012-06-18staging:iio:adc:ad7606: Use new triggered buffer setup helper functionLars-Peter Clausen1-41/+5
2012-04-30staging: iio: adc: convert ADI drivers to use kfifo.Michael Hennerich1-8/+8
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2012-04-24staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron1-3/+2
2012-04-24staging:iio: add caching of the number of bytes in a scan.Jonathan Cameron1-2/+1
2012-02-09staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen1-2/+0
2011-12-08staging:iio:adc:ad7606 remove buffer access to data from sysfs read.Jonathan Cameron1-24/+0
2011-12-08staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron1-1/+1
2011-12-08staging:iio:buffer drop bpe field.Jonathan Cameron1-2/+0
2011-11-26staging:iio: header reorganizationJonathan Cameron1-1/+1
2011-10-03staging;iio:adc:ad7606 use iio_sw_buffer_preenable rather than local equivJonathan Cameron1-35/+7
2011-10-03staging:iio:adc:ad7606 make gpio request failures more consistentJonathan Cameron1-1/+1
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-12/+12
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron1-1/+1
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron1-1/+1
2011-09-26staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron1-2/+2
2011-08-24staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron1-1/+1
2011-08-24staging:iio: prevent removal of module connected to trigger.Jonathan Cameron1-5/+0
2011-08-24staging:iio:pollfunc: Make explicit that private data is always pointer to a struct iio_dev.Jonathan Cameron1-2/+1
2011-08-23staging:iio:adc: header cleanup - remove unused.Jonathan Cameron1-2/+0
2011-05-19staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron1-15/+9
2011-05-19staging:iio:adc: AD7606: Drop dev_data in favour of iio_priv()Michael Hennerich1-6/+5
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-10/+13
2011-05-19staging:iio:adc:ad7606: Use private data space from iio_allocate_deviceMichael Hennerich1-3/+4
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-91/+8
2011-05-19staging:iio:adc:ad7606 conversion to irq_chip based polling.Jonathan Cameron1-6/+22
2011-02-28IIO: ADC: AD7606: Update timestamp handlingMichael Hennerich1-4/+18
2011-02-23staging: IIO: ADC: New driver for AD7606/AD7606-6/AD7606-4Michael Hennerich1-0/+266