summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad799x_ring.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio: Add support for multiple buffersJonathan Cameron2012-11-101-1/+1
* iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen2012-09-081-1/+1
* staging:iio: Use iio_push_to_bufferLars-Peter Clausen2012-09-061-2/+1
* staging:iio:ad799x: Do not return error code in interrupt handlerLars-Peter Clausen2012-07-081-2/+0
* staging:iio:adc:ad799x: Use new triggered buffer setup helper functionLars-Peter Clausen2012-06-181-61/+4
* staging: iio: adc: convert ADI drivers to use kfifo.Michael Hennerich2012-04-301-7/+7
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-3/+3
* staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron2012-04-241-1/+1
* staging:iio:adc:ad799x use iio_sw_buffer_preenable to avoid code repitiionJonathan Cameron2012-04-241-19/+3
* drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock2012-03-021-1/+1
* staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen2012-02-091-2/+0
* staging:iio:adc:ad799x stop reading from buffer for sysfs accessesJonathan Cameron2011-12-081-30/+0
* staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron2011-12-081-5/+8
* staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron2011-12-081-1/+1
* staging:iio: header reorganizationJonathan Cameron2011-11-261-1/+1
* staging:iio:adc:ad799x avoid bouncing back and forth from iio_priv space.Jonathan Cameron2011-10-031-2/+2
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-261-15/+15
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-261-1/+1
* staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2011-09-261-1/+1
* staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron2011-09-261-2/+2
* staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron2011-09-061-12/+6
* staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron2011-08-241-1/+1
* staging:iio: prevent removal of module connected to trigger.Jonathan Cameron2011-08-241-6/+0
* staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron2011-08-241-1/+1
* staging:iio:adc: header cleanup - remove unused.Jonathan Cameron2011-08-231-3/+0
* staging:iio:adc:ad799x clear out last few uses of iio_dev->dev_data.Jonathan Cameron2011-06-281-2/+2
* staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron2011-05-191-15/+10
* staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron2011-05-191-11/+13
* staging:iio:adc:ad799x removed unused headers.Jonathan Cameron2011-05-191-1/+0
* staging:iio:adc:ad799x: Use private data space from iio_allocate_deviceMichael Hennerich2011-05-191-4/+3
* staging:iio:adc:ad799x: Convert to new channel registration method.Michael Hennerich2011-05-191-4/+5
* staging:iio:adc:ad799x move to irqchip based trigger handling.Jonathan Cameron2011-05-191-34/+27
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* IIO: ADC: AD799x: Update timestamp handlingMichael Hennerich2011-02-281-27/+16
* staging: iio: adc: ad799x miscellaneous cleanupsMichael Hennerich2010-10-121-19/+15
* staging: iio: adc: ad799x drop in_precision in favor of new in_typeMichael Hennerich2010-10-071-1/+1
* staging: iio: adc: ad799x: prevent buffer overflowMichael Hennerich2010-10-061-7/+5
* staging: iio: adc: Enable driver support for ad799x AD convertersMichael Hennerich2010-10-051-0/+246