index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
imu
/
adis16480.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-07
iio: imu: adis16480: add devices to adis16480 driver
Darius Berghe
1
-0
/
+75
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-08-10
iio: imu: adis16480: drop ifdef around CONFIG_DEBUG_FS
Nuno Sa
1
-14
/
+4
2024-07-29
iio: imu: adis16480: make use of iio_for_each_active_channel()
Nuno Sa
1
-1
/
+1
2024-06-25
iio: imu: adis16480: make use of the new lock helpers
Nuno Sa
1
-39
/
+24
2024-06-04
iio: adis16480: add support for adis16545/7 families
Ramona Gradinariu
1
-8
/
+229
2024-06-04
iio: imu: adis16480.c: Add delta angle and delta velocity channels
Ramona Gradinariu
1
-2
/
+70
2024-06-04
iio: adis16480: make the burst_max_speed configurable
Ramona Gradinariu
1
-40
/
+44
2024-02-17
iio: imu: adis16480: make use of irq_get_trigger_type()
Nuno Sa
1
-8
/
+1
2022-04-28
iio: imu: adis16480: Improve getting the optional clocks
Andy Shevchenko
1
-16
/
+10
2022-04-28
iio: imu: adis16480: Use temporary variable for struct device
Andy Shevchenko
1
-23
/
+23
2022-04-28
iio: imu: adis16480: Make use of device properties
Andy Shevchenko
1
-13
/
+14
2022-03-18
Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-0
/
+1
2022-02-18
iio:imu:adis: Move exports into IIO_ADISLIB namespace
Jonathan Cameron
1
-0
/
+1
2022-01-23
iio:imu:adis16480: fix buffering for devices with no burst mode
Nuno Sá
1
-1
/
+6
2021-09-26
iio: adis16480: fix devices that do not support sleep mode
Nuno Sá
1
-3
/
+11
2021-06-13
iio: imu: remove unused private data assigned with spi_set_drvdata()
Alexandru Ardelean
1
-2
/
+0
2021-06-04
iio: adis: Cleanout unused headers
Jonathan Cameron
1
-6
/
+0
2021-06-03
iio: adis16480: support burst read function
Nuno Sa
1
-13
/
+147
2021-03-11
iio: adis: add helpers for locking
Nuno Sa
1
-8
/
+7
2021-03-11
iio: adis16480: fix pps mode sampling frequency math
Nuno Sa
1
-34
/
+94
2020-09-16
iio: adis16480: Use Managed device functions
Nuno Sá
1
-30
/
+25
2020-07-07
iio: adis16480: Use irq types instead of flags
Nuno Sá
1
-3
/
+3
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
1
-1
/
+0
2020-05-03
iio: imu: adis16xxx: use helper to access iio core debugfs dir
Alexandru Ardelean
1
-10
/
+6
2020-03-08
iio: adis16480: Make use of __adis_initial_startup
Nuno Sá
1
-56
/
+24
2020-03-08
iio: imu: adis: Add self_test_reg variable
Nuno Sá
1
-0
/
+1
2020-03-08
iio: imu: adis16480: initialize adis_data statically
Alexandru Ardelean
1
-78
/
+62
2020-01-18
iio: imu: adis16480: Add support for ADIS16490
Stefan Popa
1
-0
/
+17
2020-01-12
iio: adis: Introduce timeouts structure
Nuno Sá
1
-1
/
+57
2019-11-23
iio: imu: adis16480: use state lock for filter freq set
Alexandru Ardelean
1
-3
/
+10
2019-11-23
iio: imu: adis[16480]: group RW into a single lock in adis_enable_irq()
Alexandru Ardelean
1
-2
/
+2
2019-11-13
Merge tag 'iio-for-5.5c' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
1
-54
/
+62
2019-11-11
iio: adis16480: Add debugfs_reg_access entry
Nuno Sá
1
-0
/
+1
2019-11-11
iio: adis16480: Fix scales factors
Nuno Sá
1
-36
/
+41
2019-11-03
iio: imu: adis16480: assign bias value only if operation succeeded
Alexandru Ardelean
1
-2
/
+4
2019-11-03
iio: imu: adis16480: prefer `unsigned int` over `unsigned`
Alexandru Ardelean
1
-1
/
+1
2019-11-03
iio: imu: adis16480: fix indentation of return statement
Alexandru Ardelean
1
-1
/
+1
2019-11-03
iio: imu: adis16480: check ret val for non-zero vs less-than-zero
Alexandru Ardelean
1
-14
/
+14
2019-10-12
iio: imu: adis16480: make sure provided frequency is positive
Alexandru Ardelean
1
-1
/
+4
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2019-04-04
iio: imu: adis16480: Add support for external clock
Stefan Popa
1
-7
/
+179
2019-04-04
iio: imu: adis16480: Add support for ADIS1649x family of devices
Stefan Popa
1
-0
/
+97
2019-04-04
iio: imu: adis16480: Deal with filter freq in a generic way
Stefan Popa
1
-4
/
+9
2019-04-04
iio: imu: adis16480: Calculate the sampling frequency in a generic way
Stefan Popa
1
-4
/
+14
2019-04-04
iio: imu: adis16480: Treat temperature scale in a generic way
Stefan Popa
1
-3
/
+15
2019-04-04
iio: imu: adis16480: Add OF device ID table
Stefan Popa
1
-0
/
+10
2019-04-04
iio: imu: adis16480: Add support for configurable drdy indicator
Stefan Popa
1
-2
/
+95
2018-01-08
imu:adis16480: fix debugfs_simple_attr.cocci warnings
Venkat Prashanth B U
1
-12
/
+16
2017-09-25
Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
1
-1
/
+0
[next]