aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-17iio: buffer: Move a sanity check at the beginning of 'iio_scan_mask_set()'Christophe JAILLET1-4/+5
2021-07-17iio: buffer: Save a few cycles in 'iio_scan_mask_set()'Christophe JAILLET1-2/+2
2021-06-03iio: buffer: Remove redundant assignment to in_locJiapeng Chong1-1/+0
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron1-2/+3
2021-05-17iio: core: move @scan_index_timestamp to struct iio_dev_opaqueJonathan Cameron1-2/+5
2021-04-07iio: buffer: use sysfs_attr_init() on allocated attrsAlexandru Ardelean1-0/+1
2021-04-07iio: buffer: return 0 for buffer getfd ioctl handlerAlexandru Ardelean1-1/+1
2021-03-29iio: core: Use sysfs_emit() (trivial bits)Lars-Peter Clausen1-10/+10
2021-03-25iio: buffer: fix use-after-free for attached_buffers arrayAlexandru Ardelean1-4/+5
2021-03-11iio: buffer: add ioctl() to support opening extra buffers for IIO deviceAlexandru Ardelean1-5/+139
2021-03-11iio: buffer: introduce support for attaching more IIO buffersAlexandru Ardelean1-19/+81
2021-03-11iio: buffer: move __iio_buffer_free_sysfs_and_mask() before allocAlexandru Ardelean1-8/+8
2021-03-11iio: core: wrap iio device & buffer into struct for character devicesAlexandru Ardelean1-4/+6
2021-03-11iio: buffer: wrap all buffer attributes into iio_dev_attrAlexandru Ardelean1-26/+51
2021-03-11iio: add reference to iio buffer on iio_dev_attrAlexandru Ardelean1-0/+4
2021-03-11iio: core: merge buffer/ & scan_elements/ attributesAlexandru Ardelean1-27/+88
2021-03-11iio: buffer: group attr count and attr allocAlexandru Ardelean1-34/+37
2021-03-11iio: core: rework iio device group creationAlexandru Ardelean1-2/+10
2020-12-03iio: buffer: Fix demux updateNuno Sá1-3/+3
2020-11-21iio: buffer: remove iio_buffer_set_attrs() helperAlexandru Ardelean1-12/+0
2020-09-17iio: buffer: split buffer sysfs creation to take buffer as primary argAlexandru Ardelean1-16/+30
2020-07-15iio: buffer: fix attach/detach pollfunc orderAlexandru Ardelean1-13/+18
2020-07-07iio: core: move iio_dev's buffer_list to the private iio device objectAlexandru Ardelean1-14/+24
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-0/+13
2020-05-16iio: buffer: remove attrcount_orig var from sysfs creationAlexandru Ardelean1-3/+3
2020-05-16iio: __iio_update_buffers: Update mode before preenable/after postdisableLars-Peter Clausen1-5/+3
2020-05-03iio: buffer: extend short-hand use for 'indio_dev->buffer'Alexandru Ardelean1-27/+34
2020-04-19iio: buffer: remove 'scan_el_attrs' attribute group from buffer structAlexandru Ardelean1-8/+0
2020-04-19iio: buffer: Don't allow buffers without any channels enabled to be activatedLars-Peter Clausen1-0/+7
2020-04-19iio: buffer: re-introduce bitmap_zalloc() for trialmaskAlexandru Ardelean1-2/+1
2020-01-22Merge 5.5-rc7 into staging-nextGreg Kroah-Hartman1-1/+5
2020-01-13iio: buffer: align the size of scan bytes to size of the largest elementLars Möllendorf1-1/+5
2019-12-29iio: buffer: rename 'read_first_n' callback to 'read'Lars-Peter Clausen1-5/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
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