summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-buffer.c
AgeCommit message (Expand)Author
2021-11-20iio: buffer: Use dedicated variable in iio_buffers_alloc_sysfs_and_mask()Andy Shevchenko
2021-10-24Merge tag 'iio-for-5.16b' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-10-24Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2021-10-21iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()Yang Yingliang
2021-10-20iio: buffer: Fix uninitialized variable retColin Ian King
2021-10-19iio: Add output buffer supportMihail Chindris
2021-10-19iio: core: Introduce iio_push_to_buffers_with_ts_unaligned()Jonathan Cameron
2021-10-17iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()Yang Yingliang
2021-10-17iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()Yang Yingliang
2021-10-17iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()Yang Yingliang
2021-10-17iio: buffer: check return value of kstrdup_const()Yang Yingliang
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