summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/gyro/adis16080_core.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-26staging:iio:adis16080: Move out of stagingLars-Peter Clausen1-260/+0
2013-01-26staging:iio:adis16080: Add scale and offset attributesLars-Peter Clausen1-6/+75
2013-01-26staging:iio:adis16080: Remove unnecessary lockLars-Peter Clausen1-5/+0
2013-01-26staging:iio:adis16080: be16 cleanupsLars-Peter Clausen1-4/+3
2013-01-26staging:iio:adis16080: Cleanup SPI transferLars-Peter Clausen1-36/+25
2013-01-26staging:iio:adis16080: Add device id table entry for the adis16100Lars-Peter Clausen1-1/+8
2013-01-10staging:iio:adis16080: Perform sign extensionLars-Peter Clausen1-1/+1
2012-11-22staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-22staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-22staging: iio: remove use of __devinitBill Pemberton1-1/+1
2012-08-27staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen1-1/+1
2012-06-15staging:iio:gyro:adis16080: remove sparse warningsLeed Aguilar1-1/+1
2012-04-30staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-2/+2
2012-04-19staging:iio:gyro Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron1-1/+5
2012-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2011-11-27staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen1-0/+1
2011-11-18staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen1-12/+1
2011-10-18staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-0/+1
2011-10-18staging:iio: gpio build dependency fixingJonathan Cameron1-1/+0
2011-10-06staging:iio: rename gyro channels to anglvelJonathan Cameron1-1/+1
2011-09-30staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron1-2/+2
2011-09-07staging:iio: rework of attribute registration.Jonathan Cameron1-7/+2
2011-08-26staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-24staging:iio:gyro:adis16080 convert to iio_chan_spec.Jonathan Cameron1-41/+51
2011-06-29staging:iio:gyro:adis16080: allocate chip state with iio_devJonathan Cameron1-29/+19
2011-05-20staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron1-2/+6
2011-05-20staging:iio: use the new central name attribute creation codeJonathan Cameron1-2/+1
2011-04-26staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-01staging:iio:gyro: adis16080 cleanup, move to abi and bug fixes.Jonathan Cameron1-66/+47
2011-02-19staging:iio:gyro:adis16080 unused stub removal and cleanupJonathan Cameron1-49/+5
2010-11-10staging: iio: gyro: new driver for ADIS16080 digital output gyrosBarry Song1-0/+271