summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/adc/ad7476_ring.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-15staging:iio:ad7476: Squash driver into a single file.Lars-Peter Clausen1-56/+0
2012-09-13staging:iio:ad7476: Avoid alloc/free for each sample in buffered modeLars-Peter Clausen1-11/+3
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen1-1/+1
2012-09-07staging:iio: Use iio_push_to_bufferLars-Peter Clausen1-1/+1
2012-07-08staging:iio:ad7476: Do not return error code in interrupt handlerLars-Peter Clausen1-1/+1
2012-06-19staging:iio:adc:ad7476: Use new triggered buffer setup helper functionLars-Peter Clausen1-42/+4
2012-04-30staging: iio: adc: convert ADI drivers to use kfifo.Michael Hennerich1-7/+7
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-1/+1
2012-04-24staging:iio:adc:ad7476 use iio_sw_buffer_preenable instead of local version.Jonathan Cameron1-33/+3
2012-03-03drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock1-1/+1
2012-02-09staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen1-2/+0
2011-12-09staging:iio:adc:ad7606 remove buffer access for sysfs interfaces.Jonathan Cameron1-24/+0
2011-12-09staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron1-1/+2
2011-12-09staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron1-1/+1
2011-11-27staging:iio: header reorganizationJonathan Cameron1-1/+1
2011-09-27staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-15/+15
2011-09-27staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron1-1/+1
2011-09-27staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron1-1/+1
2011-09-27staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron1-2/+2
2011-08-25staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron1-1/+1
2011-08-25staging:iio: prevent removal of module connected to trigger.Jonathan Cameron1-6/+0
2011-08-25staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron1-1/+1
2011-08-24staging:iio:adc: header cleanup - remove unused.Jonathan Cameron1-2/+0
2011-06-29staging:iio:adc:ad7476 allocate state with iio_dev and use iio_priv to access.Jonathan Cameron1-5/+5
2011-05-20staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron1-16/+10
2011-05-20staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-11/+14
2011-05-20staging:iio:adc:ad7476 move to irqchip based triggeringJonathan Cameron1-40/+26
2011-05-20staging:iio:adc:ad7476 use channel_specJonathan Cameron1-36/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-01IIO: ADC: AD7476: Update timestamp handlingMichael Hennerich1-15/+22
2010-10-12staging: iio: adc: ad7476 new SPI ADC driverMichael Hennerich1-0/+207