summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/gyro
AgeCommit message (Expand)AuthorFilesLines
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 Clausen2-3/+10
2013-01-26staging:iio:gyro: Remove stale Makefile entryLars-Peter Clausen1-3/+0
2013-01-09staging:iio:adis16080: Perform sign extensionLars-Peter Clausen1-1/+1
2012-12-27staging:iio:adis16260: Select adislibLars-Peter Clausen1-2/+2
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton5-6/+6
2012-11-21staging: iio: remove use of __devexitBill Pemberton5-6/+6
2012-11-21staging: iio: remove use of __devinitBill Pemberton5-6/+6
2012-11-19staging:iio: Move adis library out of stagingLars-Peter Clausen1-1/+1
2012-11-19staging:iio:adis: Preallocate transfer messageLars-Peter Clausen1-0/+1
2012-11-19staging:iio:adis16260: Use adis libraryLars-Peter Clausen5-685/+94
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron1-1/+1
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman1-12/+17
2012-10-19staging:iio: Fix adis16260 channel offsets and scalesLars-Peter Clausen1-12/+17
2012-10-19staging:iio: Remove unused DRIVER_NAME definesLars-Peter Clausen1-2/+0
2012-10-19drivers/staging/iio: Remove unnecessary semicolonPeter Senna Tschudin1-2/+2
2012-09-22staging:iio:adis16200: Do not return a error in remove functionLars-Peter Clausen1-8/+2
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman1-0/+2
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen1-1/+1
2012-09-06staging:iio: Use iio_push_to_bufferLars-Peter Clausen1-2/+1
2012-08-27staging:iio: prevent divide by zero bugsDan Carpenter1-0/+2
2012-08-27staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen5-6/+6
2012-07-14staging:iio:adis16260: Fix drvdata inconsistencyLars-Peter Clausen1-1/+1
2012-07-08staging:iio:adis16260: Do not return error code in the interrupt handlerLars-Peter Clausen1-2/+3
2012-06-30staging:iio:gyro:adis16260 drop sysfs interface for manual device reset.Jonathan Cameron1-19/+0
2012-06-15staging: iio: Remove superfluous flush_scheduled_workLars-Peter Clausen1-2/+0
2012-06-14staging:iio:gyro:adis16080: remove sparse warningsLeed Aguilar1-1/+1
2012-05-14staging:iio:gyro: Use dev_to_iio_dev()Lars-Peter Clausen1-4/+4
2012-05-14staging:iio:adis16260_read_ring_data: Pass IIO device directlyLars-Peter Clausen1-4/+3
2012-05-08staging: iio: Fix typo in iioMasanari Iida1-1/+1
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen6-18/+18
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron7-15/+15
2012-04-24staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron1-1/+1
2012-04-24staging:iio: add caching of the number of bytes in a scan.Jonathan Cameron1-2/+1
2012-04-18staging:iio:gyro Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron5-13/+32
2012-04-13staging:iio:gyro:adis16260 unwind use of IIO_CHAN macro.Jonathan Cameron1-24/+65
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+0
2012-02-28includecheck: delete any duplicate instances of module.hPaul Gortmaker1-1/+0
2012-02-09staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen1-2/+0
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-52/+111
2011-12-16iio: gyro: ADXRS450: Add support for ADXRS453 Digital GyroscopeMichael Hennerich3-21/+50
2011-12-16iio: gyro: ADXRS450: Add missing read support for calibbias attributeMichael Hennerich1-0/+7
2011-12-16iio: gyro: ADXRS450: Add missing scale attributesMichael Hennerich1-4/+20
2011-12-08staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.Jonathan Cameron1-5/+10
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-11-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen4-0/+4
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron3-22/+21