summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/industrialio-buffer.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-25IIO: Move the core files to drivers/iioJonathan Cameron1-755/+0
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2012-04-24staging:iio: pull out demux cleanup for a particular buffer.Jonathan Cameron1-9/+13
2012-04-24staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron1-0/+1
2012-04-24staging:iio: add caching of the number of bytes in a scan.Jonathan Cameron1-3/+3
2012-04-24staging:iio: scan_index_timestamp move to iio_dev from bufferJonathan Cameron1-4/+3
2012-04-24staging:iio:buffer: pull computation of scan length into a utility function.Jonathan Cameron1-8/+20
2012-04-24staging:iio:buffer trivial use of strtobool to remove dodgy equivalent.Jonathan Cameron1-4/+9
2012-02-25iio: core: constitfy available_scan_maskMichael Hennerich1-3/+3
2011-12-23staging:iio: Drop {mark,unmark}_in_use callbacksLars-Peter Clausen1-28/+0
2011-12-23staging:iio: Drop buffer mark_param_change callbackLars-Peter Clausen1-4/+1
2011-12-23staging:iio: Drop buffer busy flagLars-Peter Clausen1-1/+0
2011-12-23staging:iio: Disallow modifying buffer size when buffer is enabledLars-Peter Clausen1-5/+12
2011-12-23staging:iio: Disallow changing scan elements in all buffered modesLars-Peter Clausen1-2/+2
2011-12-23staging:iio: Use iio_buffer_enabled instead of open coding itLars-Peter Clausen1-3/+2
2011-12-23staging:iio: Remove unused variableLars-Peter Clausen1-2/+0
2011-12-09Merge branch 'work-next' into staging-nextGreg Kroah-Hartman1-10/+2
2011-12-09staging:iio: Fix scan mask updateLars-Peter Clausen1-10/+2
2011-12-09staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.Jonathan Cameron1-8/+7
2011-12-09staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron1-2/+0
2011-12-09staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron1-10/+10
2011-12-09staging:iio: remove userspace access to bytes per datum.Jonathan Cameron1-15/+0
2011-12-08staging:iio: add demux optionally to path from device to bufferJonathan Cameron1-4/+142
2011-12-08staging:iio: make iio_sw_buffer_preenable much more general.Jonathan Cameron1-26/+37
2011-12-08staging:iio:buffer add a cache of the timestamp scan index.Jonathan Cameron1-0/+3
2011-11-30staging: iio: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-8/+6
2011-11-27staging:iio: header reorganizationJonathan Cameron1-1/+1
2011-11-27staging:iio: core. Allow for event chrdev obtaining ioctl if no buffer present.Jonathan Cameron1-2/+4
2011-11-01staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker1-0/+1
2011-10-11staging:iio:core:naming: dev_info to indio_dev for consistencyJonathan Cameron1-39/+39
2011-10-04staging: iio: if(__LITTLE_ENDIAN) -> #ifdef __LITTLE_ENDIANJonathan Cameron1-4/+5
2011-09-27staging:iio: Prevent reading from buffer chrdev when device has no buffer.Jonathan Cameron1-3/+5
2011-09-27staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-0/+632