summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/accel/adis16240_ring.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen1-1/+1
2012-09-07staging:iio: Use iio_push_to_bufferLars-Peter Clausen1-2/+1
2012-07-08staging:iio:accel:adis16xxx: Do not return error code in the interrupt handlerLars-Peter Clausen1-2/+3
2012-05-15staging:iio:adis16240_read_ring_data: Pass IIO device directlyLars-Peter Clausen1-4/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-2/+2
2012-04-24staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron1-1/+1
2012-04-24staging:iio: add caching of the number of bytes in a scan.Jonathan Cameron1-2/+1
2012-02-09staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen1-2/+0
2011-12-09staging:iio:buffer remove unused owner field from struct iio_bufferJonathan Cameron1-1/+0
2011-12-09staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron1-2/+3
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-1/+0
2011-11-01staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker1-0/+1
2011-09-27staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-7/+7
2011-09-27staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron1-1/+1
2011-09-27staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron1-2/+2
2011-09-07staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron1-8/+0
2011-08-25staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron1-1/+1
2011-08-25staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron1-1/+1
2011-08-24staging:iio:accel header housekeeping - remove unecessary includes.Jonathan Cameron1-7/+0
2011-08-24staging:iio:accel: usused header removals.Jonathan Cameron1-1/+0
2011-06-29staging:iio:accel:adis16240 allocate tx and rx in state plus state via iio_privJonathan Cameron1-4/+4
2011-05-20staging:iio: poll func allocation clean up.Jonathan Cameron1-16/+10
2011-05-20staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-6/+10
2011-05-20staging:iio:accel:adis16240 move to chan_spec based setup.Jonathan Cameron1-49/+6
2011-05-20staging:iio:accel:adis16240 move to irqchip based trigger handling.Jonathan Cameron1-35/+31
2010-09-21staging: iio: adis16240 add _index attribute registrationJonathan Cameron1-0/+7
2010-09-21staging: iio: Remove unused bit_count from struct iio_scan_elJonathan Cameron1-12/+6
2010-09-21staging: iio: adis16240 add _type attributes for all scan elementsJonathan Cameron1-0/+10
2010-08-31staging: iio sync drivers with current ABIManuel Stahl1-6/+6
2010-08-31staging: iio move scan_elements into ring bufferManuel Stahl1-17/+16
2010-08-31staging: iio rename ring attributesManuel Stahl1-1/+1
2010-07-22staging: iio: Make extensive use of iio_sw_ring_preenableJonathan Cameron1-27/+2
2010-07-22staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent drive...Jonathan Cameron1-9/+0
2010-07-22staging: iio: replace combine_8_to_16 with be16_to_cpup where possible.Jonathan Cameron1-14/+3
2010-07-22staging: iio: remove timestamp field from trigger and pass instead through po...Jonathan Cameron1-2/+2
2010-07-22staging: iio: Add iio_triggered_ring postenable and predisable + use in driversJonathan Cameron1-18/+2
2010-07-22staging: iio: Add and convert drivers to use iio_alloc_pollfuncJonathan Cameron1-7/+4
2010-06-19Staging: iio: pull in slab.h for kmalloc funcsMike Frysinger1-0/+1
2010-05-12staging: iio: adis16240 driverBarry Song1-0/+254