summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/gyro/adis16260_ring.c
AgeCommit message (Expand)Author
2012-07-08staging:iio:adis16260: Do not return error code in the interrupt handlerLars-Peter Clausen
2012-05-14staging:iio:adis16260_read_ring_data: Pass IIO device directlyLars-Peter Clausen
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron
2012-04-24staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron
2012-04-24staging:iio: add caching of the number of bytes in a scan.Jonathan Cameron
2012-02-09staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen
2011-12-08staging:iio:buffer remove unused owner field from struct iio_bufferJonathan Cameron
2011-12-08staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron
2011-12-08staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron
2011-12-08staging:iio:buffer drop bpe field.Jonathan Cameron
2011-10-31staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron
2011-09-26staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron
2011-09-06staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron
2011-08-24staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron
2011-08-24staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron
2011-08-23staging:iio:gyro and meter: header housecleaning.Jonathan Cameron
2011-08-23staging:iio:various header includes that should never have been.Jonathan Cameron
2011-06-28staging:iio:gyro:adis16260: allocate chip state with iio_dev and use iio_priv...Jonathan Cameron
2011-05-19staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron
2011-05-19staging:iio:gyro:adis16260 move to chan_spec based setup.Jonathan Cameron
2011-05-19staging:iio:gyro:adis16260 move to irqchip based trigger handling.Jonathan Cameron
2010-09-21staging: iio: adis16260 add _index attribute registrationJonathan Cameron
2010-09-21staging: iio: Remove unused bit_count from struct iio_scan_elJonathan Cameron
2010-09-21staging: iio: adis16260 add _type attributes for all scan elementsJonathan Cameron
2010-08-31staging: iio sync drivers with current ABIManuel Stahl
2010-08-31staging: iio move scan_elements into ring bufferManuel Stahl
2010-08-31staging: iio rename ring attributesManuel Stahl
2010-07-22staging: iio: Make extensive use of iio_sw_ring_preenableJonathan Cameron
2010-07-22staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent drive...Jonathan Cameron
2010-07-22staging: iio: replace combine_8_to_16 with be16_to_cpup where possible.Jonathan Cameron
2010-07-22staging: iio: remove timestamp field from trigger and pass instead through po...Jonathan Cameron
2010-07-22staging: iio: Add iio_triggered_ring postenable and predisable + use in driversJonathan Cameron
2010-07-22staging: iio: Add and convert drivers to use iio_alloc_pollfuncJonathan Cameron
2010-06-18Staging: iio: pull in slab.h for kmalloc funcsMike Frysinger
2010-05-14staging: iio: adis16260 digital gyro driverBarry Song