aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/iio_simple_dummy_buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-27iio: Fix some commentsAlexander Stein1-1/+1
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron1-3/+2
2012-09-22staging:iio:dummy: Fix potential NULL pointer dereferenceLars-Peter Clausen1-1/+10
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-1/+1
2012-07-15iio staging: fix cast warningPeter Meerwald1-1/+1
2012-07-08staging:iio:dummy driver: Do not return error code in interrupt handlerLars-Peter Clausen1-1/+2
2012-06-22staging: iio: fix typo, improve timestamp alignment commentPeter Meerwald1-1/+1
2012-06-22staging: iio: simplify timestamp alignment in iio_simple_dummyPeter Meerwald1-2/+1
2012-06-22staging: iio: fix trigger handler of iio_simple_dummy driverPeter Meerwald1-2/+2
2012-06-18iio staging: another typo in iio_simple_dummy_bufferPeter Meerwald1-1/+1
2012-06-15staging: iio: fix typos in simple dummy driverPeter Meerwald1-2/+2
2012-05-08staging: iio: Fix typo in iioMasanari Iida1-2/+2
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: add caching of the number of bytes in a scan.Jonathan Cameron1-6/+3
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-2/+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-2/+0
2011-10-31staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker1-0/+1
2011-10-17staging:iio:dummy Add buffered reading supportJonathan Cameron1-0/+206