summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/gyro/adis16060_core.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-10staging: iio: Drop ADIS16060 driver from stagingJonathan Cameron1-234/+0
2017-08-22staging:iio:gyro:adis16060 drop assign iio_info.driver_moduleJonathan Cameron1-1/+0
2017-04-02iio: gyro: adis16060: Change the name of function.simran singhal1-2/+2
2017-03-23staging: iio: adis16060: Remove iio_dev mlock and refactor codesimran singhal1-25/+10
2017-03-13staging: iio: gyro: Remove & on function name to conform to similar IIO driverssimran singhal1-1/+1
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-2/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-2/+0
2015-10-27staging: iio: adis16060_core: Fix error handlingCristina Moraru1-4/+10
2015-10-24staging: iio: gyro: Remove explicit comparisonsCristina Moraru1-1/+1
2014-08-07staging: iio: adis16060: Fix coding style problemOussama Jabbari1-0/+1
2013-11-24staging: iio: adis16060: Use devm_iio_device_registerSachin Kamat1-9/+1
2013-08-17iio: gyro: adis16060_core: Use devm_iio_device_allocSachin Kamat1-13/+4
2013-03-17staging:iio:gyro:adis16060 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-6/+5
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-2/+2
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-2/+2
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-2/+2
2012-08-27staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen1-2/+2
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-2/+6
2012-02-28includecheck: delete any duplicate instances of module.hPaul Gortmaker1-1/+0
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-4/+4
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-2/+2
2011-10-31staging: Add module.h to more drivers implicitly using it.Paul Gortmaker1-0/+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-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron1-2/+2
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-6/+2
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-23staging:iio:gyro:adis16060 convert to iio_chan_specJonathan Cameron1-54/+61
2011-06-28staging:iio:gyro:adis16060 allocate chip state with iio_dev.Jonathan Cameron1-34/+25
2011-05-19staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron1-2/+6
2011-04-25staging: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-02-28staging:iio:gyro: adis16060 cleanup, move to abi and bug fixes.Jonathan Cameron1-76/+49
2011-02-18staging:iio:gyro:adis16060 cleanup and dead code removalJonathan Cameron1-46/+13
2010-11-09staging: iio: gyro: new driver for ADIS16060 digital output gyrosBarry Song1-0/+319