aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/adis16136.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-04iio: adis: Cleanout unused headersJonathan Cameron1-5/+0
2021-06-03iio: adis16136: make use of adis lock helpersNuno Sá1-9/+6
2020-09-16iio: adis16136: Use Managed device functionsNuno Sá1-24/+13
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-05-03iio: imu: adis16xxx: use helper to access iio core debugfs dirAlexandru Ardelean1-6/+4
2020-03-08iio: imu: adis: Add self_test_reg variableNuno Sá1-0/+1
2020-03-08iio: gyro: adis16136: initialize adis_data staticallyAlexandru Ardelean1-40/+21
2020-01-12iio: adis: Remove startup_delayNuno Sá1-1/+0
2020-01-12iio: adis: Introduce timeouts structureNuno Sá1-1/+39
2019-11-23iio: gyro: adis16136: rework locks using ADIS library's state lockAlexandru Ardelean1-10/+21
2019-11-03iio: gyro: adis16136: check ret val for non-zero vs less-than-zeroAlexandru Ardelean1-12/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2018-01-08gyro:adis16136: fix debugfs_simple_attr.cocci warningsVenkat Prashanth B U1-6/+9
2017-08-22iio:gyro: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2015-12-01Merge tag 'iio-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-1/+3
2015-11-08iio: gyro: check sscanf return valueIoana Ciornei1-1/+3
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-08-08iio: adis16136: Add ADIS16137 supportLars-Peter Clausen1-0/+6
2013-08-17iio: gyro: adis16136: Use devm_iio_device_allocSachin Kamat1-7/+3
2013-03-17iio:gyro:adis16136 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-6/+7
2012-11-30iio: gyro: adis16136: remove duplicated include from adis16136.cWei Yongjun1-1/+0
2012-11-30iio:gyro: adis16136: divide by zero in write_frequency()Dan Carpenter1-2/+2
2012-11-20iio:gyro: Add support for the ADIS16136 gyroscopeLars-Peter Clausen1-0/+581