index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2020-04-19
iio: buffer: remove 'scan_el_attrs' attribute group from buffer struct
Alexandru Ardelean
1
-8
/
+0
2020-04-19
iio: buffer: Don't allow buffers without any channels enabled to be activated
Lars-Peter Clausen
1
-0
/
+7
2020-04-19
iio: buffer: re-introduce bitmap_zalloc() for trialmask
Alexandru Ardelean
1
-2
/
+1
2020-01-22
Merge 5.5-rc7 into staging-next
Greg Kroah-Hartman
1
-1
/
+5
2020-01-13
iio: buffer: align the size of scan bytes to size of the largest element
Lars Möllendorf
1
-1
/
+5
2019-12-29
iio: buffer: rename 'read_first_n' callback to 'read'
Lars-Peter Clausen
1
-5
/
+5
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2019-04-22
Merge 5.1-rc6 into staging-next
Greg Kroah-Hartman
1
-1
/
+2
2019-04-04
iio: buffer: Switch to bitmap_zalloc()
Andy Shevchenko
1
-14
/
+10
2019-03-09
iio: Fix scan mask selection
Lars-Peter Clausen
1
-3
/
+2
2018-02-20
Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
1
-1
/
+1
2018-02-17
iio: buffer: check if a buffer has been set up when poll is called
Stefan Windfeldt-Prytz
1
-1
/
+1
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-3
/
+3
2018-02-01
Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+15
2018-01-08
iio: buffer: Expose data available
Matt Fornero
1
-0
/
+15
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-01-10
iio:buffer.h - split into buffer.h and buffer_impl.h
Jonathan Cameron
1
-0
/
+1
2017-01-10
iio:buffer: Push implementation of iio_device_attach_buffer into .c file
Jonathan Cameron
1
-0
/
+16
2017-01-10
iio:buffers: Push some docs down into the .c file.
Jonathan Cameron
1
-0
/
+5
2017-01-10
iio:buffer: Stop exporting iio_scan_mask_query
Jonathan Cameron
1
-14
/
+13
2017-01-10
iio:buffer: Introduced a function to assign the buffer specific attrs.
Jonathan Cameron
1
-0
/
+12
2017-01-10
iio:buffer: Stop exporting iio_update_demux
Jonathan Cameron
1
-131
/
+129
2016-09-24
iio: Use kmalloc_array() in iio_scan_mask_set()
Markus Elfring
1
-4
/
+3
2016-09-05
iio: ensure ret is initialized to zero before entering do loop
Colin Ian King
1
-2
/
+2
2016-08-21
iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
Brian Norris
1
-6
/
+17
2016-03-28
iio: fix config watermark initial value
Irina Tirdea
1
-0
/
+1
2016-02-06
iio: Add helper function for calculating scan index storage size
Lars-Peter Clausen
1
-34
/
+25
[next]