index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
industrialio-buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-16
iio: Fix indentation for multiline conditional.
Joe Simmons-Talbott
1
-2
/
+2
2022-08-16
iio: Add blank lines after declarations.
Joe Simmons-Talbott
1
-0
/
+1
2022-07-01
iio: Don't use bare "unsigned"
Joe Simmons-Talbott
1
-5
/
+5
2022-06-16
iio: Use octal permissions and DEVICE_ATTR_{RO,RW}.
Joe Simmons-Talbott
1
-35
/
+21
2022-04-28
iio: Replace strtobool() with kstrtobool()
Lars-Peter Clausen
1
-3
/
+3
2022-04-10
iio: core: Move the currentmode entry to the opaque structure
Miquel Raynal
1
-6
/
+6
2022-04-04
iio: core: Print error and fail iio_device_register() in case sample bits do ...
Marek Vasut
1
-0
/
+13
2022-04-04
iio: buffer: remove usage of list iterator variable for list_for_each_entry_c...
Jakob Koschel
1
-2
/
+5
2022-04-04
iio: core: fix a few code style issues
Alexander Vorwerk
1
-2
/
+2
2022-03-18
Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-2
/
+2
2022-02-11
iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL
Mathias Krause
1
-3
/
+11
2022-01-23
iio: core: Use sysfs_emit()
Lars-Peter Clausen
1
-2
/
+2
2021-11-20
iio: buffer: Use dedicated variable in iio_buffers_alloc_sysfs_and_mask()
Andy Shevchenko
1
-12
/
+8
2021-10-24
Merge tag 'iio-for-5.16b' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-1
/
+1
2021-10-24
Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
1
-11
/
+17
2021-10-21
iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()
Yang Yingliang
1
-5
/
+7
2021-10-20
iio: buffer: Fix uninitialized variable ret
Colin Ian King
1
-1
/
+1
2021-10-19
iio: Add output buffer support
Mihail Chindris
1
-2
/
+125
2021-10-19
iio: core: Introduce iio_push_to_buffers_with_ts_unaligned()
Jonathan Cameron
1
-0
/
+46
2021-10-17
iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()
Yang Yingliang
1
-2
/
+2
2021-10-17
iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()
Yang Yingliang
1
-1
/
+1
2021-10-17
iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()
Yang Yingliang
1
-3
/
+2
2021-10-17
iio: buffer: check return value of kstrdup_const()
Yang Yingliang
1
-0
/
+5
2021-07-17
iio: buffer: Move a sanity check at the beginning of 'iio_scan_mask_set()'
Christophe JAILLET
1
-4
/
+5
2021-07-17
iio: buffer: Save a few cycles in 'iio_scan_mask_set()'
Christophe JAILLET
1
-2
/
+2
2021-06-03
iio: buffer: Remove redundant assignment to in_loc
Jiapeng Chong
1
-1
/
+0
2021-05-17
iio: core: move @info_exist_lock to struct iio_dev_opaque
Jonathan Cameron
1
-2
/
+3
2021-05-17
iio: core: move @scan_index_timestamp to struct iio_dev_opaque
Jonathan Cameron
1
-2
/
+5
2021-04-07
iio: buffer: use sysfs_attr_init() on allocated attrs
Alexandru Ardelean
1
-0
/
+1
2021-04-07
iio: buffer: return 0 for buffer getfd ioctl handler
Alexandru Ardelean
1
-1
/
+1
2021-03-29
iio: core: Use sysfs_emit() (trivial bits)
Lars-Peter Clausen
1
-10
/
+10
2021-03-25
iio: buffer: fix use-after-free for attached_buffers array
Alexandru Ardelean
1
-4
/
+5
2021-03-11
iio: buffer: add ioctl() to support opening extra buffers for IIO device
Alexandru Ardelean
1
-5
/
+139
2021-03-11
iio: buffer: introduce support for attaching more IIO buffers
Alexandru Ardelean
1
-19
/
+81
2021-03-11
iio: buffer: move __iio_buffer_free_sysfs_and_mask() before alloc
Alexandru Ardelean
1
-8
/
+8
2021-03-11
iio: core: wrap iio device & buffer into struct for character devices
Alexandru Ardelean
1
-4
/
+6
2021-03-11
iio: buffer: wrap all buffer attributes into iio_dev_attr
Alexandru Ardelean
1
-26
/
+51
2021-03-11
iio: add reference to iio buffer on iio_dev_attr
Alexandru Ardelean
1
-0
/
+4
2021-03-11
iio: core: merge buffer/ & scan_elements/ attributes
Alexandru Ardelean
1
-27
/
+88
2021-03-11
iio: buffer: group attr count and attr alloc
Alexandru Ardelean
1
-34
/
+37
2021-03-11
iio: core: rework iio device group creation
Alexandru Ardelean
1
-2
/
+10
2020-12-03
iio: buffer: Fix demux update
Nuno Sá
1
-3
/
+3
2020-11-21
iio: buffer: remove iio_buffer_set_attrs() helper
Alexandru Ardelean
1
-12
/
+0
2020-09-17
iio: buffer: split buffer sysfs creation to take buffer as primary arg
Alexandru Ardelean
1
-16
/
+30
2020-07-15
iio: buffer: fix attach/detach pollfunc order
Alexandru Ardelean
1
-13
/
+18
2020-07-07
iio: core: move iio_dev's buffer_list to the private iio device object
Alexandru Ardelean
1
-14
/
+24
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
1
-0
/
+13
2020-05-16
iio: buffer: remove attrcount_orig var from sysfs creation
Alexandru Ardelean
1
-3
/
+3
2020-05-16
iio: __iio_update_buffers: Update mode before preenable/after postdisable
Lars-Peter Clausen
1
-5
/
+3
2020-05-03
iio: buffer: extend short-hand use for 'indio_dev->buffer'
Alexandru Ardelean
1
-27
/
+34
[next]