aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel/adis16203_ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-14staging:iio:adis16203_read_ring_data: Pass IIO device directlyLars-Peter Clausen1-4/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-2/+2
2012-04-24staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron1-1/+1
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:buffer remove unused owner field from struct iio_bufferJonathan Cameron1-1/+0
2011-12-08staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron1-5/+5
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-1/+0
2011-10-31staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker1-0/+1
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-7/+7
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-09-06staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron1-7/+0
2011-08-24staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron1-1/+1
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:accel header housekeeping - remove unecessary includes.Jonathan Cameron1-7/+0
2011-08-23staging:iio:accel: usused header removals.Jonathan Cameron1-1/+0
2011-06-28staging:iio:accel:adis16203 move buffers into state and use iio_priv to avoid allocating state separately.Jonathan Cameron1-4/+4
2011-05-19staging:iio: poll func allocation clean up.Jonathan Cameron1-15/+8
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-6/+10
2011-05-19staging:iio:accel:adis16203 move to chan_spec based setup.Jonathan Cameron1-56/+5
2011-05-19staging:iio:accel:adis16203 move to irqchip based trigger handling.Jonathan Cameron1-25/+26
2010-11-09staging: iio: new adis16203 driverBarry Song1-0/+211