index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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
*
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
*
iio: buffer: Make length attribute read only for buffers without set_length
Lars-Peter Clausen
2014-12-12
1
-3
/
+7
*
iio: buffer: Allocate standard attributes in the core
Lars-Peter Clausen
2014-12-12
1
-18
/
+41
*
iio: buffer: Move iio_buffer_alloc_sysfs and iio_buffer_free_sysfs
Lars-Peter Clausen
2014-12-12
1
-94
/
+91
*
iio: Move buffer registration to the core
Lars-Peter Clausen
2014-12-12
1
-7
/
+11
*
iio: Unexport iio_scan_mask_set()
Lars-Peter Clausen
2014-12-12
1
-75
/
+74
*
Merge tag 'iio-for-3.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2014-08-25
1
-30
/
+33
|
\
|
*
iio:buffer: Wrong sized allocation of demux table elements.
Jonathan Cameron
2014-08-08
1
-1
/
+1
|
*
iio: buffer: Coalesce adjacent demux table entries
Lars-Peter Clausen
2014-08-01
1
-19
/
+28
|
*
iio: buffer: Use roundup() instead of open-coding it
Lars-Peter Clausen
2014-07-27
1
-11
/
+5
*
|
Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-08-04
1
-4
/
+1
|
\
\
|
|
/
|
*
iio: staging: sca3000: hide stufftoread logic
Josselin Costanzi
2014-06-29
1
-4
/
+1
*
|
iio: buffer: Fix demux table creation
Lars-Peter Clausen
2014-07-20
1
-1
/
+1
|
/
*
IIO: core: Modify scan element type
Srinivas Pandruvada
2014-04-29
1
-6
/
+35
*
Merge tag 'iio-fixes-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2014-04-22
1
-2
/
+4
|
\
|
*
iio: querying buffer scan_mask should return 0/1
Alec Berg
2014-03-22
1
-2
/
+4
*
|
iio get rid of unneccessary error_ret
Hartmut Knaack
2014-02-18
1
-10
/
+6
|
/
*
iio: Add support for blocking IO on buffers
Lars-Peter Clausen
2013-12-03
1
-1
/
+22
*
iio: Add data_available callback for buffers
Lars-Peter Clausen
2013-12-03
1
-1
/
+9
*
Merge 3.12-rc6 into staging-next.
Greg Kroah-Hartman
2013-10-19
1
-0
/
+3
|
\
|
*
iio:buffer: Free active scan mask in iio_disable_all_buffers()
Lars-Peter Clausen
2013-10-15
1
-0
/
+3
*
|
iio: Remove unused iio_sw_buffer_preenable()
Lars-Peter Clausen
2013-10-16
1
-18
/
+0
*
|
iio: Update buffer's bytes per datum after updating the scan mask
Lars-Peter Clausen
2013-10-16
1
-1
/
+17
*
|
iio:buffer: Ignore noop requests for iio_update_buffers()
Lars-Peter Clausen
2013-10-12
1
-0
/
+14
*
|
iio: Add a helper to free a list of IIO device attributes
Lars-Peter Clausen
2013-10-12
1
-19
/
+2
*
|
iio:buffer: Add proper locking for iio_update_buffers()
Lars-Peter Clausen
2013-10-12
1
-3
/
+26
*
|
iio: Wakeup poll and blocking reads when the device is unregistered
Lars-Peter Clausen
2013-10-12
1
-0
/
+16
*
|
iio: Return -ENODEV for file operations if the device has been unregistered
Lars-Peter Clausen
2013-10-12
1
-0
/
+6
*
|
iio: Add reference counting for buffers
Lars-Peter Clausen
2013-10-12
1
-5
/
+61
*
|
Merge 3.12-rc2 into staging-next.
Greg Kroah-Hartman
2013-09-25
1
-2
/
+28
|
\
\
|
|
/
|
*
iio: Stop sampling when the device is removed
Lars-Peter Clausen
2013-09-21
1
-0
/
+19
|
*
iio: Fix crash when scan_bytes is computed with active_scan_mask == NULL
Peter Meerwald
2013-09-21
1
-2
/
+9
*
|
iio: Pass scan mask as unsigned long
Peter Meerwald
2013-09-21
1
-2
/
+2
*
|
iio: Minor cleanups of industrialio-buffer
Peter Meerwald
2013-09-18
1
-5
/
+8
*
|
iio: iio_push_to_buffers(): Change type of 'data' to const void *
Lars-Peter Clausen
2013-09-15
1
-5
/
+5
*
|
iio: refactor info mask and ext_info attribute creation.
Jonathan Cameron
2013-09-15
1
-1
/
+1
*
|
iio:buffer: Simplify iio_buffer_is_active()
Lars-Peter Clausen
2013-09-15
1
-20
/
+11
|
/
*
iio: buffer: cleanup messages in iio_update_buffers()
Michał Mirosław
2013-05-22
1
-6
/
+4
*
staging:iio: Add support for multiple buffers
Jonathan Cameron
2012-11-10
1
-117
/
+263
*
iio: Use strict_strtouint instead of kstrtoul
Lars-Peter Clausen
2012-10-19
1
-3
/
+3
*
iio: Drop timestamp parameter from buffer store_to callback
Lars-Peter Clausen
2012-09-08
1
-3
/
+2
*
iio: whitespace cleanup and removal of semicolon after functions
Peter Meerwald
2012-09-03
1
-5
/
+5
*
Merge tag 'togreg-3.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic2...
Greg Kroah-Hartman
2012-07-12
1
-7
/
+36
|
\
|
*
iio: Introduce iio_validate_scan_mask_onehot
Lars-Peter Clausen
2012-07-09
1
-0
/
+16
|
*
iio: Add callback to check whether a scan mask is valid
Lars-Peter Clausen
2012-07-09
1
-7
/
+20
*
|
iio: iio_buffer_register: Use correct channel when calculating masklength
Lars-Peter Clausen
2012-07-08
1
-1
/
+1
|
/
*
iio: iio_buffer_register: Skip channels with negative scan index
Lars-Peter Clausen
2012-06-18
1
-0
/
+3
*
iio: buffer: Fix NULL pointer deref caused by empty scan mask
Lars-Peter Clausen
2012-06-15
1
-0
/
+4
[next]