Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f7f35c0209b579256accb16c63f56510773f6e3e
/
drivers
/
iio
/
industrialio-buffer.c
f4f4673
iio: add support for hardware fifo
by Octavian Purdila
· 10 years ago
37d3455
iio: add watermark logic to iio read and poll
by Josselin Costanzi
· 10 years ago
6da9b38
iio: buffer: refactor buffer attributes setup
by Octavian Purdila
· 10 years ago
03af03a
iio: Add new operating mode for non triggered sw buffers
by Karol Wrona
· 10 years ago
66ad1fd
iio: buffer: fix custom buffer attributes copy
by Octavian Purdila
· 10 years ago
3749566
iio: buffer: Drop get_length callback
by Lars-Peter Clausen
· 10 years ago
8d92db2
iio: buffer: Make length attribute read only for buffers without set_length
by Lars-Peter Clausen
· 10 years ago
08e7e0a
iio: buffer: Allocate standard attributes in the core
by Lars-Peter Clausen
· 10 years ago
d967cb6
iio: buffer: Move iio_buffer_alloc_sysfs and iio_buffer_free_sysfs
by Lars-Peter Clausen
· 10 years ago
3e1b6c9
iio: Move buffer registration to the core
by Lars-Peter Clausen
· 10 years ago
217a5cf
iio: Unexport iio_scan_mask_set()
by Lars-Peter Clausen
· 10 years ago
39bdc95
Merge tag 'iio-for-3.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into work-next
by Greg Kroah-Hartman
· 10 years ago
7cdca178
iio:buffer: Wrong sized allocation of demux table elements.
by Jonathan Cameron
· 10 years ago
53ee983
Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 10 years ago
cbe88bc
iio: buffer: Coalesce adjacent demux table entries
by Lars-Peter Clausen
· 10 years ago
61072db
iio: buffer: Use roundup() instead of open-coding it
by Lars-Peter Clausen
· 10 years ago
61bd55c
iio: buffer: Fix demux table creation
by Lars-Peter Clausen
· 10 years ago
9dd4694
iio: staging: sca3000: hide stufftoread logic
by Josselin Costanzi
· 10 years ago
0ee8546
IIO: core: Modify scan element type
by Srinivas Pandruvada
· 11 years ago
8b425aa1
Merge tag 'iio-fixes-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
by Greg Kroah-Hartman
· 11 years ago
2076a20
iio: querying buffer scan_mask should return 0/1
by Alec Berg
· 11 years ago
92825ff
iio get rid of unneccessary error_ret
by Hartmut Knaack
· 11 years ago
ee551a1
iio: Add support for blocking IO on buffers
by Lars-Peter Clausen
· 11 years ago
647cc7b
iio: Add data_available callback for buffers
by Lars-Peter Clausen
· 11 years ago
f7a0fd5
Merge 3.12-rc6 into staging-next.
by Greg Kroah-Hartman
· 11 years ago
bf741c0
iio: Remove unused iio_sw_buffer_preenable()
by Lars-Peter Clausen
· 11 years ago
8e05099
iio: Update buffer's bytes per datum after updating the scan mask
by Lars-Peter Clausen
· 11 years ago
e086ed7
iio:buffer: Free active scan mask in iio_disable_all_buffers()
by Lars-Peter Clausen
· 11 years ago
3909fab
iio:buffer: Ignore noop requests for iio_update_buffers()
by Lars-Peter Clausen
· 11 years ago
84088eb
iio: Add a helper to free a list of IIO device attributes
by Lars-Peter Clausen
· 11 years ago
a951945
iio:buffer: Add proper locking for iio_update_buffers()
by Lars-Peter Clausen
· 11 years ago
d2f0a48
iio: Wakeup poll and blocking reads when the device is unregistered
by Lars-Peter Clausen
· 11 years ago
f18e7a0
iio: Return -ENODEV for file operations if the device has been unregistered
by Lars-Peter Clausen
· 11 years ago
9e69c93
iio: Add reference counting for buffers
by Lars-Peter Clausen
· 11 years ago
e2aad1d
Merge 3.12-rc2 into staging-next.
by Greg Kroah-Hartman
· 11 years ago
183f417
iio: Pass scan mask as unsigned long
by Peter Meerwald
· 11 years ago
a87c82e
iio: Stop sampling when the device is removed
by Lars-Peter Clausen
· 11 years ago
d66e045
iio: Fix crash when scan_bytes is computed with active_scan_mask == NULL
by Peter Meerwald
· 11 years ago
9572588
iio: Minor cleanups of industrialio-buffer
by Peter Meerwald
· 11 years ago
5d65d92
iio: iio_push_to_buffers(): Change type of 'data' to const void *
by Lars-Peter Clausen
· 11 years ago
3704432
iio: refactor info mask and ext_info attribute creation.
by Jonathan Cameron
· 11 years ago
705ee2c
iio:buffer: Simplify iio_buffer_is_active()
by Lars-Peter Clausen
· 11 years ago
bec1889
iio: buffer: cleanup messages in iio_update_buffers()
by Michał Mirosław
· 12 years ago
84b36ce
staging:iio: Add support for multiple buffers
by Jonathan Cameron
· 12 years ago
948ad20
iio: Use strict_strtouint instead of kstrtoul
by Lars-Peter Clausen
· 12 years ago
ce56ade
iio: Drop timestamp parameter from buffer store_to callback
by Lars-Peter Clausen
· 12 years ago
99698b4
iio: whitespace cleanup and removal of semicolon after functions
by Peter Meerwald
· 12 years ago
bd972ff
Merge tag 'togreg-3.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 12 years ago
8163663
iio: Introduce iio_validate_scan_mask_onehot
by Lars-Peter Clausen
· 12 years ago
939546d
iio: Add callback to check whether a scan mask is valid
by Lars-Peter Clausen
· 12 years ago
e1dc7be
iio: iio_buffer_register: Use correct channel when calculating masklength
by Lars-Peter Clausen
· 12 years ago
f5b81dd
iio: iio_buffer_register: Skip channels with negative scan index
by Lars-Peter Clausen
· 12 years ago
aff1eb4
iio: buffer: Fix NULL pointer deref caused by empty scan mask
by Lars-Peter Clausen
· 12 years ago
e53f5ac
iio: Use dev_to_iio_dev()
by Lars-Peter Clausen
· 12 years ago
a980e04
IIO: Move the core files to drivers/iio
by Jonathan Cameron
· 13 years ago
[Renamed from drivers/staging/iio/industrialio-buffer.c]
06458e2
IIO: Move core headers to include/linux/iio
by Jonathan Cameron
· 13 years ago
842cd10
staging:iio: pull out demux cleanup for a particular buffer.
by Jonathan Cameron
· 13 years ago
fd6487f
staging:iio: Add caching of scan_timestamp to the core as well as buffers.
by Jonathan Cameron
· 13 years ago
420fe2e
staging:iio: add caching of the number of bytes in a scan.
by Jonathan Cameron
· 13 years ago
f126480
staging:iio: scan_index_timestamp move to iio_dev from buffer
by Jonathan Cameron
· 13 years ago
6b3b58e
staging:iio:buffer: pull computation of scan length into a utility function.
by Jonathan Cameron
· 13 years ago
a714af2
staging:iio:buffer trivial use of strtobool to remove dodgy equivalent.
by Jonathan Cameron
· 13 years ago
cd4361c
iio: core: constitfy available_scan_mask
by Michael Hennerich
· 13 years ago
7933514
staging:iio: Drop {mark,unmark}_in_use callbacks
by Lars-Peter Clausen
· 13 years ago
869871b
staging:iio: Drop buffer mark_param_change callback
by Lars-Peter Clausen
· 13 years ago
68bc730
staging:iio: Drop buffer busy flag
by Lars-Peter Clausen
· 13 years ago
e38c79e
staging:iio: Disallow modifying buffer size when buffer is enabled
by Lars-Peter Clausen
· 13 years ago
5fd6218
staging:iio: Disallow changing scan elements in all buffered modes
by Lars-Peter Clausen
· 13 years ago
d4a6882
staging:iio: Use iio_buffer_enabled instead of open coding it
by Lars-Peter Clausen
· 13 years ago
50d82ad
staging:iio: Remove unused variable
by Lars-Peter Clausen
· 13 years ago
106e7cf
Merge branch 'work-next' into staging-next
by Greg Kroah-Hartman
· 13 years ago
5a2a6e1
staging:iio: Fix scan mask update
by Lars-Peter Clausen
· 13 years ago
f79a909
staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.
by Jonathan Cameron
· 13 years ago
550268ca
staging:iio: scrap scan_count and ensure all drivers use active_scan_mask
by Jonathan Cameron
· 13 years ago
1612244
staging:iio:buffer move setup ops from buffer instance to iio_dev
by Jonathan Cameron
· 13 years ago
3771a0a
staging:iio: remove userspace access to bytes per datum.
by Jonathan Cameron
· 13 years ago
5ada4ea
staging:iio: add demux optionally to path from device to buffer
by Jonathan Cameron
· 13 years ago
959d295
staging:iio: make iio_sw_buffer_preenable much more general.
by Jonathan Cameron
· 13 years ago
beb8060
staging:iio:buffer add a cache of the timestamp scan index.
by Jonathan Cameron
· 13 years ago
d83fb18
staging: iio: Use kcalloc instead of kzalloc to allocate array
by Thomas Meyer
· 13 years ago
af5046a
staging:iio: header reorganization
by Jonathan Cameron
· 13 years ago
96e00f1
staging:iio: core. Allow for event chrdev obtaining ioctl if no buffer present.
by Jonathan Cameron
· 13 years ago
8e336a7
staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.
by Paul Gortmaker
· 13 years ago
f8c6f4e
staging:iio:core:naming: dev_info to indio_dev for consistency
by Jonathan Cameron
· 13 years ago
9d5d115
staging: iio: if(__LITTLE_ENDIAN) -> #ifdef __LITTLE_ENDIAN
by Jonathan Cameron
· 13 years ago
30eb82f
staging:iio: Prevent reading from buffer chrdev when device has no buffer.
by Jonathan Cameron
· 13 years ago
14555b1
staging:iio: replacing term ring with buffer in the IIO core.
by Jonathan Cameron
· 13 years ago