summaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-buffer.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1Star
* Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-1/+2
|\
| * iio: Fix scan mask selectionLars-Peter Clausen2019-03-091-3/+2Star
* | iio: buffer: Switch to bitmap_zalloc()Andy Shevchenko2019-04-041-14/+10Star
|/
* Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-02-201-1/+1
|\
| * iio: buffer: check if a buffer has been set up when poll is calledStefan Windfeldt-Prytz2018-02-171-1/+1
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-011-0/+15
|\|
| * iio: buffer: Expose data availableMatt Fornero2018-01-081-0/+15
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* iio:buffer.h - split into buffer.h and buffer_impl.hJonathan Cameron2017-01-101-0/+1
* iio:buffer: Push implementation of iio_device_attach_buffer into .c fileJonathan Cameron2017-01-101-0/+16
* iio:buffers: Push some docs down into the .c file.Jonathan Cameron2017-01-101-0/+5
* iio:buffer: Stop exporting iio_scan_mask_queryJonathan Cameron2017-01-101-14/+13Star
* iio:buffer: Introduced a function to assign the buffer specific attrs.Jonathan Cameron2017-01-101-0/+12
* iio:buffer: Stop exporting iio_update_demuxJonathan Cameron2017-01-101-131/+129Star
* iio: Use kmalloc_array() in iio_scan_mask_set()Markus Elfring2016-09-241-4/+3Star
* iio: ensure ret is initialized to zero before entering do loopColin Ian King2016-09-051-2/+2
* iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"Brian Norris2016-08-211-6/+17
* iio: fix config watermark initial valueIrina Tirdea2016-03-281-0/+1
* iio: Add helper function for calculating scan index storage sizeLars-Peter Clausen2016-02-061-34/+25Star
* Merge 4.4-rc5 into staging-nextGreg Kroah-Hartman2015-12-141-1/+1
|\
| * iio: fix some warning messagesDan Carpenter2015-11-211-1/+1
* | iio: Add buffer enable/disable callbacksLars-Peter Clausen2015-10-251-1/+35
* | iio: Add support for indicating fixed watermarksLars-Peter Clausen2015-10-251-0/+5
* | iio:iio_buffer_init(): Only set watermark if not already setLars-Peter Clausen2015-10-251-1/+2
* | iio: Set device watermark based on watermark of all attached buffersLars-Peter Clausen2015-10-251-4/+10
|/
* iio: industrialio-buffer: Fix iio_buffer_poll return valueCristina Opriceana2015-08-121-1/+1
* iio: buffer: Fix kernel docs warningsCristina Opriceana2015-08-021-1/+14
* iio: allow userspace to flush the hwfifo with non-blocking readsOctavian Purdila2015-06-211-9/+9
* iio: Require strict scan mask matching in hardware modeLars-Peter Clausen2015-06-011-5/+20
* iio: Specify supported modes for buffersLars-Peter Clausen2015-06-011-3/+15
* iio: Always compute masklengthLars-Peter Clausen2015-06-011-6/+9
* iio: buffer: remove unneeded testLaurent Navet2015-06-011-2/+0Star
* iio: __iio_update_buffers: Leave device in sane state on errorLars-Peter Clausen2015-05-231-36/+46
* iio: __iio_update_buffers: Split enable and disable path into helper functionsLars-Peter Clausen2015-05-231-88/+103
* iio: __iio_update_buffers: Verify configuration before starting to apply itLars-Peter Clausen2015-05-231-63/+101
* iio: __iio_update_buffers: Perform request_update() only for new buffersLars-Peter Clausen2015-05-171-11/+25
* iio: __iio_update_buffers: Slightly refactor scan mask memory managementLars-Peter Clausen2015-05-171-10/+13
* iio: Replace printk in __iio_update_buffers with dev_dbgLars-Peter Clausen2015-05-171-5/+7
* iio: add support for hardware fifoOctavian Purdila2015-03-291-13/+45
* iio: add watermark logic to iio read and pollJosselin Costanzi2015-03-291-15/+105
* iio: buffer: refactor buffer attributes setupOctavian Purdila2015-02-041-12/+19
* iio: Add new operating mode for non triggered sw buffersKarol Wrona2015-01-251-0/+2
* iio: buffer: fix custom buffer attributes copyOctavian Purdila2015-01-051-1/+1
* iio: buffer: Drop get_length callbackLars-Peter Clausen2014-12-121-8/+3Star
* iio: buffer: Make length attribute read only for buffers without set_lengthLars-Peter Clausen2014-12-121-3/+7
* iio: buffer: Allocate standard attributes in the coreLars-Peter Clausen2014-12-121-18/+41
* iio: buffer: Move iio_buffer_alloc_sysfs and iio_buffer_free_sysfsLars-Peter Clausen2014-12-121-94/+91Star