summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/gyro/adis16260_core.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:gyro: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-4/+4
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-3/+3
* staging:iio:gyro Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron2012-04-181-5/+10
* staging:iio:gyro:adis16260 unwind use of IIO_CHAN macro.Jonathan Cameron2012-04-131-24/+65
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-20/+25
|\
| * staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.Jonathan Cameron2011-12-081-5/+10
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-261-0/+1
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-261-14/+13
| * staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-261-7/+7
| * staging:iio: header reorganizationJonathan Cameron2011-11-261-1/+1
* | staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen2011-11-171-12/+1
|/
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-171-1/+3
* staging:iio: gpio build dependency fixingJonathan Cameron2011-10-171-1/+0
* staging:iio: rename gyro channels to anglvelJonathan Cameron2011-10-051-4/+4
* staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron2011-09-291-3/+3
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-261-11/+11
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-261-1/+1
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-061-9/+6
* staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron2011-09-061-1/+8
* staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron2011-09-061-1/+1
* staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron2011-09-061-3/+3
* staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron2011-09-061-3/+3
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-251-0/+1
* staging:iio:gyro:adis16260 remove some unused headersJonathan Cameron2011-08-231-2/+0
* Staging: iio: add some unlocks to raw_read() functionsDan Carpenter2011-08-021-2/+6
* staging:iio:gyro:adis16260 fix missing num_channels setup.Jonathan Cameron2011-07-051-1/+1
* staging:iio:gyro:adis16260: allocate chip state with iio_dev and use iio_priv...Jonathan Cameron2011-06-281-61/+37
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-191-4/+8
* staging:iio:gyro:adis16260 move to chan_spec based setup.Jonathan Cameron2011-05-191-218/+232
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-191-3/+1
* staging:iio:adis16260 replace unnecessary event line registration.Jonathan Cameron2011-04-251-24/+1
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-251-1/+1
* staging:iio:gyro: add adis16251 support to adis16260 driverJonathan Cameron2011-02-281-10/+39
* staging: iio: adis16260 add suppport for adis16255 and adis16250.Jonathan Cameron2010-11-291-39/+94
* staging: iio: adis16260 add id table supportJonathan Cameron2010-11-291-0/+7
* staging: iio: gyro: make sure grep can find the ADIS16265 supportMichael Hennerich2010-11-091-1/+1
* staging: iio: adc add numbers to naming of all adc channels as needed to asso...Jonathan Cameron2010-10-081-8/+8
* staging: iio sync scale unitsManuel Stahl2010-08-311-0/+2
* staging: iio sync drivers with current ABIManuel Stahl2010-08-311-10/+10
* staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent drive...Jonathan Cameron2010-07-221-6/+4
* Staging: iio: pull in slab.h for kmalloc funcsMike Frysinger2010-06-181-1/+1
* staging: iio: adis16260 digital gyro driverBarry Song2010-05-141-0/+661