aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-buffer.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-01iio: Don't use bare "unsigned"Gravatar Joe Simmons-Talbott 1-5/+5
2022-06-15iio: Use octal permissions and DEVICE_ATTR_{RO,RW}.Gravatar Joe Simmons-Talbott 1-35/+21
2022-04-28iio: Replace strtobool() with kstrtobool()Gravatar Lars-Peter Clausen 1-3/+3
2022-04-10iio: core: Move the currentmode entry to the opaque structureGravatar Miquel Raynal 1-6/+6
2022-04-04iio: core: Print error and fail iio_device_register() in case sample bits do ...Gravatar Marek Vasut 1-0/+13
2022-04-04iio: buffer: remove usage of list iterator variable for list_for_each_entry_c...Gravatar Jakob Koschel 1-2/+5
2022-04-04iio: core: fix a few code style issuesGravatar Alexander Vorwerk 1-2/+2
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 1-2/+2
2022-02-11iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTLGravatar Mathias Krause 1-3/+11
2022-01-23iio: core: Use sysfs_emit()Gravatar Lars-Peter Clausen 1-2/+2
2021-11-20iio: buffer: Use dedicated variable in iio_buffers_alloc_sysfs_and_mask()Gravatar Andy Shevchenko 1-12/+8
2021-10-24Merge tag 'iio-for-5.16b' of https://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 1-1/+1
2021-10-24Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...Gravatar Greg Kroah-Hartman 1-11/+17
2021-10-21iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()Gravatar Yang Yingliang 1-5/+7
2021-10-20iio: buffer: Fix uninitialized variable retGravatar Colin Ian King 1-1/+1
2021-10-19iio: Add output buffer supportGravatar Mihail Chindris 1-2/+125
2021-10-19iio: core: Introduce iio_push_to_buffers_with_ts_unaligned()Gravatar Jonathan Cameron 1-0/+46
2021-10-17iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()Gravatar Yang Yingliang 1-2/+2
2021-10-17iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()Gravatar Yang Yingliang 1-1/+1
2021-10-17iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()Gravatar Yang Yingliang 1-3/+2
2021-10-17iio: buffer: check return value of kstrdup_const()Gravatar Yang Yingliang 1-0/+5
2021-07-17iio: buffer: Move a sanity check at the beginning of 'iio_scan_mask_set()'Gravatar Christophe JAILLET 1-4/+5
2021-07-17iio: buffer: Save a few cycles in 'iio_scan_mask_set()'Gravatar Christophe JAILLET 1-2/+2
2021-06-03iio: buffer: Remove redundant assignment to in_locGravatar Jiapeng Chong 1-1/+0
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueGravatar Jonathan Cameron 1-2/+3
2021-05-17iio: core: move @scan_index_timestamp to struct iio_dev_opaqueGravatar Jonathan Cameron 1-2/+5
2021-04-07iio: buffer: use sysfs_attr_init() on allocated attrsGravatar Alexandru Ardelean 1-0/+1
2021-04-07iio: buffer: return 0 for buffer getfd ioctl handlerGravatar Alexandru Ardelean 1-1/+1
2021-03-29iio: core: Use sysfs_emit() (trivial bits)Gravatar Lars-Peter Clausen 1-10/+10
2021-03-25iio: buffer: fix use-after-free for attached_buffers arrayGravatar Alexandru Ardelean 1-4/+5
2021-03-11iio: buffer: add ioctl() to support opening extra buffers for IIO deviceGravatar Alexandru Ardelean 1-5/+139
2021-03-11iio: buffer: introduce support for attaching more IIO buffersGravatar Alexandru Ardelean 1-19/+81
2021-03-11iio: buffer: move __iio_buffer_free_sysfs_and_mask() before allocGravatar Alexandru Ardelean 1-8/+8
2021-03-11iio: core: wrap iio device & buffer into struct for character devicesGravatar Alexandru Ardelean 1-4/+6
2021-03-11iio: buffer: wrap all buffer attributes into iio_dev_attrGravatar Alexandru Ardelean 1-26/+51
2021-03-11iio: add reference to iio buffer on iio_dev_attrGravatar Alexandru Ardelean 1-0/+4
2021-03-11iio: core: merge buffer/ & scan_elements/ attributesGravatar Alexandru Ardelean 1-27/+88
2021-03-11iio: buffer: group attr count and attr allocGravatar Alexandru Ardelean 1-34/+37
2021-03-11iio: core: rework iio device group creationGravatar Alexandru Ardelean 1-2/+10
2020-12-03iio: buffer: Fix demux updateGravatar Nuno Sá 1-3/+3
2020-11-21iio: buffer: remove iio_buffer_set_attrs() helperGravatar Alexandru Ardelean 1-12/+0
2020-09-17iio: buffer: split buffer sysfs creation to take buffer as primary argGravatar Alexandru Ardelean 1-16/+30
2020-07-15iio: buffer: fix attach/detach pollfunc orderGravatar Alexandru Ardelean 1-13/+18
2020-07-07iio: core: move iio_dev's buffer_list to the private iio device objectGravatar Alexandru Ardelean 1-14/+24
2020-06-20iio: Move attach/detach of the poll func to the coreGravatar Lars-Peter Clausen 1-0/+13
2020-05-16iio: buffer: remove attrcount_orig var from sysfs creationGravatar Alexandru Ardelean 1-3/+3
2020-05-16iio: __iio_update_buffers: Update mode before preenable/after postdisableGravatar Lars-Peter Clausen 1-5/+3
2020-05-03iio: buffer: extend short-hand use for 'indio_dev->buffer'Gravatar Alexandru Ardelean 1-27/+34
2020-04-19iio: buffer: remove 'scan_el_attrs' attribute group from buffer structGravatar Alexandru Ardelean 1-8/+0
2020-04-19iio: buffer: Don't allow buffers without any channels enabled to be activatedGravatar Lars-Peter Clausen 1-0/+7