aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/max1363_ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-10staging:iio:adc:max1363 consolidate files.Jonathan Cameron1-139/+0
2012-11-10staging:iio:adc:max1363 ring_sw->kfifo conversionJonathan Cameron1-4/+4
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron1-1/+1
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen1-1/+1
2012-07-12staging:iio:max1363: Don't free uninitialized variableLars-Peter Clausen1-2/+3
2012-07-08staging:iio:max1363: Do not return error code in interrupt handlerLars-Peter Clausen1-2/+2
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2012-04-24staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron1-2/+2
2012-02-09staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen1-2/+0
2011-12-08staging:iio:adc:max1363 stop reading from buffer for sysfs accessJonathan Cameron1-36/+0
2011-12-08staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron1-1/+1
2011-12-08staging:iio:adc:max1363 use new demuxing support.Jonathan Cameron1-37/+14
2011-12-08staging:iio:adc:max1363 actually make timestamp controllableJonathan Cameron1-3/+2
2011-11-26staging:iio: header reorganizationJonathan Cameron1-1/+1
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-10/+10
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-1/+1
2011-09-26staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron1-2/+2
2011-09-06staging:iio: Switch the channel masks to bitmaps so as to allow for more channels.Jonathan Cameron1-11/+11
2011-08-24staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron1-1/+1
2011-08-24staging:iio: prevent removal of module connected to trigger.Jonathan Cameron1-5/+0
2011-08-24staging:iio:pollfunc: Make explicit that private data is always pointer to a struct iio_dev.Jonathan Cameron1-1/+1
2011-08-23staging:iio:adc: header cleanup - remove unused.Jonathan Cameron1-4/+0
2011-05-19staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron1-15/+9
2011-05-19staging:iio:max1363 misc cleanups and use of for_each_bit_set to simplify event code spitting out.Jonathan Cameron1-0/+1
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-12/+14
2011-05-19staging:iio:adc:max1363 move to irqchip based threaded irq triggeringJonathan Cameron1-40/+26
2011-05-19staging:iio:max1363 - move to channel_spec registration.Jonathan Cameron1-1/+0
2011-04-25staging:iio:max1363 take advantage of new iio_device_allocate private data.Jonathan Cameron1-6/+5
2011-04-25staging:iio:adc:max1363 fix timestamp handling.Jonathan Cameron1-4/+6
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-07staging: iio: adc: max1363: remove unused variableMichael Hennerich1-1/+0
2010-10-06staging: iio: adc: max1363: prevent buffer overflowMichael Hennerich1-2/+1
2010-08-31staging: iio move scan_elements into ring bufferManuel Stahl1-8/+10
2010-08-31staging: iio rename ring attributesManuel Stahl1-2/+2
2010-07-22staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent driver stubsJonathan Cameron1-10/+0
2010-07-22staging: iio: remove timestamp field from trigger and pass instead through pollfuncsJonathan Cameron1-1/+1
2010-07-22staging: iio: Add iio_triggered_ring postenable and predisable + use in driversJonathan Cameron1-31/+2
2010-07-22staging: iio: Add and convert drivers to use iio_alloc_pollfuncJonathan Cameron1-7/+2
2010-07-08staging:iio:max1363 trivial code and comment cleanups.Jonathan Cameron1-5/+5
2010-06-18Staging: iio: kill off spurious semicolonsMike Frysinger1-2/+2
2010-05-18Staging: iio: max1363 Fix two bugs in single_channel_from_ringJonathan Cameron1-3/+3
2010-05-11Staging: iio: adc: max1363_ring.c: fix up sparse warningsGreg Kroah-Hartman1-1/+1
2010-05-11staging:iio:max1363 add support for 8 bit equivalent devices, max1036-9, max11600-5Jonathan Cameron1-6/+17
2010-05-11staging:iio: Remove naming via IDR's where no longer necessary under new abi.Jonathan Cameron1-1/+1
2010-05-11staging:iio:max1363 move to new abi.Jonathan Cameron1-24/+41
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-15Staging: IIO: max1363 add software ring buffer support using ring_swJonathan Cameron1-0/+241