summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/ring_sw.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-26staging:iio: drop sw_ring buffer implementation.Jonathan Cameron1-366/+0
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen1-4/+3
2012-06-15staging: iio:: fix some typosPeter Meerwald1-2/+2
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-1/+1
2012-03-02drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock1-2/+2
2012-02-09staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen1-11/+11
2011-12-22staging:iio: Drop {mark,unmark}_in_use callbacksLars-Peter Clausen1-35/+0
2011-12-22staging:iio: Drop buffer mark_param_change callbackLars-Peter Clausen1-12/+9
2011-12-08Merge branch 'work-next' into staging-nextGreg Kroah-Hartman1-35/+23
2011-12-08staging:iio: Fix sw_ring memory corruptionLars-Peter Clausen1-35/+23
2011-12-08staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.Jonathan Cameron1-1/+1
2011-12-08staging:iio:ring_sw don't provide read last function.Jonathan Cameron1-33/+0
2011-12-08staging:iio: remove userspace access to bytes per datum.Jonathan Cameron1-2/+0
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-22/+22
2011-09-06staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron1-22/+3
2011-05-19staging:iio: Rip out helper for software rings.Jonathan Cameron1-49/+0
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-54/+66
2011-05-19staging:iio:ring_sw add function needed for threaded irq.Jonathan Cameron1-4/+10
2011-05-19staging:iio:buffering remove unused parameter dead_offset from read_last_n in...Jonathan Cameron1-8/+7
2011-05-19staging:iio: Buffer device flattening.Jonathan Cameron1-2/+1
2011-05-19staging:iio: remove legacy event chrdev for the buffersJonathan Cameron1-5/+0
2011-05-19staging:iio: Add polling of events on the ring access chrdev.Jonathan Cameron1-0/+8
2011-05-19staging:iio: remove ability to escalate events.Jonathan Cameron1-13/+1
2011-04-25staging:iio: replace rip_lots naming with read_first_nJonathan Cameron1-6/+7
2011-02-18staging:iio:buffering move the copy to user on rip down into implementationsJonathan Cameron1-10/+17
2010-08-31staging: iio move scan_elements into ring bufferManuel Stahl1-12/+13
2010-08-31staging: iio rename ring attributesManuel Stahl1-29/+29
2010-08-02staging: iio: ring_sw Fix pointer arithmetic for 64bit arches by using phys_a...Jonathan Cameron1-1/+1
2010-07-22staging: iio: Add iio_sw_ring_helper_state and functions to cover common case.Jonathan Cameron1-0/+44
2010-07-22staging: iio: Add a bits per element element to ring_generic allowing a gener...Barry Song1-0/+25
2010-06-04staging: Use GFP_ATOMIC when a lock is heldJulia Lawall1-1/+1
2010-05-11Staging: iio: ring_sw.c: fix up sparse warningsGreg Kroah-Hartman1-14/+13
2010-05-11staging:iio:ring_sw: Fix incorrect test on successful read of last value, cau...Jonathan Cameron1-1/+1
2010-05-11staging: iio: Move from class to busJonathan Cameron1-1/+1
2010-05-11Staging: iio: Fix remaining code style issuesRoel Van Nyen1-2/+1
2010-05-11staging: IIO: Fix uses of spinlocks prior to init in ring implementationsJonathan Cameron1-7/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-03Staging: make drivers use spin_lock_init()Sven-Thorsten Dietrich1-1/+1
2010-03-03Staging: iio: checkinclude.pl fixAmeya Palande1-1/+0
2009-09-15Staging: iio: Fix type warningsAlan Cox1-1/+1
2009-09-15Staging: IIO: Ring buffer: Initial pass at rarely locked ring bufferJonathan Cameron1-0/+433