summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/gyro/adis16130_core.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-1/+1
2012-08-27staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen1-1/+1
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-2/+2
2012-04-18staging:iio:gyro Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron1-0/+2
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2011-11-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen1-0/+1
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen1-12/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-0/+1
2011-10-05staging:iio: rename gyro channels to anglvelJonathan Cameron1-1/+1
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-23staging:iio:gyro:adis16130 move to iio_chan_spec registration.Jonathan Cameron1-31/+26
2011-08-23staging:iio:gyro:adis16130 drop control of adc resolution.Jonathan Cameron1-72/+4
2011-08-23staging:iio:gyro:adis16130 fix adis16130_spi_read which was never selecting t...Jonathan Cameron1-3/+12
2011-06-28staging:iio:gyro:adis16130: allocate chip state with iio_dev and use iio_priv...Jonathan Cameron1-30/+20
2011-05-19staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron1-2/+6
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-3/+1
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2011-02-28staging:iio:gyro: adis16130 cleanup, move to abi and bug fixes.Jonathan Cameron1-79/+69
2011-02-18staging:iio:gyro:adis16130 stub removal and cleanupJonathan Cameron1-54/+7
2010-11-09staging: iio: gyro: new driver for ADIS16130 digital output gyrosBarry Song1-0/+313