aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/imu/adis16475.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-18iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron1-0/+1
2021-10-19Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman1-18/+1
2021-10-19iio: adis16475: make use of the new unmasked_drdy flagNuno Sá1-18/+1
2021-09-25iio: adis16475: fix deadlock on frequency setNuno Sá1-1/+2
2021-06-13iio: imu: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean1-1/+0
2021-06-04iio: adis: Cleanout unused headersJonathan Cameron1-1/+0
2021-05-17iio: adis16475: do not directly change spi 'max_speed_hz'Nuno Sa1-5/+2
2021-05-17iio: adis16475: do not return ints in irq handlersNuno Sa1-1/+1
2021-04-07iio:imu:adis: Use IRQF_NO_AUTOEN instead of irq request then disableJonathan Cameron1-2/+3
2021-03-11iio: adis: add helpers for lockingNuno Sa1-5/+5
2021-03-11iio: adis16475: improve sync scale mode handlingNuno Sa1-28/+90
2020-09-21iio: adis16475: Drop adis_burst usageNuno Sá1-15/+3
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-9/+6
2020-05-03iio: imu: Add support for adis16475Nuno Sá1-0/+1341