aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/iio/gyro/adxrs450_core.c
AgeCommit message (Expand)Author
2013-02-02staging:iio:adxrs450: Move header file contents to main fileLars-Peter Clausen
2013-02-02staging:iio:adxrs450: Fixup kernel doc commentsLars-Peter Clausen
2013-02-02staging:iio:adxrs450: Use usleep_range for the sequential transfer dealyLars-Peter Clausen
2013-02-02staging:iio:adxrs450: Don't split string across multiple linesLars-Peter Clausen
2013-02-02staging:iio:adxrs450: Reflow overlong linesLars-Peter Clausen
2013-02-02staging:iio:adxrs450: Don't spam the bootlogLars-Peter Clausen
2013-02-02staging:iio:adxrs450: Reject out of range calibscale valuesLars-Peter Clausen
2013-02-02staging:iio:adxrs450: Perform sign extension for the calibbias registerLars-Peter Clausen
2013-02-02staging:iio:adxrs450: Make transfer buffers __be32Lars-Peter Clausen
2013-02-02Partially revert "staging:iio:gyro:adxrs450 make more use of spi_read and spi...Lars-Peter Clausen
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton
2012-11-21staging: iio: remove use of __devexitBill Pemberton
2012-11-21staging: iio: remove use of __devinitBill Pemberton
2012-08-27staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron
2012-04-18staging:iio:gyro Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-12-16iio: gyro: ADXRS450: Add support for ADXRS453 Digital GyroscopeMichael Hennerich
2011-12-16iio: gyro: ADXRS450: Add missing read support for calibbias attributeMichael Hennerich
2011-12-16iio: gyro: ADXRS450: Add missing scale attributesMichael Hennerich
2011-11-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron
2011-10-17staging:iio: gpio build dependency fixingJonathan Cameron
2011-10-05staging:iio: rename gyro channels to anglvelJonathan Cameron
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker
2011-08-23staging:iio:gyro:adxrs450 squish some trivial single call point wrappers func...Jonathan Cameron
2011-08-23staging:iio:gyro:adxrs450 make more use of spi_read and spi_write.Jonathan Cameron
2011-08-23staging:iio:gyro:adxrs450 move to iio_chan_spec registrationJonathan Cameron
2011-06-28staging:iio:gyro:adxrs450: allocate chip state with iio_devJonathan Cameron
2011-05-19staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron
2011-05-03IIO: GYRO: ADXRS450: Don't exit probe, in case the power on default is not met.Michael Hennerich
2011-05-03IIO: GYRO: ADXRS450: Fix sign issues, properly shift results and limit valuesMichael Hennerich
2011-05-03IIO: GYRO: ADXRS450: enforce sequential transfer delay of at least 0.1msMichael Hennerich
2011-05-03IIO: GYRO: ADXRS450: Add missing parity bit generationMichael Hennerich
2011-05-03IIO: GYRO: ADXRS450: Cleanup result extraction and update license noticeMichael Hennerich
2011-05-03IIO: GYRO: ADXRS450: Don't issue two messages, use two transfersMichael Hennerich
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron
2011-04-20IIO: GYRO: IIO driver for Analog Devices Digital Output Gyroscope ADXRS450Michael Hennerich