index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
imu
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-12
Merge tag 'char-misc-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-11
/
+33
2026-07-06
iio: imu: inv_icm42600: fix timestamp clock period by using lower value
Jean-Baptiste Maneyrol
2
-4
/
+4
2026-07-05
iio: imu: inv_icm42600: fix timestamping by limiting FIFO reading
Jean-Baptiste Maneyrol
2
-4
/
+6
2026-07-03
iio: imu: st_lsm6dsx: deselect shub page before reading whoami
Andreas Kempe
1
-1
/
+20
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
26
-26
/
+0
2026-06-29
iio: imu: bmi160: add IRQF_NO_THREAD to data-ready trigger IRQ
Runyu Xiao
1
-1
/
+2
2026-06-29
iio: imu: adis: add IRQF_NO_THREAD to non-FIFO trigger IRQ
Runyu Xiao
1
-1
/
+1
2026-06-02
Merge tag 'v7.1-rc6' into work
Jonathan Cameron
1
-1
/
+1
2026-05-31
iio: imu: bno055: terminate dev_err() strings with a newline
Stepan Ionichev
1
-2
/
+2
2026-05-31
iio: imu: kmx61: Use guard(mutex)() over manual locking
Maxwell Doose
1
-62
/
+67
2026-05-31
iio: Initialize i2c_device_id arrays using member names
Uwe Kleine-König (The Capable Hub)
11
-67
/
+67
2026-05-15
iio: imu: adis16550: fix stack leak in trigger handler
Greg Kroah-Hartman
1
-1
/
+1
2026-05-15
iio: imu: st_lsm6dsx: fix stack leak in tagged FIFO buffer
Greg Kroah-Hartman
1
-1
/
+1
2026-04-27
iio: imu: st_lsm6dsx: Add support for rotation sensor
Francesco Lavra
5
-7
/
+331
2026-04-27
iio: imu: st_lsm6dsx: Fix check for invalid samples from FIFO
Francesco Lavra
1
-11
/
+23
2026-04-27
iio: imu: bno055: add explicit scan buf layout
David Lechner
1
-3
/
+24
2026-04-06
Merge tag 'v7.0-rc7' into char-misc-next
Greg Kroah-Hartman
4
-16
/
+24
2026-03-26
iio: imu: st_lsm6dsx: Add ACPI ID for SHIFT13mi gyroscope
Milan Misic
1
-0
/
+1
2026-03-22
Merge tag 'v7.0-rc4' into togreg
Jonathan Cameron
9
-6
/
+32
2026-03-21
iio: imu: fix typo from adjustement to adjustment
Shi Hao
1
-1
/
+1
2026-03-15
iio: imu: bmi160: Remove potential undefined behavior in bmi160_config_pin()
Josh Poimboeuf
1
-10
/
+5
2026-03-07
iio: imu: adis16550: fix swapped gyro/accel filter functions
Antoniu Miclaus
1
-4
/
+4
2026-03-03
iio: imu: bmi323: remove unused drdy_trigger_enabled
Antoniu Miclaus
1
-1
/
+0
2026-03-03
iio: imu: inv_icm42600: Convert to uXX and sXX integer types
Andy Shevchenko
1
-1
/
+1
2026-03-01
iio: imu: bno055: fix BNO055_SCAN_CH_COUNT off by one
David Lechner
1
-1
/
+1
2026-03-01
iio: imu: st_lsm6dsx: Set buffer sampling frequency for accelerometer only
Francesco Lavra
1
-1
/
+10
2026-03-01
iio: imu: st_lsm6dsx: Set FIFO ODR for accelerometer and gyroscope only
Francesco Lavra
1
-0
/
+4
2026-02-23
iio: imu: adis: Fix NULL pointer dereference in adis_init
Radu Sabau
1
-1
/
+1
2026-02-23
iio: imu: inv_icm45600: fix regulator put warning when probe fails
Jean-Baptiste Maneyrol
1
-1
/
+6
2026-02-23
iio: imu: inv_icm45600: fix INT1 drive bit inverted
Jean-Baptiste Maneyrol
2
-3
/
+3
2026-02-23
iio: imu: inv-mpu9150: fix irq ack preventing irq storms
Andreas Kemnade
3
-1
/
+14
2026-02-23
iio: imu: inv_icm42600: fix odr switch when turning buffer off
Jean-Baptiste Maneyrol
1
-0
/
+4
2026-02-23
iio: imu: inv_icm42600: fix odr switch to the same value
Jean-Baptiste Maneyrol
2
-0
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-02
Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
5
-205
/
+420
2026-01-16
iio: imu: smi330: Convert to common field_{get,prep}() helpers
Geert Uytterhoeven
1
-6
/
+2
2026-01-11
iio: bmi270_i2c: Add MODULE_DEVICE_TABLE for BMI260/270
Derek J. Clark
1
-0
/
+3
2025-12-21
iio: imu: inv_icm42600: enable temp polling when buffer is on
Jean-Baptiste Maneyrol
1
-3
/
+0
2025-12-21
iio: imu: inv_icm45600: fix temperature offset reporting
Jean-Baptiste Maneyrol
1
-4
/
+5
2025-12-21
iio: imu: smi330: remove redundant assignment in smi330_read_avail
Massimiliano Pellizzer
1
-1
/
+0
2025-12-21
iio: imu: st_lsm6dsx: add tap event detection
Francesco Lavra
2
-2
/
+56
2025-12-21
iio: imu: st_lsm6dsx: add event spec parameter to iio_chan_spec initializer
Francesco Lavra
2
-14
/
+16
2025-12-21
iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without event detection
Francesco Lavra
1
-4
/
+11
2025-12-21
iio: imu: st_lsm6dsx: add event configurability on a per axis basis
Francesco Lavra
2
-14
/
+88
2025-12-21
iio: imu: st_lsm6dsx: make event management functions generic
Francesco Lavra
2
-42
/
+110
2025-12-21
iio: imu: st_lsm6dsx: remove event_threshold field from hw struct
Francesco Lavra
2
-5
/
+10
2025-12-21
iio: imu: st_lsm6dsx: rework code to check for enabled events
Francesco Lavra
1
-10
/
+8
2025-12-21
iio: imu: st_lsm6dsx: move wakeup event enable mask to event_src
Francesco Lavra
2
-57
/
+30
2025-12-21
iio: imu: st_lsm6dsx: make event_settings more generic
Francesco Lavra
2
-60
/
+106
[next]