summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-buffer.c
AgeCommit message (Expand)Author
2023-12-21iio: buffer: Use IIO_SEPARATE instead of a hard-coded 0Christophe JAILLET
2023-11-16iio: buffer: document known issueMatti Vaittinen
2023-05-13iio: buffer: fix coding style warningsNuno Sá
2023-02-18iio: buffer: make sure O_NONBLOCK is respectedNuno Sá
2023-02-18iio: buffer: correctly return bytes written in output buffersNuno Sá
2022-11-23iio: Don't silently expect attribute typesMatti Vaittinen
2022-11-23iio: core: move 'mlock' to 'struct iio_dev_opaque'Nuno Sá
2022-08-15iio: Fix indentation for multiline conditional.Joe Simmons-Talbott
2022-08-15iio: Add blank lines after declarations.Joe Simmons-Talbott
2022-07-01iio: Don't use bare "unsigned"Joe Simmons-Talbott
2022-06-15iio: Use octal permissions and DEVICE_ATTR_{RO,RW}.Joe Simmons-Talbott
2022-04-28iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen
2022-04-10iio: core: Move the currentmode entry to the opaque structureMiquel Raynal
2022-04-04iio: core: Print error and fail iio_device_register() in case sample bits do ...Marek Vasut
2022-04-04iio: buffer: remove usage of list iterator variable for list_for_each_entry_c...Jakob Koschel
2022-04-04iio: core: fix a few code style issuesAlexander Vorwerk
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-02-11iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTLMathias Krause
2022-01-23iio: core: Use sysfs_emit()Lars-Peter Clausen
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