summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/accel/sca3000_ring.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-09staging:iio: Use spi_sync_transfer()Lars-Peter Clausen1-5/+1
2012-09-03staging:iio: Update email address for Jonathan Cameron.Jonathan Cameron1-1/+1
2012-05-15staging:iio:accel: Use dev_to_iio_dev()Lars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2011-12-09staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.Jonathan Cameron1-7/+4
2011-12-09staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron1-1/+1
2011-12-09staging:iio:buffer drop bpe field.Jonathan Cameron1-2/+0
2011-11-27staging:iio: header reorganizationJonathan Cameron1-1/+1
2011-09-27staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-24/+24
2011-09-27staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron1-1/+1
2011-09-27staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron1-1/+1
2011-09-16staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron1-2/+2
2011-09-07staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron1-4/+0
2011-09-07staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron1-20/+3
2011-08-24staging:iio:accel header housekeeping - remove unecessary includes.Jonathan Cameron1-2/+0
2011-08-24staging:iio:accel: usused header removals.Jonathan Cameron1-1/+0
2011-08-24staging:iio:trivial sparse related cleanups.Jonathan Cameron1-68/+0
2011-06-29staging:iio:accel:sca3000: allocate state in iio_dev and use iio_priv to access.Jonathan Cameron1-7/+7
2011-05-20staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-6/+13
2011-05-20staging:iio:buffering remove unused parameter dead_offset from read_last_n in...Jonathan Cameron1-4/+1
2011-05-20staging:iio:sca3000 extract old event handling and move to poll for events fr...Jonathan Cameron1-82/+170
2011-05-20staging:iio: remove legacy event chrdev for the buffersJonathan Cameron1-0/+2
2011-05-20staging:iio: remove ability to escalate events.Jonathan Cameron1-4/+9
2011-04-26staging:iio: replace rip_lots naming with read_first_nJonathan Cameron1-4/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-07staging: iio: sca3000 fix bug due to scan_element directory move.Jonathan Cameron1-2/+4
2010-09-21staging: iio: sca3000 add _index attribute registrationJonathan Cameron1-0/+3
2010-09-21staging: iio: Remove unused bit_count from struct iio_scan_elJonathan Cameron1-3/+3
2010-09-21staging: iio: sca3000 add _type attributes for all scan elementsJonathan Cameron1-25/+21
2010-09-15staging: iio: sca3000 convert byte order of ring buffer dataManuel Stahl1-1/+13
2010-09-15staging: iio: sca3000 fix sca3000_[show,store]_ring_bpseManuel Stahl1-4/+4
2010-08-31staging: iio move scan_elements into ring bufferManuel Stahl1-1/+1
2010-08-31staging: iio rename ring attributesManuel Stahl1-5/+5
2010-05-11Staging: iio: accel: fix up some sparse warnings.Greg Kroah-Hartman1-4/+4
2010-05-11iio:staging:accelerometers move towards the new abiJonathan Cameron1-8/+25
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-15Staging: iio: Fix type warningsAlan Cox1-1/+1
2009-09-15Staging: IIO: VTI sca3000 series accelerometer driver (spi)Jonathan Cameron1-0/+331