aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-1/+2
2019-04-04iio: buffer: Switch to bitmap_zalloc()Andy Shevchenko1-14/+10
2019-03-09iio: Fix scan mask selectionLars-Peter Clausen1-3/+2
2018-02-20Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-1/+1
2018-02-17iio: buffer: check if a buffer has been set up when poll is calledStefan Windfeldt-Prytz1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+15
2018-01-08iio: buffer: Expose data availableMatt Fornero1-0/+15
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-10iio:buffer.h - split into buffer.h and buffer_impl.hJonathan Cameron1-0/+1
2017-01-10iio:buffer: Push implementation of iio_device_attach_buffer into .c fileJonathan Cameron1-0/+16
2017-01-10iio:buffers: Push some docs down into the .c file.Jonathan Cameron1-0/+5
2017-01-10iio:buffer: Stop exporting iio_scan_mask_queryJonathan Cameron1-14/+13
2017-01-10iio:buffer: Introduced a function to assign the buffer specific attrs.Jonathan Cameron1-0/+12
2017-01-10iio:buffer: Stop exporting iio_update_demuxJonathan Cameron1-131/+129
2016-09-24iio: Use kmalloc_array() in iio_scan_mask_set()Markus Elfring1-4/+3
2016-09-05iio: ensure ret is initialized to zero before entering do loopColin Ian King1-2/+2
2016-08-21iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"Brian Norris1-6/+17
2016-03-28iio: fix config watermark initial valueIrina Tirdea1-0/+1
2016-02-06iio: Add helper function for calculating scan index storage sizeLars-Peter Clausen1-34/+25
2015-12-13Merge 4.4-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2015-11-21iio: fix some warning messagesDan Carpenter1-1/+1
2015-10-25iio: Add buffer enable/disable callbacksLars-Peter Clausen1-1/+35
2015-10-25iio: Add support for indicating fixed watermarksLars-Peter Clausen1-0/+5
2015-10-25iio:iio_buffer_init(): Only set watermark if not already setLars-Peter Clausen1-1/+2
2015-10-25iio: Set device watermark based on watermark of all attached buffersLars-Peter Clausen1-4/+10
2015-08-12iio: industrialio-buffer: Fix iio_buffer_poll return valueCristina Opriceana1-1/+1
2015-08-02iio: buffer: Fix kernel docs warningsCristina Opriceana1-1/+14
2015-06-21iio: allow userspace to flush the hwfifo with non-blocking readsOctavian Purdila1-9/+9
2015-06-01iio: Require strict scan mask matching in hardware modeLars-Peter Clausen1-5/+20
2015-06-01iio: Specify supported modes for buffersLars-Peter Clausen1-3/+15
2015-06-01iio: Always compute masklengthLars-Peter Clausen1-6/+9
2015-06-01iio: buffer: remove unneeded testLaurent Navet1-2/+0
2015-05-23iio: __iio_update_buffers: Leave device in sane state on errorLars-Peter Clausen1-36/+46
2015-05-23iio: __iio_update_buffers: Split enable and disable path into helper functionsLars-Peter Clausen1-88/+103
2015-05-23iio: __iio_update_buffers: Verify configuration before starting to apply itLars-Peter Clausen1-63/+101
2015-05-17iio: __iio_update_buffers: Perform request_update() only for new buffersLars-Peter Clausen1-11/+25
2015-05-17iio: __iio_update_buffers: Slightly refactor scan mask memory managementLars-Peter Clausen1-10/+13
2015-05-17iio: Replace printk in __iio_update_buffers with dev_dbgLars-Peter Clausen1-5/+7
2015-03-29iio: add support for hardware fifoOctavian Purdila1-13/+45
2015-03-29iio: add watermark logic to iio read and pollJosselin Costanzi1-15/+105
2015-02-04iio: buffer: refactor buffer attributes setupOctavian Purdila1-12/+19
2015-01-25iio: Add new operating mode for non triggered sw buffersKarol Wrona1-0/+2
2015-01-05iio: buffer: fix custom buffer attributes copyOctavian Purdila1-1/+1
2014-12-12iio: buffer: Drop get_length callbackLars-Peter Clausen1-8/+3
2014-12-12iio: buffer: Make length attribute read only for buffers without set_lengthLars-Peter Clausen1-3/+7
2014-12-12iio: buffer: Allocate standard attributes in the coreLars-Peter Clausen1-18/+41
2014-12-12iio: buffer: Move iio_buffer_alloc_sysfs and iio_buffer_free_sysfsLars-Peter Clausen1-94/+91
2014-12-12iio: Move buffer registration to the coreLars-Peter Clausen1-7/+11