summaryrefslogtreecommitdiff
path: root/drivers/iio/imu/adis16475.c
Commit message (Expand)AuthorAgeFilesLines
* iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron2022-02-181-0/+1
* Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2021-10-191-18/+1
|\
| * iio: adis16475: make use of the new unmasked_drdy flagNuno Sá2021-10-191-18/+1
* | iio: adis16475: fix deadlock on frequency setNuno Sá2021-09-251-1/+2
|/
* iio: imu: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean2021-06-131-1/+0
* iio: adis: Cleanout unused headersJonathan Cameron2021-06-041-1/+0
* iio: adis16475: do not directly change spi 'max_speed_hz'Nuno Sa2021-05-171-5/+2
* iio: adis16475: do not return ints in irq handlersNuno Sa2021-05-171-1/+1
* iio:imu:adis: Use IRQF_NO_AUTOEN instead of irq request then disableJonathan Cameron2021-04-071-2/+3
* iio: adis: add helpers for lockingNuno Sa2021-03-111-5/+5
* iio: adis16475: improve sync scale mode handlingNuno Sa2021-03-111-28/+90
* iio: adis16475: Drop adis_burst usageNuno Sá2020-09-211-15/+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-9/+6
* iio: imu: Add support for adis16475Nuno Sá2020-05-031-0/+1341