summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/adis16480.c
Commit message (Expand)AuthorAgeFilesLines
* iio: imu: adis16480: make use of irq_get_trigger_type()Nuno Sa2024-02-171-8/+1
* iio: imu: adis16480: Improve getting the optional clocksAndy Shevchenko2022-04-281-16/+10
* iio: imu: adis16480: Use temporary variable for struct deviceAndy Shevchenko2022-04-281-23/+23
* iio: imu: adis16480: Make use of device propertiesAndy Shevchenko2022-04-281-13/+14
* Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-03-181-0/+1
|\
| * iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron2022-02-181-0/+1
* | iio:imu:adis16480: fix buffering for devices with no burst modeNuno Sá2022-01-231-1/+6
|/
* iio: adis16480: fix devices that do not support sleep modeNuno Sá2021-09-261-3/+11
* iio: imu: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean2021-06-131-2/+0
* iio: adis: Cleanout unused headersJonathan Cameron2021-06-041-6/+0
* iio: adis16480: support burst read functionNuno Sa2021-06-031-13/+147
* iio: adis: add helpers for lockingNuno Sa2021-03-111-8/+7
* iio: adis16480: fix pps mode sampling frequency mathNuno Sa2021-03-111-34/+94
* iio: adis16480: Use Managed device functionsNuno Sá2020-09-161-30/+25
* iio: adis16480: Use irq types instead of flagsNuno Sá2020-07-071-3/+3
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: imu: adis16xxx: use helper to access iio core debugfs dirAlexandru Ardelean2020-05-031-10/+6
* iio: adis16480: Make use of __adis_initial_startupNuno Sá2020-03-081-56/+24
* iio: imu: adis: Add self_test_reg variableNuno Sá2020-03-081-0/+1
* iio: imu: adis16480: initialize adis_data staticallyAlexandru Ardelean2020-03-081-78/+62
* iio: imu: adis16480: Add support for ADIS16490Stefan Popa2020-01-181-0/+17
* iio: adis: Introduce timeouts structureNuno Sá2020-01-121-1/+57
* iio: imu: adis16480: use state lock for filter freq setAlexandru Ardelean2019-11-231-3/+10
* iio: imu: adis[16480]: group RW into a single lock in adis_enable_irq()Alexandru Ardelean2019-11-231-2/+2
* Merge tag 'iio-for-5.5c' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2019-11-131-54/+62
|\
| * iio: adis16480: Add debugfs_reg_access entryNuno Sá2019-11-111-0/+1
| * iio: adis16480: Fix scales factorsNuno Sá2019-11-111-36/+41
| * iio: imu: adis16480: assign bias value only if operation succeededAlexandru Ardelean2019-11-031-2/+4
| * iio: imu: adis16480: prefer `unsigned int` over `unsigned`Alexandru Ardelean2019-11-031-1/+1
| * iio: imu: adis16480: fix indentation of return statementAlexandru Ardelean2019-11-031-1/+1
| * iio: imu: adis16480: check ret val for non-zero vs less-than-zeroAlexandru Ardelean2019-11-031-14/+14
* | iio: imu: adis16480: make sure provided frequency is positiveAlexandru Ardelean2019-10-121-1/+4
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* iio: imu: adis16480: Add support for external clockStefan Popa2019-04-041-7/+179
* iio: imu: adis16480: Add support for ADIS1649x family of devicesStefan Popa2019-04-041-0/+97
* iio: imu: adis16480: Deal with filter freq in a generic wayStefan Popa2019-04-041-4/+9
* iio: imu: adis16480: Calculate the sampling frequency in a generic wayStefan Popa2019-04-041-4/+14
* iio: imu: adis16480: Treat temperature scale in a generic wayStefan Popa2019-04-041-3/+15
* iio: imu: adis16480: Add OF device ID tableStefan Popa2019-04-041-0/+10
* iio: imu: adis16480: Add support for configurable drdy indicatorStefan Popa2019-04-041-2/+95
* imu:adis16480: fix debugfs_simple_attr.cocci warningsVenkat Prashanth B U2018-01-081-12/+16
* Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-09-251-1/+0
|\
| * iio:imu: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* | iio: imu: adis16480: Fix acceleration scale factor for adis16480Dragos Bogdan2017-08-201-1/+1
|/
* Merge tag 'iio-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2015-12-011-1/+3
|\
| * iio: imu: check sscanf return valueIoana Ciornei2015-11-081-1/+3
* | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
|/
* iio: adis16480: Fix scale factorsLars-Peter Clausen2015-08-081-6/+33
* iio: imu: adis16480 switch sampling frequency attr to core supportJonathan Cameron2014-07-071-60/+22
* iio: imu: adis16480: Use devm_iio_device_allocSachin Kamat2013-08-031-7/+3