index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
imu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: inv_mpu6050: Fully validate gyro and accel scale writes
Lars-Peter Clausen
2021-04-07
1
-6
/
+14
*
iio:imu:adis: Use IRQF_NO_AUTOEN instead of irq request then disable
Jonathan Cameron
2021-04-07
3
-9
/
+11
*
iio: inv_mpu6050: Make interrupt optional
Lars-Peter Clausen
2021-04-07
1
-19
/
+32
*
iio: inv_mpu6050: Remove superfluous indio_dev->modes assignment
Lars-Peter Clausen
2021-04-07
1
-1
/
+0
*
iio: imu: inv_mpu6050: Use as standalone trigger
Linus Walleij
2021-03-29
1
-0
/
+10
*
Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2021-03-26
13
-120
/
+221
|
\
|
*
iio: adis_trigger: Remove code to set trigger parent
Gwendal Grignou
2021-03-25
1
-8
/
+2
|
*
iio: fix devm_iio_trigger_alloc with parent.cocci
Gwendal Grignou
2021-03-25
1
-1
/
+0
|
*
iio: imu: st_lsm6dsx: Drop unneeded explicit castings
Andy Shevchenko
2021-03-25
3
-6
/
+3
|
*
iio: imu: fxos8700: Drop unneeded explicit castings
Andy Shevchenko
2021-03-25
2
-4
/
+2
|
*
iio: adis: add helpers for locking
Nuno Sa
2021-03-11
3
-25
/
+22
|
*
iio: adis16475: improve sync scale mode handling
Nuno Sa
2021-03-11
1
-28
/
+90
|
*
iio: adis16480: fix pps mode sampling frequency math
Nuno Sa
2021-03-11
1
-34
/
+94
|
*
iio: make use of devm_iio_kfifo_buffer_setup() helper
Alexandru Ardelean
2021-03-11
3
-24
/
+18
*
|
Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2021-03-15
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
iio: adis16400: Fix an error code in adis16400_initial_setup()
Dan Carpenter
2021-02-21
1
-2
/
+1
*
|
iio: imu: inv_mpu6050: Add support for MPU-6880
Stephan Gerhold
2021-01-09
5
-4
/
+25
|
/
*
iio: imu: st_lsm6dsx: fix edge-trigger interrupts
Lorenzo Bianconi
2020-12-03
1
-5
/
+21
*
iio:imu:bmi160: Fix alignment and data leak issues
Jonathan Cameron
2020-12-03
2
-4
/
+9
*
iio:imu:bmi160: Fix too large a buffer.
Jonathan Cameron
2020-12-03
1
-2
/
+2
*
iio:trigger: rename try_reenable() to reenable() plus return void
Jonathan Cameron
2020-12-03
1
-7
/
+3
*
iio: imu: st_lsm6dsx: add support to LSM6DSOP
Lorenzo Bianconi
2020-12-03
6
-3
/
+19
*
iio: imu: st_lsmdsx: compact st_lsm6dsx_sensor_settings table
Lorenzo Bianconi
2020-12-03
2
-425
/
+29
*
iio: imu: st_lsm6dsx: add vdd-vddio voltage regulator
Lorenzo Bianconi
2020-11-25
2
-0
/
+43
*
Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2020-11-24
7
-5
/
+221
|
\
|
*
iio: remove unneeded break
Tom Rix
2020-11-01
1
-1
/
+0
|
*
iio: imu: st_lsm6dsx: add support to LSM6DST
Lorenzo Bianconi
2020-10-10
6
-4
/
+221
*
|
iio: imu: st_lsm6dsx: set 10ms as min shub slave timeout
Lorenzo Bianconi
2020-11-01
1
-2
/
+4
|
/
*
Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2020-09-22
12
-319
/
+197
|
\
|
*
iio:imu:inv_mpu6050: Use regmap_noinc_read for fifo reads.
Jonathan Cameron
2020-09-21
1
-2
/
+2
|
*
iio:imu:inv_mpu6050 Fix dma and ts alignment and data leak issues.
Jonathan Cameron
2020-09-21
2
-10
/
+14
|
*
iio:imu:st_lsm6dsx Fix alignment and data leak issues
Jonathan Cameron
2020-09-21
2
-16
/
+32
|
*
iio:imu:st_lsm6dsx: check st_lsm6dsx_shub_read_output return
Tom Rix
2020-09-21
1
-0
/
+2
|
*
iio: imu: st_lsm6dsx: Scaling factor type set to IIO_VAL_INT_PLUS_NANO
Mario Tesi
2020-09-21
1
-57
/
+77
|
*
iio: adis16475: Drop adis_burst usage
Nuno Sá
2020-09-21
1
-15
/
+3
|
*
iio: adis16400: Drop adis_burst usage
Nuno Sá
2020-09-21
1
-19
/
+13
|
*
iio: adis: Move burst mode into adis_data
Nuno Sá
2020-09-21
1
-7
/
+5
|
*
iio:imu:adis16400: Sort out missing kernel doc.
Jonathan Cameron
2020-09-17
1
-0
/
+2
|
*
iio: adis: Drop non Managed device functions
Nuno Sá
2020-09-16
2
-120
/
+4
|
*
iio: adis16480: Use Managed device functions
Nuno Sá
2020-09-16
1
-30
/
+25
|
*
iio: adis16460: Use Managed device functions
Nuno Sá
2020-09-16
1
-21
/
+4
|
*
iio: adis16400: Use Managed device functions
Nuno Sá
2020-09-16
1
-23
/
+15
*
|
Merge 5.9-rc5 into staging-next
Greg Kroah-Hartman
2020-09-14
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-3
/
+3
*
|
iio: imu: inv_mpu6050: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-03
1
-14
/
+6
|
/
*
iio: imu: st_lsm6dsx: reset hw ts after resume
Lorenzo Bianconi
2020-07-22
3
-11
/
+17
*
iio: imu: st_lsm6dsx: st_lsm6dsx: Mark 'st_lsm6dsx_accel_ext_info' as __maybe...
Lee Jones
2020-07-20
1
-1
/
+2
*
iio: imu: st_lsm6dsx: st_lsm6dsx_shub: Demote obvious misuse of kerneldoc to ...
Lee Jones
2020-07-20
1
-4
/
+4
*
iio: imu: inv_mpu6050: inv_mpu_ring: Demote seemingly unintentional kerneldoc...
Lee Jones
2020-07-20
1
-1
/
+1
*
iio: imu: inv_mpu6050: inv_mpu_core: Demote obvious misuse of kerneldoc to st...
Lee Jones
2020-07-20
1
-7
/
+7
[next]