aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/imu/adis16400_ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-26staging:iio: Move adis16400 out of stagingLars-Peter Clausen1-96/+0
2013-01-26staging:iio:adis16400: Preallocate transfer messageLars-Peter Clausen1-134/+58
2013-01-26staging:iio:adis16400: Use triggered buffer setup helper functionLars-Peter Clausen1-40/+7
2013-01-26staging:iio:adis16400: Use adis libraryLars-Peter Clausen1-29/+30
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron1-3/+2
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen1-1/+1
2012-09-06staging:iio: Use iio_push_to_bufferLars-Peter Clausen1-1/+1
2012-07-08staging:iio:adis16400: Do not return error code in the interrupt handlerLars-Peter Clausen1-8/+5
2012-05-14staging:iio:adis16400_ring: Pass IIO device directlyLars-Peter Clausen1-7/+5
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-2/+2
2012-04-24staging:iio: add caching of the number of bytes in a scan.Jonathan Cameron1-2/+2
2012-02-09staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen1-2/+0
2011-12-08staging:iio:buffer remove unused owner field from struct iio_bufferJonathan Cameron1-1/+0
2011-12-08staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron1-8/+11
2011-12-08staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron1-1/+1
2011-12-08staging:iio:buffer drop bpe field.Jonathan Cameron1-1/+0
2011-10-31staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker1-0/+1
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-13/+12
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-2/+3
2011-09-06staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron1-3/+0
2011-08-24staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron1-1/+1
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:various header includes that should never have been.Jonathan Cameron1-1/+0
2011-08-23staging:iio:imu:adis16400 remove now unused headers.Jonathan Cameron1-7/+0
2011-06-07staging: iio: error case memory leak fixAndre Bartke1-3/+7
2011-05-19staging:iio: poll func allocation clean up.Jonathan Cameron1-14/+9
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-6/+10
2011-05-19staging:iio:imu:adis16400 avoid allocating rx, tx, and state separately from iio_dev.Jonathan Cameron1-9/+8
2011-05-19staging:iio:imu:adis16350 etc support into adis16400 driver.Jonathan Cameron1-19/+70
2011-05-19staging:iio:imu:adis16400 move to irq based triggers and channel spec channel registration.Jonathan Cameron1-121/+39
2011-04-05staging: IIO: IMU: ADIS16400: Make sure only enabled scan_elements are pushed into the ringMichael Hennerich1-3/+7
2011-04-05staging: IIO: IMU: ADIS16400: Fix up SPI messages cs_change behaviorMichael Hennerich1-2/+0
2010-10-08staging: iio: adc add numbers to naming of all adc channels as needed to associate events with them.Jonathan Cameron1-12/+12
2010-09-21staging: iio: adis16400 add _index attribute registrationJonathan Cameron1-0/+13
2010-09-21staging: iio: Remove unused bit_count from struct iio_scan_elJonathan Cameron1-23/+12
2010-09-21staging: iio: adis16400 add _type attributes for all scan elementsJonathan Cameron1-0/+15
2010-08-31staging: iio sync drivers with current ABIManuel Stahl1-6/+6
2010-08-31staging: iio move scan_elements into ring bufferManuel Stahl1-25/+24
2010-08-31staging: iio rename ring attributesManuel Stahl1-1/+1
2010-07-22staging: iio: Make extensive use of iio_sw_ring_preenableJonathan Cameron1-24/+2
2010-07-22staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent driver stubsJonathan Cameron1-10/+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 pollfuncsJonathan 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-18Staging: iio: adis16400: fix some minor issues and clean-upBarry Song1-0/+48
2010-06-18Staging: iio: pull in slab.h for kmalloc funcsMike Frysinger1-0/+1
2010-05-11staging:iio:imu ADIS16400 and ADIS16405 driverBarry Song1-0/+245