index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
imu
Age
Commit message (
Expand
)
Author
Lines
2026-03-15
iio: imu: bmi160: Remove potential undefined behavior in bmi160_config_pin()
Josh Poimboeuf
-10
/
+5
2026-03-07
iio: imu: adis16550: fix swapped gyro/accel filter functions
Antoniu Miclaus
-4
/
+4
2026-03-01
iio: imu: bno055: fix BNO055_SCAN_CH_COUNT off by one
David Lechner
-1
/
+1
2026-03-01
iio: imu: st_lsm6dsx: Set buffer sampling frequency for accelerometer only
Francesco Lavra
-1
/
+10
2026-03-01
iio: imu: st_lsm6dsx: Set FIFO ODR for accelerometer and gyroscope only
Francesco Lavra
-0
/
+4
2026-02-23
iio: imu: adis: Fix NULL pointer dereference in adis_init
Radu Sabau
-1
/
+1
2026-02-23
iio: imu: inv_icm45600: fix regulator put warning when probe fails
Jean-Baptiste Maneyrol
-1
/
+6
2026-02-23
iio: imu: inv_icm45600: fix INT1 drive bit inverted
Jean-Baptiste Maneyrol
-3
/
+3
2026-02-23
iio: imu: inv-mpu9150: fix irq ack preventing irq storms
Andreas Kemnade
-1
/
+14
2026-02-23
iio: imu: inv_icm42600: fix odr switch when turning buffer off
Jean-Baptiste Maneyrol
-0
/
+4
2026-02-23
iio: imu: inv_icm42600: fix odr switch to the same value
Jean-Baptiste Maneyrol
-0
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
2026-02-02
Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
-205
/
+420
2026-01-16
iio: imu: smi330: Convert to common field_{get,prep}() helpers
Geert Uytterhoeven
-6
/
+2
2026-01-11
iio: bmi270_i2c: Add MODULE_DEVICE_TABLE for BMI260/270
Derek J. Clark
-0
/
+3
2025-12-21
iio: imu: inv_icm42600: enable temp polling when buffer is on
Jean-Baptiste Maneyrol
-3
/
+0
2025-12-21
iio: imu: inv_icm45600: fix temperature offset reporting
Jean-Baptiste Maneyrol
-4
/
+5
2025-12-21
iio: imu: smi330: remove redundant assignment in smi330_read_avail
Massimiliano Pellizzer
-1
/
+0
2025-12-21
iio: imu: st_lsm6dsx: add tap event detection
Francesco Lavra
-2
/
+56
2025-12-21
iio: imu: st_lsm6dsx: add event spec parameter to iio_chan_spec initializer
Francesco Lavra
-14
/
+16
2025-12-21
iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without event detection
Francesco Lavra
-4
/
+11
2025-12-21
iio: imu: st_lsm6dsx: add event configurability on a per axis basis
Francesco Lavra
-14
/
+88
2025-12-21
iio: imu: st_lsm6dsx: make event management functions generic
Francesco Lavra
-42
/
+110
2025-12-21
iio: imu: st_lsm6dsx: remove event_threshold field from hw struct
Francesco Lavra
-5
/
+10
2025-12-21
iio: imu: st_lsm6dsx: rework code to check for enabled events
Francesco Lavra
-10
/
+8
2025-12-21
iio: imu: st_lsm6dsx: move wakeup event enable mask to event_src
Francesco Lavra
-57
/
+30
2025-12-21
iio: imu: st_lsm6dsx: make event_settings more generic
Francesco Lavra
-60
/
+106
2025-12-06
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-33
/
+5617
2025-11-09
iio: imu: inv_icm45600: Initializes inv_icm45600_buffer_postdisable() sleep
Remi Buisson
-0
/
+1
2025-11-09
iio: imu: bmi270: fix dev_err_probe error msg
Rodrigo Gobbi
-1
/
+1
2025-11-09
iio: imu: inv_icm45600: Add a missing return statement in probe()
Dan Carpenter
-1
/
+2
2025-11-09
iio: imu: smi330: Add driver
Jianping Shen
-0
/
+1203
2025-10-27
iio: st_lsm6dsx: Fixed calibrated timestamp calculation
Mario Tesi
-11
/
+26
2025-10-19
iio: imu: st_lsm6dsx: Decouple sensor ODR from FIFO batch data rate
Francesco Lavra
-10
/
+72
2025-10-19
iio: imu: st_lsm6dsx: Fix measurement unit for odr struct member
Francesco Lavra
-1
/
+1
2025-10-19
iio: imu: inv_icm45600: add I3C driver for inv_icm45600 driver
Remi Buisson
-0
/
+102
2025-10-19
iio: imu: inv_icm45600: add SPI driver for inv_icm45600 driver
Remi Buisson
-0
/
+132
2025-10-19
iio: imu: inv_icm45600: add I2C driver for inv_icm45600 driver
Remi Buisson
-0
/
+122
2025-10-19
iio: imu: inv_icm45600: add IMU IIO accelerometer device
Remi Buisson
-0
/
+843
2025-10-19
iio: imu: inv_icm45600: add IMU IIO gyroscope device
Remi Buisson
-3
/
+1069
2025-10-19
iio: imu: inv_icm45600: add buffer support in iio devices
Remi Buisson
-0
/
+748
2025-10-19
iio: imu: inv_icm45600: add new inv_icm45600 driver
Remi Buisson
-0
/
+963
2025-10-19
iio: imu: bmi270: add support for motion events
Gustavo Silva
-21
/
+362
2025-10-19
iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fields
Francesco Lavra
-11
/
+11
2025-09-13
Merge tag 'v6.17-rc3' into togreg
Jonathan Cameron
-1
/
+5
2025-09-10
iio: imu: inv_icm42600: use guard() to release mutexes
Sean Nyekjaer
-96
/
+56
2025-09-10
iio: imu: inv_icm42600: Use devm_regulator_get_enable() for vdd regulator
Sean Nyekjaer
-24
/
+6
2025-09-10
iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspended
Sean Nyekjaer
-5
/
+6
2025-09-10
iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resume
Sean Nyekjaer
-4
/
+0
[next]