summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/adis.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adis: Cleanout unused headersJonathan Cameron2021-06-041-4/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* iio: adis: Add adis_update_bits() APIsNuno Sá2020-04-251-0/+25
* iio: imu: adis: Add a missing '\n' in a log messageChristophe JAILLET2020-04-191-1/+1
* iio: imu: adis: add support product ID check in adis_initial_startupAlexandru Ardelean2020-03-081-1/+22
* iio: imu: adis: Refactor adis_initial_startupNuno Sá2020-03-081-7/+22
* iio: imu: adis: Add self_test_reg variableNuno Sá2020-03-081-3/+3
* iio: imu: adis: add unlocked __adis_initial_startup()Alexandru Ardelean2020-03-081-10/+4
* iio: imu: adis: use new `delay` structure for SPI transfer delaysAlexandru Ardelean2020-01-131-9/+18
* iio: adis: Introduce timeouts structureNuno Sá2020-01-121-4/+14
* Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-01-101-44/+50
|\
| * iio: imu: adis: group single conversion under a single state lockAlexandru Ardelean2019-11-231-4/+4
| * iio: imu: adis: protect initial startup routine with state lockAlexandru Ardelean2019-11-231-6/+10
| * iio: imu: adis: create an unlocked version of adis_reset()Alexandru Ardelean2019-11-231-4/+4
| * iio: imu: adis: create an unlocked version of adis_check_status()Alexandru Ardelean2019-11-231-4/+4
| * iio: imu: adis[16480]: group RW into a single lock in adis_enable_irq()Alexandru Ardelean2019-11-231-6/+11
| * iio: imu: adis: add unlocked read/write function versionsAlexandru Ardelean2019-11-231-19/+16
| * iio: imu: adis: rename txrx_lock -> state_lockAlexandru Ardelean2019-11-231-5/+5
* | Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-271-2/+3
|\|
| * iio: imu: adis: assign read val in debugfs hook only if op successfulAlexandru Ardelean2019-11-031-1/+2
| * iio: imu: adis: check ret val for non-zero vs less-than-zeroAlexandru Ardelean2019-11-031-1/+1
* | spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean2019-10-151-12/+12
|/
* iio: imu: adis: Add support for SPI transfer cs_change_delayAlexandru Ardelean2019-07-271-0/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-2/+1
* iio:imu:adis: Mark expected switch fall-throughsGustavo A. R. Silva2018-07-071-0/+3
* iio:adis: Add support for manual self-test flag clearLars-Peter Clausen2016-04-161-1/+6
* iio:imu: Add support for the ADIS16480 and similar IMUsLars-Peter Clausen2012-11-201-0/+3
* iio:imu:adis: Add paging supportLars-Peter Clausen2012-11-201-16/+54
* iio:imu:adis: Add support for 32bit registersLars-Peter Clausen2012-11-201-53/+92
* iio:imu:adis: Add debugfs register access supportLars-Peter Clausen2012-11-201-0/+23
* staging:iio: Move adis library out of stagingLars-Peter Clausen2012-11-191-0/+337