summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/industrialio-ring.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-631/+0
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron1-1/+1
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron1-8/+8
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-57/+50
2011-09-06staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron1-3/+100
2011-09-06staging:iio:scan element types: introduce endian description to the data format.Jonathan Cameron1-1/+14
2011-09-06staging:iio: push "sysfs.h" and linux/irq.h out of iio.hJonathan Cameron1-0/+1
2011-09-06staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron1-4/+4
2011-09-06staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron1-164/+75
2011-09-06staging: iio: squash chrdev handler remains into users.Jonathan Cameron1-15/+13
2011-09-06staging: iio: remove specific chrdev for event reading. Get fd from ioctl on ...Jonathan Cameron1-0/+21
2011-08-23staging:iio: Introduce iio_core.h and move all core only stuff out of iio.h.Jonathan Cameron1-0/+1
2011-05-19staging:iio: ring core cleanups + check if read_last available in lis3l02dqJonathan Cameron1-125/+112
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-38/+61
2011-05-19staging:iio: rip out scan_el attributes. Now handled as iio_dev_attrs like ev...Jonathan Cameron1-75/+26
2011-05-19staging:iio:buffering remove unused parameter dead_offset from read_last_n in...Jonathan Cameron1-2/+2
2011-05-19staging:iio: Buffer device flattening.Jonathan Cameron1-51/+25
2011-05-19staging:iio: remove legacy event chrdev for the buffersJonathan Cameron1-57/+1
2011-05-19staging:iio: Add polling of events on the ring access chrdev.Jonathan Cameron1-5/+24
2011-05-19staging:iio: remove ability to escalate events.Jonathan Cameron1-21/+2
2011-05-19staging:iio: allow channels to be set up using a table of iio_channel_spec st...Jonathan Cameron1-7/+181
2011-04-25staging:iio: replace rip_lots naming with read_first_nJonathan Cameron1-6/+6
2011-02-18staging:iio:buffering move the copy to user on rip down into implementationsJonathan Cameron1-22/+3
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman1-24/+37
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-07staging: iio: iio_ring_rip_outer return immediately if rip_lots returns <= 0Michael Hennerich1-1/+1
2010-09-30staging: iio: whitespace cleanupPhillip Kurtenbach1-1/+1
2010-09-04staging: iio: unecessary header removal and kernel doc clean upJonathan Cameron1-6/+5
2010-08-31staging: iio move scan_elements into ring bufferManuel Stahl1-12/+26
2010-08-31staging: iio rename ring attributesManuel Stahl1-4/+4
2010-07-08staging:iio: Remove unnecessary event_idr and all referencesJonathan Cameron1-3/+1
2010-05-11Staging: iio: industrialio-ring.c: fix up sparse warningsGreg Kroah-Hartman1-7/+5
2010-05-11staging:iio: Remove naming via IDR's where no longer necessary under new abi.Jonathan Cameron1-36/+12
2010-05-11staging:iio: Directory name changes to match new ABI.Jonathan Cameron1-4/+9
2010-05-11staging: iio: Move from class to busJonathan Cameron1-1/+1
2010-05-11staging: IIO: Fix uses of spinlocks prior to init in ring implementationsJonathan Cameron1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-15Staging: IIO: Add generic ring buffer support to the IIO coreJonathan Cameron1-0/+568