summaryrefslogtreecommitdiff
path: root/drivers/iio/imu/adis16400.c
AgeCommit message (Expand)Author
2023-03-11iio: imu: Replace all spi->chip_select and spi->cs_gpiod references with func...Amit Kumar Mahapatra
2022-11-23iio: imu: adis16400: Call '__adis_initial_startup()' in probeRamona Bolboaca
2022-02-18iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron
2021-10-19iio: imu: adis16400: Fix buffer alignment requirements.Jonathan Cameron
2021-06-13iio: imu: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean
2021-06-04iio: adis: Cleanout unused headersJonathan Cameron
2021-05-17iio: adis16400: do not directly change spi 'max_speed_hz'Nuno Sa
2021-05-17iio: adis16400: do not return ints in irq handlersNuno Sa
2021-03-26Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-03-11iio: adis: add helpers for lockingNuno Sa
2021-02-21iio: adis16400: Fix an error code in adis16400_initial_setup()Dan Carpenter
2020-09-21iio: adis16400: Drop adis_burst usageNuno Sá
2020-09-17iio:imu:adis16400: Sort out missing kernel doc.Jonathan Cameron
2020-09-16iio: adis16400: Use Managed device functionsNuno Sá
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2020-05-03iio: imu: adis16xxx: use helper to access iio core debugfs dirAlexandru Ardelean
2020-04-25iio: adis: Support different burst sizesNuno Sá
2020-04-19iio: imu: adis16400: use DEFINE_DEBUGFS_ATTRIBUTE instead of DEFINE_SIMPLE_AT...Rohit Sarkar
2020-03-08iio: imu: adis: Add self_test_reg variableNuno Sá
2020-03-08iio: imu: adis16400: initialize adis_data staticallyAlexandru Ardelean
2020-01-12iio: adis: Remove startup_delayNuno Sá
2020-01-12iio: adis: Introduce timeouts structureNuno Sá
2019-11-23iio: imu: adis16400: rework locks using ADIS library's state lockAlexandru Ardelean
2019-11-03iio: imu: adis16400: check ret val for non-zero vs less-than-zeroAlexandru Ardelean
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-04iio: imu: adis16400: move adis16400.h into adis16400.cAlexandru Ardelean
2019-04-04iio: imu: adis16400: rename adis16400_core.c -> adi16400.cAlexandru Ardelean