Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
741a6c4c59cfa1266bc75aca9f66bdc6e421b0d5
/
include
/
linux
/
iio
/
buffer.h
999517f
staging:iio: Remove noop call to __iio_update_buffer
by Lars-Peter Clausen
· 12 years ago
50d69b5
iio: Fix iio_buffer_register stub signature
by Lars-Peter Clausen
· 12 years ago
84b36ce
staging:iio: Add support for multiple buffers
by Jonathan Cameron
· 12 years ago
ce56ade
iio: Drop timestamp parameter from buffer store_to callback
by Lars-Peter Clausen
· 12 years ago
8163663
iio: Introduce iio_validate_scan_mask_onehot
by Lars-Peter Clausen
· 12 years ago
3bdff93
iio: cleanup buffer.h comments
by Peter Meerwald
· 12 years ago
19ea4752
iio: remove extra ; after function definition
by Peter Meerwald
· 13 years ago
06458e2
IIO: Move core headers to include/linux/iio
by Jonathan Cameron
· 13 years ago
[Renamed (99%) from drivers/staging/iio/buffer.h]
f126480
staging:iio: scan_index_timestamp move to iio_dev from buffer
by Jonathan Cameron
· 13 years ago
004d813
staging:iio: Remove declaration for non existing function
by Lars-Peter Clausen
· 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
307276c
staging:iio: Drop the unused buffer enable() and is_enabled() callbacks
by Lars-Peter Clausen
· 13 years ago
68bc730
staging:iio: Drop buffer busy flag
by Lars-Peter Clausen
· 13 years ago
8fe6495
staging:iio:kfifo_buf: Fix potential buffer overflow in iio_read_first_n_kfifo
by Lars-Peter Clausen
· 13 years ago
5f070a3
staging:iio:buffer.h update struct buffer docs.
by Jonathan Cameron
· 13 years ago
f79a909
staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.
by Jonathan Cameron
· 13 years ago
f7ff694
staging:iio:buffer scrap to_iio_buffer as it no longer has meaning.
by Jonathan Cameron
· 13 years ago
f32971c
staging:iio:buffer stop allowing for read_last callback.
by Jonathan Cameron
· 13 years ago
66748b5
staging:iio:buffer remove unused owner field from struct iio_buffer
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
c15c4f1
staging:iio:buffer drop bpe field.
by Jonathan Cameron
· 13 years ago
5ada4ea
staging:iio: add demux optionally to path from device to buffer
by Jonathan Cameron
· 13 years ago
beb8060
staging:iio:buffer add a cache of the timestamp scan index.
by Jonathan Cameron
· 13 years ago
af5046a
staging:iio: header reorganization
by Jonathan Cameron
· 13 years ago
[Renamed (99%) from drivers/staging/iio/buffer_generic.h]
f8c6f4e
staging:iio:core:naming: dev_info to indio_dev for consistency
by Jonathan Cameron
· 13 years ago
14555b1
staging:iio: replacing term ring with buffer in the IIO core.
by Jonathan Cameron
· 13 years ago
3811cd6
staging:iio: rename ring_generic.h -> buffer_generic.h
by Jonathan Cameron
· 13 years ago
[Renamed (98%) from drivers/staging/iio/ring_generic.h]
f2a9624
staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFER
by Jonathan Cameron
· 13 years ago
26d25ae
staging:iio: rework of attribute registration.
by Jonathan Cameron
· 13 years ago
32b5eec
staging:iio: Switch the channel masks to bitmaps so as to allow for more channels.
by Jonathan Cameron
· 13 years ago
c009f7e
staging:iio:buffering cleanup ring_buffer_register_ex naming.
by Jonathan Cameron
· 13 years ago
6446e9c
staging:iio:buffering drag some stray docs back to correct place.
by Jonathan Cameron
· 13 years ago
36b6f4a
staging:iio: remove orphaned function definition.
by Jonathan Cameron
· 13 years ago
1aa0427
staging: iio: push the main buffer chrdev down to the top level.
by Jonathan Cameron
· 13 years ago
6356463
staging: iio: squash chrdev handler remains into users.
by Jonathan Cameron
· 13 years ago
7ae8cf6
staging: iio: chrdev.h rationalization.
by Jonathan Cameron
· 13 years ago
8d213f2
staging:iio: ring core cleanups + check if read_last available in lis3l02dq
by Jonathan Cameron
· 14 years ago
5565a45
staging:iio: rationalization of different buffer implementation hooks.
by Jonathan Cameron
· 14 years ago
a88b3eb
staging:iio: rip out scan_el attributes. Now handled as iio_dev_attrs like everything else.
by Jonathan Cameron
· 14 years ago
b26a218
staging:iio:buffering remove unused parameter dead_offset from read_last_n in all buffer implementations.
by Jonathan Cameron
· 14 years ago
3feb079
staging:iio: Buffer device flattening.
by Jonathan Cameron
· 14 years ago
b9d40a9
staging:iio: remove legacy event chrdev for the buffers
by Jonathan Cameron
· 14 years ago
a734834
staging:iio: Add polling of events on the ring access chrdev.
by Jonathan Cameron
· 14 years ago
939606d
staging:iio: remove ability to escalate events.
by Jonathan Cameron
· 14 years ago
1d89271
staging:iio: allow channels to be set up using a table of iio_channel_spec structures.
by Jonathan Cameron
· 14 years ago
b428173
staging:iio: replace rip_lots naming with read_first_n
by Jonathan Cameron
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
d5857d6
staging:iio:buffering move the copy to user on rip down into implementations
by Jonathan Cameron
· 14 years ago
e968d09
staging: iio: ring_generic: provide IIO_CONST_ATTR_SCAN_EL_TYPE_WITH_SHIFT
by Michael Hennerich
· 14 years ago
0986452
staging: iio: timestamp_en naming typo fix.
by Jonathan Cameron
· 14 years ago
3215e31
staging: iio: remove deprecated form of scan_el attribute naming.
by Jonathan Cameron
· 14 years ago
fc89b38
staging: iio: amend macros for SCAN_EL creation to add separate index attr
by Jonathan Cameron
· 14 years ago
44f270d
staging: iio: Remove unused bit_count from struct iio_scan_el
by Jonathan Cameron
· 14 years ago
6a36e61
staging: iio: lis3l02dq add _type attributes for all scan elements
by Jonathan Cameron
· 14 years ago
c3e5d41
staging: iio: unecessary header removal and kernel doc clean up
by Jonathan Cameron
· 14 years ago
bf32963
staging: iio move scan_elements into ring buffer
by Manuel Stahl
· 14 years ago
ffcab07
staging: iio rename ring attributes
by Manuel Stahl
· 14 years ago
ad577f8
staging: iio: Add a bits per element element to ring_generic allowing a general ring_sw_preenable_function.
by Barry Song
· 14 years ago
69584bd
staging: iio: Fix scan_element naming issue
by Jonathan Cameron
· 14 years ago
2662051
staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent driver stubs
by Jonathan Cameron
· 14 years ago
758d988
staging:iio: Remove naming via IDR's where no longer necessary under new abi.
by Jonathan Cameron
· 15 years ago
1722762
staging:iio: Clean out unused IIO_SCAN_EL and add IIO_SCAN_NAMED_EL_C
by Jonathan Cameron
· 15 years ago
f3fb001
iio:staging:accelerometers move towards the new abi
by Jonathan Cameron
· 15 years ago
6f2dfb3
staging: IIO: Fix uses of spinlocks prior to init in ring implementations
by Jonathan Cameron
· 15 years ago
c852ab6
Staging: make drivers use spin_lock_init()
by Sven-Thorsten Dietrich
· 15 years ago
4c57260
Staging: iio: lots of doc fixes
by Randy Dunlap
· 15 years ago
7026ea4
Staging: IIO: Add generic ring buffer support to the IIO core
by Jonathan Cameron
· 15 years ago