summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-buffer.c
AgeCommit message (Expand)Author
2020-09-17iio: buffer: split buffer sysfs creation to take buffer as primary argAlexandru Ardelean
2020-07-15iio: buffer: fix attach/detach pollfunc orderAlexandru Ardelean
2020-07-07iio: core: move iio_dev's buffer_list to the private iio device objectAlexandru Ardelean
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen
2020-05-16iio: buffer: remove attrcount_orig var from sysfs creationAlexandru Ardelean
2020-05-16iio: __iio_update_buffers: Update mode before preenable/after postdisableLars-Peter Clausen
2020-05-03iio: buffer: extend short-hand use for 'indio_dev->buffer'Alexandru Ardelean
2020-04-19iio: buffer: remove 'scan_el_attrs' attribute group from buffer structAlexandru Ardelean
2020-04-19iio: buffer: Don't allow buffers without any channels enabled to be activatedLars-Peter Clausen
2020-04-19iio: buffer: re-introduce bitmap_zalloc() for trialmaskAlexandru Ardelean
2020-01-22Merge 5.5-rc7 into staging-nextGreg Kroah-Hartman
2020-01-13iio: buffer: align the size of scan bytes to size of the largest elementLars Möllendorf
2019-12-29iio: buffer: rename 'read_first_n' callback to 'read'Lars-Peter Clausen
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman
2019-04-04iio: buffer: Switch to bitmap_zalloc()Andy Shevchenko
2019-03-09iio: Fix scan mask selectionLars-Peter Clausen
2018-02-20Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2018-02-17iio: buffer: check if a buffer has been set up when poll is calledStefan Windfeldt-Prytz
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-08iio: buffer: Expose data availableMatt Fornero
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-10iio:buffer.h - split into buffer.h and buffer_impl.hJonathan Cameron
2017-01-10iio:buffer: Push implementation of iio_device_attach_buffer into .c fileJonathan Cameron
2017-01-10iio:buffers: Push some docs down into the .c file.Jonathan Cameron
2017-01-10iio:buffer: Stop exporting iio_scan_mask_queryJonathan Cameron
2017-01-10iio:buffer: Introduced a function to assign the buffer specific attrs.Jonathan Cameron
2017-01-10iio:buffer: Stop exporting iio_update_demuxJonathan Cameron
2016-09-24iio: Use kmalloc_array() in iio_scan_mask_set()Markus Elfring
2016-09-05iio: ensure ret is initialized to zero before entering do loopColin Ian King
2016-08-21iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"Brian Norris
2016-03-28iio: fix config watermark initial valueIrina Tirdea
2016-02-06iio: Add helper function for calculating scan index storage sizeLars-Peter Clausen
2015-12-13Merge 4.4-rc5 into staging-nextGreg Kroah-Hartman
2015-11-21iio: fix some warning messagesDan Carpenter
2015-10-25iio: Add buffer enable/disable callbacksLars-Peter Clausen
2015-10-25iio: Add support for indicating fixed watermarksLars-Peter Clausen
2015-10-25iio:iio_buffer_init(): Only set watermark if not already setLars-Peter Clausen
2015-10-25iio: Set device watermark based on watermark of all attached buffersLars-Peter Clausen
2015-08-12iio: industrialio-buffer: Fix iio_buffer_poll return valueCristina Opriceana
2015-08-02iio: buffer: Fix kernel docs warningsCristina Opriceana
2015-06-21iio: allow userspace to flush the hwfifo with non-blocking readsOctavian Purdila
2015-06-01iio: Require strict scan mask matching in hardware modeLars-Peter Clausen
2015-06-01iio: Specify supported modes for buffersLars-Peter Clausen
2015-06-01iio: Always compute masklengthLars-Peter Clausen
2015-06-01iio: buffer: remove unneeded testLaurent Navet
2015-05-23iio: __iio_update_buffers: Leave device in sane state on errorLars-Peter Clausen
2015-05-23iio: __iio_update_buffers: Split enable and disable path into helper functionsLars-Peter Clausen