summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-buffer.c
AgeCommit message (Expand)Author
2021-07-17iio: buffer: Move a sanity check at the beginning of 'iio_scan_mask_set()'Christophe JAILLET
2021-07-17iio: buffer: Save a few cycles in 'iio_scan_mask_set()'Christophe JAILLET
2021-06-03iio: buffer: Remove redundant assignment to in_locJiapeng Chong
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @scan_index_timestamp to struct iio_dev_opaqueJonathan Cameron
2021-04-07iio: buffer: use sysfs_attr_init() on allocated attrsAlexandru Ardelean
2021-04-07iio: buffer: return 0 for buffer getfd ioctl handlerAlexandru Ardelean
2021-03-29iio: core: Use sysfs_emit() (trivial bits)Lars-Peter Clausen
2021-03-25iio: buffer: fix use-after-free for attached_buffers arrayAlexandru Ardelean
2021-03-11iio: buffer: add ioctl() to support opening extra buffers for IIO deviceAlexandru Ardelean
2021-03-11iio: buffer: introduce support for attaching more IIO buffersAlexandru Ardelean
2021-03-11iio: buffer: move __iio_buffer_free_sysfs_and_mask() before allocAlexandru Ardelean
2021-03-11iio: core: wrap iio device & buffer into struct for character devicesAlexandru Ardelean
2021-03-11iio: buffer: wrap all buffer attributes into iio_dev_attrAlexandru Ardelean
2021-03-11iio: add reference to iio buffer on iio_dev_attrAlexandru Ardelean
2021-03-11iio: core: merge buffer/ & scan_elements/ attributesAlexandru Ardelean
2021-03-11iio: buffer: group attr count and attr allocAlexandru Ardelean
2021-03-11iio: core: rework iio device group creationAlexandru Ardelean
2020-12-03iio: buffer: Fix demux updateNuno Sá
2020-11-21iio: buffer: remove iio_buffer_set_attrs() helperAlexandru Ardelean
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