index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
iio
/
industrialio-ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-26
staging:iio: replacing term ring with buffer in the IIO core.
Jonathan Cameron
1
-631
/
+0
2011-09-26
staging:iio: rename ring_generic.h -> buffer_generic.h
Jonathan Cameron
1
-1
/
+1
2011-09-26
staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGERED
Jonathan Cameron
1
-8
/
+8
2011-09-06
staging:iio: rework of attribute registration.
Jonathan Cameron
1
-56
/
+49
2011-09-06
staging:iio: Switch the channel masks to bitmaps so as to allow for more channels.
Jonathan Cameron
1
-3
/
+100
2011-09-06
staging:iio:scan element types: introduce endian description to the data format.
Jonathan Cameron
1
-1
/
+14
2011-09-06
staging:iio: push "sysfs.h" and linux/irq.h out of iio.h
Jonathan Cameron
1
-0
/
+1
2011-09-06
staging:iio:buffering cleanup ring_buffer_register_ex naming.
Jonathan Cameron
1
-4
/
+4
2011-09-06
staging: iio: push the main buffer chrdev down to the top level.
Jonathan Cameron
1
-164
/
+75
2011-09-06
staging: iio: squash chrdev handler remains into users.
Jonathan Cameron
1
-15
/
+13
2011-09-06
staging: iio: remove specific chrdev for event reading. Get fd from ioctl on buffer.
Jonathan Cameron
1
-0
/
+21
2011-08-23
staging:iio: Introduce iio_core.h and move all core only stuff out of iio.h.
Jonathan Cameron
1
-0
/
+1
2011-05-19
staging:iio: ring core cleanups + check if read_last available in lis3l02dq
Jonathan Cameron
1
-125
/
+112
2011-05-19
staging:iio: rationalization of different buffer implementation hooks.
Jonathan Cameron
1
-38
/
+61
2011-05-19
staging:iio: rip out scan_el attributes. Now handled as iio_dev_attrs like everything else.
Jonathan Cameron
1
-75
/
+26
2011-05-19
staging:iio:buffering remove unused parameter dead_offset from read_last_n in all buffer implementations.
Jonathan Cameron
1
-2
/
+2
2011-05-19
staging:iio: Buffer device flattening.
Jonathan Cameron
1
-51
/
+25
2011-05-19
staging:iio: remove legacy event chrdev for the buffers
Jonathan Cameron
1
-57
/
+1
2011-05-19
staging:iio: Add polling of events on the ring access chrdev.
Jonathan Cameron
1
-5
/
+24
2011-05-19
staging:iio: remove ability to escalate events.
Jonathan Cameron
1
-21
/
+2
2011-05-19
staging:iio: allow channels to be set up using a table of iio_channel_spec structures.
Jonathan Cameron
1
-7
/
+181
2011-04-25
staging:iio: replace rip_lots naming with read_first_n
Jonathan Cameron
1
-6
/
+6
2011-02-18
staging:iio:buffering move the copy to user on rip down into implementations
Jonathan Cameron
1
-22
/
+3
2010-10-28
Merge 'staging-next' to Linus's tree
Greg Kroah-Hartman
1
-24
/
+37
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-07
staging: iio: iio_ring_rip_outer return immediately if rip_lots returns <= 0
Michael Hennerich
1
-1
/
+1
2010-09-30
staging: iio: whitespace cleanup
Phillip Kurtenbach
1
-1
/
+1
2010-09-04
staging: iio: unecessary header removal and kernel doc clean up
Jonathan Cameron
1
-6
/
+5
2010-08-31
staging: iio move scan_elements into ring buffer
Manuel Stahl
1
-12
/
+26
2010-08-31
staging: iio rename ring attributes
Manuel Stahl
1
-4
/
+4
2010-07-08
staging:iio: Remove unnecessary event_idr and all references
Jonathan Cameron
1
-3
/
+1
2010-05-11
Staging: iio: industrialio-ring.c: fix up sparse warnings
Greg Kroah-Hartman
1
-7
/
+5
2010-05-11
staging:iio: Remove naming via IDR's where no longer necessary under new abi.
Jonathan Cameron
1
-36
/
+12
2010-05-11
staging:iio: Directory name changes to match new ABI.
Jonathan Cameron
1
-4
/
+9
2010-05-11
staging: iio: Move from class to bus
Jonathan Cameron
1
-1
/
+1
2010-05-11
staging: IIO: Fix uses of spinlocks prior to init in ring implementations
Jonathan Cameron
1
-0
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
1
-0
/
+1
2009-09-15
Staging: IIO: Add generic ring buffer support to the IIO core
Jonathan Cameron
1
-0
/
+568