aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7476_ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-02drivers: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-08staging:iio:adc:ad7606 remove buffer access for sysfs interfaces.Jonathan Cameron1-24/+0
2011-12-08staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron1-1/+2
2011-12-08staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron1-1/+1
2011-11-26staging:iio: header reorganizationJonathan Cameron1-1/+1
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-15/+15
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-6/+0
2011-08-24staging:iio:pollfunc: Make explicit that private data is always pointer to a struct iio_dev.Jonathan Cameron1-1/+1
2011-08-23staging:iio:adc: header cleanup - remove unused.Jonathan Cameron1-2/+0
2011-06-28staging:iio:adc:ad7476 allocate state with iio_dev and use iio_priv to access.Jonathan Cameron1-5/+5
2011-05-19staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron1-16/+10
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-11/+14
2011-05-19staging:iio:adc:ad7476 move to irqchip based triggeringJonathan Cameron1-40/+26
2011-05-19staging:iio:adc:ad7476 use channel_specJonathan Cameron1-36/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-28IIO: ADC: AD7476: Update timestamp handlingMichael Hennerich1-15/+22
2010-10-12staging: iio: adc: ad7476 new SPI ADC driverMichael Hennerich1-0/+207