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