index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
industrialio-buffer.c
Age
Commit message (
Expand
)
Author
2020-12-03
iio: buffer: Fix demux update
Nuno Sá
2020-11-21
iio: buffer: remove iio_buffer_set_attrs() helper
Alexandru Ardelean
2020-09-17
iio: buffer: split buffer sysfs creation to take buffer as primary arg
Alexandru Ardelean
2020-07-15
iio: buffer: fix attach/detach pollfunc order
Alexandru Ardelean
2020-07-07
iio: core: move iio_dev's buffer_list to the private iio device object
Alexandru Ardelean
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
2020-05-16
iio: buffer: remove attrcount_orig var from sysfs creation
Alexandru Ardelean
2020-05-16
iio: __iio_update_buffers: Update mode before preenable/after postdisable
Lars-Peter Clausen
2020-05-03
iio: buffer: extend short-hand use for 'indio_dev->buffer'
Alexandru Ardelean
2020-04-19
iio: buffer: remove 'scan_el_attrs' attribute group from buffer struct
Alexandru Ardelean
2020-04-19
iio: buffer: Don't allow buffers without any channels enabled to be activated
Lars-Peter Clausen
2020-04-19
iio: buffer: re-introduce bitmap_zalloc() for trialmask
Alexandru Ardelean
2020-01-22
Merge 5.5-rc7 into staging-next
Greg Kroah-Hartman
2020-01-13
iio: buffer: align the size of scan bytes to size of the largest element
Lars Möllendorf
2019-12-29
iio: buffer: rename 'read_first_n' callback to 'read'
Lars-Peter Clausen
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-21
Merge 5.1-rc6 into staging-next
Greg Kroah-Hartman
2019-04-04
iio: buffer: Switch to bitmap_zalloc()
Andy Shevchenko
2019-03-09
iio: Fix scan mask selection
Lars-Peter Clausen
2018-02-20
Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2018-02-17
iio: buffer: check if a buffer has been set up when poll is called
Stefan Windfeldt-Prytz
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-01
Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-01-08
iio: buffer: Expose data available
Matt Fornero
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-01-10
iio:buffer.h - split into buffer.h and buffer_impl.h
Jonathan Cameron
2017-01-10
iio:buffer: Push implementation of iio_device_attach_buffer into .c file
Jonathan Cameron
2017-01-10
iio:buffers: Push some docs down into the .c file.
Jonathan Cameron
2017-01-10
iio:buffer: Stop exporting iio_scan_mask_query
Jonathan Cameron
2017-01-10
iio:buffer: Introduced a function to assign the buffer specific attrs.
Jonathan Cameron
2017-01-10
iio:buffer: Stop exporting iio_update_demux
Jonathan Cameron
2016-09-24
iio: Use kmalloc_array() in iio_scan_mask_set()
Markus Elfring
2016-09-05
iio: ensure ret is initialized to zero before entering do loop
Colin Ian King
2016-08-21
iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
Brian Norris
2016-03-28
iio: fix config watermark initial value
Irina Tirdea
2016-02-06
iio: Add helper function for calculating scan index storage size
Lars-Peter Clausen
2015-12-13
Merge 4.4-rc5 into staging-next
Greg Kroah-Hartman
2015-11-21
iio: fix some warning messages
Dan Carpenter
2015-10-25
iio: Add buffer enable/disable callbacks
Lars-Peter Clausen
2015-10-25
iio: Add support for indicating fixed watermarks
Lars-Peter Clausen
2015-10-25
iio:iio_buffer_init(): Only set watermark if not already set
Lars-Peter Clausen
2015-10-25
iio: Set device watermark based on watermark of all attached buffers
Lars-Peter Clausen
2015-08-12
iio: industrialio-buffer: Fix iio_buffer_poll return value
Cristina Opriceana
2015-08-02
iio: buffer: Fix kernel docs warnings
Cristina Opriceana
2015-06-21
iio: allow userspace to flush the hwfifo with non-blocking reads
Octavian Purdila
2015-06-01
iio: Require strict scan mask matching in hardware mode
Lars-Peter Clausen
2015-06-01
iio: Specify supported modes for buffers
Lars-Peter Clausen
2015-06-01
iio: Always compute masklength
Lars-Peter Clausen
2015-06-01
iio: buffer: remove unneeded test
Laurent Navet
[next]