index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
industrialio-buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 5.5-rc7 into staging-next
Greg Kroah-Hartman
2020-01-22
1
-1
/
+5
|
\
|
*
iio: buffer: align the size of scan bytes to size of the largest element
Lars Möllendorf
2020-01-13
1
-1
/
+5
*
|
iio: buffer: rename 'read_first_n' callback to 'read'
Lars-Peter Clausen
2019-12-29
1
-5
/
+5
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-5
/
+1
*
Merge 5.1-rc6 into staging-next
Greg Kroah-Hartman
2019-04-21
1
-1
/
+2
|
\
|
*
iio: Fix scan mask selection
Lars-Peter Clausen
2019-03-09
1
-3
/
+2
*
|
iio: buffer: Switch to bitmap_zalloc()
Andy Shevchenko
2019-04-04
1
-14
/
+10
|
/
*
Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2018-02-20
1
-1
/
+1
|
\
|
*
iio: buffer: check if a buffer has been set up when poll is called
Stefan Windfeldt-Prytz
2018-02-17
1
-1
/
+1
*
|
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-3
/
+3
*
|
Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-02-01
1
-0
/
+15
|
\
|
|
*
iio: buffer: Expose data available
Matt Fornero
2018-01-08
1
-0
/
+15
*
|
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-1
/
+1
|
/
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
iio:buffer.h - split into buffer.h and buffer_impl.h
Jonathan Cameron
2017-01-10
1
-0
/
+1
*
iio:buffer: Push implementation of iio_device_attach_buffer into .c file
Jonathan Cameron
2017-01-10
1
-0
/
+16
*
iio:buffers: Push some docs down into the .c file.
Jonathan Cameron
2017-01-10
1
-0
/
+5
*
iio:buffer: Stop exporting iio_scan_mask_query
Jonathan Cameron
2017-01-10
1
-14
/
+13
*
iio:buffer: Introduced a function to assign the buffer specific attrs.
Jonathan Cameron
2017-01-10
1
-0
/
+12
*
iio:buffer: Stop exporting iio_update_demux
Jonathan Cameron
2017-01-10
1
-131
/
+129
*
iio: Use kmalloc_array() in iio_scan_mask_set()
Markus Elfring
2016-09-24
1
-4
/
+3
*
iio: ensure ret is initialized to zero before entering do loop
Colin Ian King
2016-09-05
1
-2
/
+2
*
iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
Brian Norris
2016-08-21
1
-6
/
+17
*
iio: fix config watermark initial value
Irina Tirdea
2016-03-28
1
-0
/
+1
*
iio: Add helper function for calculating scan index storage size
Lars-Peter Clausen
2016-02-06
1
-34
/
+25
*
Merge 4.4-rc5 into staging-next
Greg Kroah-Hartman
2015-12-13
1
-1
/
+1
|
\
|
*
iio: fix some warning messages
Dan Carpenter
2015-11-21
1
-1
/
+1
*
|
iio: Add buffer enable/disable callbacks
Lars-Peter Clausen
2015-10-25
1
-1
/
+35
*
|
iio: Add support for indicating fixed watermarks
Lars-Peter Clausen
2015-10-25
1
-0
/
+5
*
|
iio:iio_buffer_init(): Only set watermark if not already set
Lars-Peter Clausen
2015-10-25
1
-1
/
+2
*
|
iio: Set device watermark based on watermark of all attached buffers
Lars-Peter Clausen
2015-10-25
1
-4
/
+10
|
/
*
iio: industrialio-buffer: Fix iio_buffer_poll return value
Cristina Opriceana
2015-08-12
1
-1
/
+1
*
iio: buffer: Fix kernel docs warnings
Cristina Opriceana
2015-08-02
1
-1
/
+14
*
iio: allow userspace to flush the hwfifo with non-blocking reads
Octavian Purdila
2015-06-21
1
-9
/
+9
*
iio: Require strict scan mask matching in hardware mode
Lars-Peter Clausen
2015-06-01
1
-5
/
+20
*
iio: Specify supported modes for buffers
Lars-Peter Clausen
2015-06-01
1
-3
/
+15
*
iio: Always compute masklength
Lars-Peter Clausen
2015-06-01
1
-6
/
+9
*
iio: buffer: remove unneeded test
Laurent Navet
2015-06-01
1
-2
/
+0
*
iio: __iio_update_buffers: Leave device in sane state on error
Lars-Peter Clausen
2015-05-23
1
-36
/
+46
*
iio: __iio_update_buffers: Split enable and disable path into helper functions
Lars-Peter Clausen
2015-05-23
1
-88
/
+103
*
iio: __iio_update_buffers: Verify configuration before starting to apply it
Lars-Peter Clausen
2015-05-23
1
-63
/
+101
*
iio: __iio_update_buffers: Perform request_update() only for new buffers
Lars-Peter Clausen
2015-05-17
1
-11
/
+25
*
iio: __iio_update_buffers: Slightly refactor scan mask memory management
Lars-Peter Clausen
2015-05-17
1
-10
/
+13
*
iio: Replace printk in __iio_update_buffers with dev_dbg
Lars-Peter Clausen
2015-05-17
1
-5
/
+7
*
iio: add support for hardware fifo
Octavian Purdila
2015-03-29
1
-13
/
+45
*
iio: add watermark logic to iio read and poll
Josselin Costanzi
2015-03-29
1
-15
/
+105
*
iio: buffer: refactor buffer attributes setup
Octavian Purdila
2015-02-04
1
-12
/
+19
*
iio: Add new operating mode for non triggered sw buffers
Karol Wrona
2015-01-25
1
-0
/
+2
*
iio: buffer: fix custom buffer attributes copy
Octavian Purdila
2015-01-05
1
-1
/
+1
*
iio: buffer: Drop get_length callback
Lars-Peter Clausen
2014-12-12
1
-8
/
+3
[next]