summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/adis16400.c
Commit message (Expand)AuthorAgeFilesLines
* iio: imu: adis16400: Call '__adis_initial_startup()' in probeRamona Bolboaca2022-11-231-1/+1
* iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron2022-02-181-0/+1
* iio: imu: adis16400: Fix buffer alignment requirements.Jonathan Cameron2021-10-191-5/+15
* 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-7/+0
* iio: adis16400: do not directly change spi 'max_speed_hz'Nuno Sa2021-05-171-13/+2
* iio: adis16400: do not return ints in irq handlersNuno Sa2021-05-171-3/+0
* Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-03-261-12/+10
|\
| * iio: adis: add helpers for lockingNuno Sa2021-03-111-12/+10
* | iio: adis16400: Fix an error code in adis16400_initial_setup()Dan Carpenter2021-02-211-2/+1
|/
* iio: adis16400: Drop adis_burst usageNuno Sá2020-09-211-19/+13
* iio:imu:adis16400: Sort out missing kernel doc.Jonathan Cameron2020-09-171-0/+2
* iio: adis16400: Use Managed device functionsNuno Sá2020-09-161-23/+15
* 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-6/+4
* iio: adis: Support different burst sizesNuno Sá2020-04-251-1/+1
* iio: imu: adis16400: use DEFINE_DEBUGFS_ATTRIBUTE instead of DEFINE_SIMPLE_AT...Rohit Sarkar2020-04-191-9/+10
* iio: imu: adis: Add self_test_reg variableNuno Sá2020-03-081-0/+1
* iio: imu: adis16400: initialize adis_data staticallyAlexandru Ardelean2020-03-081-76/+63
* iio: adis: Remove startup_delayNuno Sá2020-01-121-1/+0
* iio: adis: Introduce timeouts structureNuno Sá2020-01-121-1/+62
* iio: imu: adis16400: rework locks using ADIS library's state lockAlexandru Ardelean2019-11-231-26/+25
* iio: imu: adis16400: check ret val for non-zero vs less-than-zeroAlexandru Ardelean2019-11-031-11/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* iio: imu: adis16400: move adis16400.h into adis16400.cAlexandru Ardelean2019-04-041-1/+175
* iio: imu: adis16400: rename adis16400_core.c -> adi16400.cAlexandru Ardelean2019-04-041-0/+1055