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