index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
imu
/
adis.c
Age
Commit message (
Expand
)
Author
2020-04-25
iio: adis: Add adis_update_bits() APIs
Nuno Sá
2020-04-19
iio: imu: adis: Add a missing '\n' in a log message
Christophe JAILLET
2020-03-08
iio: imu: adis: add support product ID check in adis_initial_startup
Alexandru Ardelean
2020-03-08
iio: imu: adis: Refactor adis_initial_startup
Nuno Sá
2020-03-08
iio: imu: adis: Add self_test_reg variable
Nuno Sá
2020-03-08
iio: imu: adis: add unlocked __adis_initial_startup()
Alexandru Ardelean
2020-01-13
iio: imu: adis: use new `delay` structure for SPI transfer delays
Alexandru Ardelean
2020-01-12
iio: adis: Introduce timeouts structure
Nuno Sá
2020-01-10
Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
2019-11-27
Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-11-23
iio: imu: adis: group single conversion under a single state lock
Alexandru Ardelean
2019-11-23
iio: imu: adis: protect initial startup routine with state lock
Alexandru Ardelean
2019-11-23
iio: imu: adis: create an unlocked version of adis_reset()
Alexandru Ardelean
2019-11-23
iio: imu: adis: create an unlocked version of adis_check_status()
Alexandru Ardelean
2019-11-23
iio: imu: adis[16480]: group RW into a single lock in adis_enable_irq()
Alexandru Ardelean
2019-11-23
iio: imu: adis: add unlocked read/write function versions
Alexandru Ardelean
2019-11-23
iio: imu: adis: rename txrx_lock -> state_lock
Alexandru Ardelean
2019-11-03
iio: imu: adis: assign read val in debugfs hook only if op successful
Alexandru Ardelean
2019-11-03
iio: imu: adis: check ret val for non-zero vs less-than-zero
Alexandru Ardelean
2019-10-15
spi: make `cs_change_delay` the first user of the `spi_delay` logic
Alexandru Ardelean
2019-07-27
iio: imu: adis: Add support for SPI transfer cs_change_delay
Alexandru Ardelean
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149
Thomas Gleixner
2018-07-07
iio:imu:adis: Mark expected switch fall-throughs
Gustavo A. R. Silva
2016-04-16
iio:adis: Add support for manual self-test flag clear
Lars-Peter Clausen
2012-11-20
iio:imu: Add support for the ADIS16480 and similar IMUs
Lars-Peter Clausen
2012-11-20
iio:imu:adis: Add paging support
Lars-Peter Clausen
2012-11-20
iio:imu:adis: Add support for 32bit registers
Lars-Peter Clausen
2012-11-20
iio:imu:adis: Add debugfs register access support
Lars-Peter Clausen
2012-11-19
staging:iio: Move adis library out of staging
Lars-Peter Clausen