aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel/adis16209_ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-2/+3
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-7/+7
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:various move default scan mask setting after ring register or removeJonathan Cameron1-10/+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:accel header housekeeping - remove unecessary includes.Jonathan Cameron1-7/+0
2011-08-23staging:iio:accel: usused header removals.Jonathan Cameron1-1/+0
2011-06-28staging:iio:accel:adis16209 allocate tx and rx in state plus state via iio_privJonathan Cameron1-4/+4
2011-05-19staging:iio: poll func allocation clean up.Jonathan Cameron1-15/+9
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-6/+10
2011-05-19staging:iio:accel:adis16209 move to chan_spec based setup.Jonathan Cameron1-63/+8
2011-05-19staging:iio:accel:adis16209 move to irqchip based trigger handling.Jonathan Cameron1-32/+30
2010-11-09staging: iio: adis16209: tuning spi delay to make hardware more stableBarry Song1-1/+1
2010-09-21staging: iio: adis16209 add _index attribute registrationJonathan Cameron1-0/+9
2010-09-21staging: iio: Remove unused bit_count from struct iio_scan_elJonathan Cameron1-13/+8
2010-09-21staging: iio: adis16209 add _type attributes for all scan elementsJonathan Cameron1-1/+14
2010-08-31staging: iio sync drivers with current ABIManuel Stahl1-6/+6
2010-08-31staging: iio move scan_elements into ring bufferManuel Stahl1-21/+20
2010-08-31staging: iio rename ring attributesManuel Stahl1-1/+1
2010-07-22staging: iio: Make extensive use of iio_sw_ring_preenableJonathan Cameron1-29/+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: pull in slab.h for kmalloc funcsMike Frysinger1-0/+1
2010-05-11staging: iio: adis16209 driverBarry Song1-0/+266