| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'togreg' of https://git.kernel.org/pub/scm/linux/kernel/git/jic2... | Mark Brown | 18 | -152/+514 |
| 10 days | iio: imu: bno055: terminate dev_err() strings with a newline | Stepan Ionichev | 1 | -2/+2 |
| 10 days | iio: imu: kmx61: Use guard(mutex)() over manual locking | Maxwell Doose | 1 | -62/+67 |
| 10 days | 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 |
| 2025-12-06 | Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 25 | -32/+5616 |
| 2025-11-09 | iio: imu: inv_icm45600: Initializes inv_icm45600_buffer_postdisable() sleep | Remi Buisson | 1 | -0/+1 |
| 2025-11-09 | iio: imu: bmi270: fix dev_err_probe error msg | Rodrigo Gobbi | 1 | -1/+1 |
| 2025-11-09 | iio: imu: inv_icm45600: Add a missing return statement in probe() | Dan Carpenter | 1 | -1/+2 |
| 2025-11-09 | iio: imu: smi330: Add driver | Jianping Shen | 8 | -0/+1203 |
| 2025-10-27 | iio: st_lsm6dsx: Fixed calibrated timestamp calculation | Mario Tesi | 2 | -11/+26 |
| 2025-10-19 | iio: imu: st_lsm6dsx: Decouple sensor ODR from FIFO batch data rate | Francesco Lavra | 4 | -10/+72 |
| 2025-10-19 | iio: imu: st_lsm6dsx: Fix measurement unit for odr struct member | Francesco Lavra | 1 | -1/+1 |
| 2025-10-19 | iio: imu: inv_icm45600: add I3C driver for inv_icm45600 driver | Remi Buisson | 3 | -0/+102 |
| 2025-10-19 | iio: imu: inv_icm45600: add SPI driver for inv_icm45600 driver | Remi Buisson | 3 | -0/+132 |
| 2025-10-19 | iio: imu: inv_icm45600: add I2C driver for inv_icm45600 driver | Remi Buisson | 3 | -0/+122 |
| 2025-10-19 | iio: imu: inv_icm45600: add IMU IIO accelerometer device | Remi Buisson | 5 | -0/+843 |
| 2025-10-19 | iio: imu: inv_icm45600: add IMU IIO gyroscope device | Remi Buisson | 7 | -3/+1069 |
| 2025-10-19 | iio: imu: inv_icm45600: add buffer support in iio devices | Remi Buisson | 5 | -0/+748 |
| 2025-10-19 | iio: imu: inv_icm45600: add new inv_icm45600 driver | Remi Buisson | 6 | -0/+963 |
| 2025-10-19 | iio: imu: bmi270: add support for motion events | Gustavo Silva | 1 | -20/+361 |
| 2025-10-19 | iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fields | Francesco Lavra | 1 | -11/+11 |
| 2025-09-13 | Merge tag 'v6.17-rc3' into togreg | Jonathan Cameron | 1 | -1/+5 |
| 2025-09-10 | iio: imu: inv_icm42600: use guard() to release mutexes | Sean Nyekjaer | 4 | -96/+56 |
| 2025-09-10 | iio: imu: inv_icm42600: Use devm_regulator_get_enable() for vdd regulator | Sean Nyekjaer | 2 | -24/+6 |
| 2025-09-10 | iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspended | Sean Nyekjaer | 1 | -5/+6 |
| 2025-09-10 | iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resume | Sean Nyekjaer | 1 | -4/+0 |
| 2025-09-10 | iio: imu: inv_icm42600: Simplify pm_runtime setup | Sean Nyekjaer | 1 | -17/+7 |
| 2025-08-25 | iio: imu: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 7 | -23/+2 |
| 2025-08-25 | iio: imu: bmi270: Match PNP ID found on newer GPD firmware | Cryolitia PukNgae | 1 | -0/+2 |
| 2025-08-25 | iio: imu: bmi323: Remove dev_err_probe() if error is -ENOMEM | Xichao Zhao | 1 | -2/+1 |
| 2025-08-17 | iio: imu: inv_icm42600: use min() to improve code | Qianfeng Rong | 1 | -14/+5 |
| 2025-08-16 | iio: st_lsm6dsx: Replace scnprintf() with sysfs_emit() | Akshay Bansod | 1 | -7/+7 |
| 2025-08-16 | iio: imu: adis16475: remove extra line | Nuno Sá | 1 | -1/+0 |
| 2025-08-11 | iio: imu: inv_icm42600: change invalid data error to -EBUSY | Jean-Baptiste Maneyrol | 1 | -1/+5 |
| 2025-07-29 | Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-14 | iio: imu: bno055: make bno055_sysfs_attr const | David Lechner | 1 | -23/+26 |
| 2025-07-14 | iio: imu: bno055: fix OOB access of hw_xlate array | David Lechner | 1 | -3/+8 |
| 2025-07-14 | iio: imu: inv_icm42600: add wakeup functionality for Wake-on-Motion | Jean-Baptiste Maneyrol | 3 | -13/+47 |
| 2025-07-14 | iio: imu: inv_icm42600: add WoM support | Jean-Baptiste Maneyrol | 4 | -5/+427 |
| 2025-07-14 | iio: imu: inv_icm42600: reorganize DMA aligned buffers in structure | Jean-Baptiste Maneyrol | 1 | -4/+4 |
| 2025-07-13 | iio: imu: inv_mpu6050: Replace scnprintf with sysfs_emit | Chelsy Ratnawat | 1 | -3/+2 |
| 2025-07-13 | iio: imu: adis16400: Use separate structures rather than an array for chip info | David Lechner | 1 | -161/+153 |
| 2025-07-06 | iio: imu: bmi160: make bmi160_regs const | David Lechner | 1 | -1/+1 |
| 2025-07-06 | iio: imu: bmi270: add step counter watermark event | Gustavo Silva | 1 | -3/+166 |
| 2025-07-06 | iio: imu: bmi270: add channel for step counter | Gustavo Silva | 1 | -0/+138 |
| 2025-06-26 | iio: imu: inv_icm42600: Convert to uXX and sXX integer types | Andy Shevchenko | 7 | -57/+57 |
| 2025-06-26 | iio: imu: inv_mpu6050: use = { } instead of memset() | David Lechner | 2 | -7/+3 |
| 2025-06-26 | iio: imu: inv_icm42600: use = { } instead of memset() | David Lechner | 2 | -6/+4 |
| 2025-06-26 | iio: imu: bno055: convert to use maple tree register cache | chuguangqing | 1 | -1/+1 |
| 2025-06-26 | iio: imu: icm42600: convert to use maple tree register cache | chuguangqing | 1 | -2/+2 |
| 2025-06-17 | sysfs: treewide: switch back to attribute_group::bin_attrs | Thomas Weißschuh | 1 | -1/+1 |
| 2025-06-09 | iio: bmi160: suspend and resume triggering on relevant pm operations | Denis Benato | 4 | -0/+25 |
| 2025-06-09 | iio: bmi270: suspend and resume triggering on relevant pm operations | Denis Benato | 4 | -0/+26 |
| 2025-06-09 | iio: Remove single use of macro definition for IRQ name | Waqar Hameed | 1 | -3/+1 |
| 2025-06-09 | iio: Remove single use of macro definition for driver name | Waqar Hameed | 1 | -2/+1 |
| 2025-06-09 | iio: imu: inv_mpu6050: refactor aux read/write to use shared xfer logic | Isabella Caselli | 1 | -36/+20 |
| 2025-05-22 | Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 28 | -133/+120 |
| 2025-05-21 | iio: imu: adis: remove bits_per_word = 8 | David Lechner | 2 | -12/+0 |
| 2025-05-07 | iio: imu: inv_icm42600: Fix temperature calculation | Sean Nyekjaer | 1 | -3/+5 |
| 2025-04-22 | iio: normalize array sentinel style | David Lechner | 19 | -32/+32 |
| 2025-04-22 | iio: imu: inv_icm42600: switch to use generic name irq get | Jean-Baptiste Maneyrol | 4 | -7/+15 |
| 2025-04-22 | iio: imu: st_lsm6dsx: Switch to sparse friendly iio_device_claim/release_dire... | Jonathan Cameron | 1 | -8/+6 |
| 2025-04-22 | iio: imu: st_lsm6dsx: Switch to sparse friendly claim/release_direct() | Jonathan Cameron | 1 | -9/+7 |
| 2025-04-22 | iio: imu: st_lsm6dsx: Factor out parts of st_lsm6dsx_shub_write_raw() to allo... | Jonathan Cameron | 1 | -28/+33 |
| 2025-04-22 | iio: imu: smi240: Switch to sparse friendly iio_device_claim/release_direct() | Jonathan Cameron | 1 | -4/+3 |
| 2025-04-22 | iio: imu: inv_mpu6050: Switch to sparse friendly iio_device_claim/release_dir... | Jonathan Cameron | 1 | -8/+6 |
| 2025-04-22 | iio: imu: inv_icm42600: Switch to sparse friendly iio_device_claim/release_di... | Jonathan Cameron | 3 | -28/+21 |
| 2025-04-21 | iio: imu: adis16550: align buffers for timestamp | David Lechner | 1 | -1/+1 |
| 2025-04-18 | iio: imu: inv_mpu6050: align buffer for timestamp | David Lechner | 1 | -1/+1 |
| 2025-04-12 | iio: imu: st_lsm6dsx: Fix wakeup source leaks on device unbind | Krzysztof Kozlowski | 1 | -2/+5 |
| 2025-04-07 | iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifo | Silvano Seva | 1 | -0/+3 |
| 2025-04-07 | iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifo | Silvano Seva | 1 | -0/+3 |
| 2025-04-07 | iio: imu: bmi270: fix initial sampling frequency configuration | Gustavo Silva | 1 | -4/+2 |
| 2025-04-01 | Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -93/+1538 |
| 2025-03-04 | iio: imu: adis: fix uninitialized symbol warning | sunliming | 1 | -1/+1 |
| 2025-03-04 | iio: imu: bmi270: add support for data ready interrupt trigger | Gustavo Silva | 1 | -7/+227 |
| 2025-03-04 | iio: imu: bmi270: rename variable bmi270_device to data | Gustavo Silva | 1 | -44/+41 |
| 2025-03-04 | iio: imu: bmi270: move private struct declaration to source file | Gustavo Silva | 2 | -16/+16 |
| 2025-03-04 | iio: imu: adis16550: add adis16550 support | Robert Budai | 3 | -0/+1161 |
| 2025-02-24 | iio: imu: st_lsm9ds0: Replace device.h with what is needed | Andy Shevchenko | 2 | -2/+2 |
| 2025-02-22 | iio: imu: adis: Add DIAG_STAT register | Robert Budai | 1 | -3/+15 |
| 2025-02-22 | iio: imu: adis: Add reset to custom ops | Robert Budai | 1 | -2/+3 |
| 2025-02-22 | iio: imu: adis: Add custom ops struct | Robert Budai | 1 | -3/+13 |
| 2025-02-17 | iio: imu: bmi323: Stop using iio_device_claim_direct_scoped() | Jonathan Cameron | 1 | -19/+25 |
| 2025-02-03 | iio: imu: bmi270: add temperature channel | Gustavo Silva | 1 | -5/+43 |
| 2025-01-13 | Merge 6.13-rc4 into char-misc-next | Greg Kroah-Hartman | 4 | -3/+25 |
| 2024-12-28 | iio: imu: inv_icm42600: switch timestamp type from int64_t __aligned(8) to al... | Jonathan Cameron | 2 | -2/+2 |
| 2024-12-28 | iio: imu: Use aligned_s64 instead of open coding alignment. | Jonathan Cameron | 2 | -2/+2 |
| 2024-12-28 | iio: imu: bno055: constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -4/+4 |
| 2024-12-11 | iio: imu: st_lsm6dsx: don't always auto-enable I2C, I3C and SPI interface dri... | Sean Nyekjaer | 1 | -9/+9 |
| 2024-12-07 | iio: gyro: Add support for iam20380 sensor | Han Xu | 4 | -0/+38 |
| 2024-12-07 | iio: imu: kmx61: fix information leak in triggered buffer | Javier Carrasco | 1 | -1/+1 |
| 2024-12-07 | iio: imu: inv_icm42600: fix timestamps after suspend if sensor is on | Jean-Baptiste Maneyrol | 1 | -1/+6 |
| 2024-12-07 | iio: imu: inv_icm42600: fix spi burst write not supported | Jean-Baptiste Maneyrol | 3 | -1/+18 |
| 2024-12-07 | iio: imu: lsm6dsx: Use i3cdev_to_dev to get device pointer | Guenter Roeck | 1 | -3/+3 |
| 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 | 32 | -52/+52 |
| 2024-11-09 | Merge tag 'iio-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 13 | -32/+1131 |
| 2024-11-08 | Merge tag 'iio-fixes-for-6.12c' of ssh://gitolite.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 3 | -6/+0 |
| 2024-11-03 | iio: imu: st_lsm6dsx: use bool for event state | Julien Stephan | 1 | -1/+1 |
| 2024-11-03 | iio: imu: bmi323: use bool for event state | Julien Stephan | 1 | -4/+4 |
| 2024-11-03 | iio: fix write_event_config signature | Julien Stephan | 4 | -4/+4 |
| 2024-11-01 | iio: imu: bmi270: Add support for BMI260 | Justin Weiss | 4 | -1/+39 |
| 2024-11-01 | iio: imu: bmi270: Add scale and sampling frequency to BMI270 IMU | Justin Weiss | 1 | -0/+339 |
| 2024-11-01 | iio: imu: bmi270: Add triggered buffer for Bosch BMI270 IMU | Justin Weiss | 3 | -0/+66 |
| 2024-11-01 | iio: imu: inv_mpu6050: simplify code in write_event_config callback | Julien Stephan | 1 | -5/+2 |
| 2024-10-29 | iio: invensense: fix multiple odr switch when FIFO is off | Jean-Baptiste Maneyrol | 3 | -6/+0 |
| 2024-10-28 | iio: imu: inv_mpu6050: Replace strange way of checking type of enumeration | Andy Shevchenko | 1 | -4/+1 |
| 2024-10-28 | iio: imu: bmi270: Provide chip info as configuration structure | Justin Weiss | 4 | -11/+40 |
| 2024-10-28 | iio: imu: bmi270: Remove unused FREQUENCY / SCALE attributes | Justin Weiss | 1 | -4/+0 |
| 2024-10-21 | iio: imu: smi240: add driver | Shen Jianping | 3 | -0/+637 |
| 2024-10-21 | Merge 6.12-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -12/+11 |
| 2024-10-17 | iio: imu: bmi270: Remove duplicated include in bmi270_i2c.c | Yang Li | 1 | -1/+0 |
| 2024-10-13 | Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 1 | -12/+11 |
| 2024-10-12 | Merge tag 'v6.12-rc2' into test2 | Jonathan Cameron | 2 | -2/+2 |
| 2024-10-10 | iio: imu: bmi323: remove redundant register definition | Tarang Raval | 1 | -1/+0 |
| 2024-10-10 | iio: imu: bmi270: Add spi driver for bmi270 imu | Alex Lanzano | 6 | -7/+105 |
| 2024-10-05 | iio: imu: inv_mpu6050: add support for IAM-20680HT/HP | Jean-Baptiste Maneyrol | 4 | -0/+44 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2 | -2/+2 |
| 2024-09-30 | iio: imu: kmx61: Drop most likely fake ACPI ID | Andy Shevchenko | 1 | -22/+3 |
| 2024-09-30 | iio: imu: Add i2c driver for bmi270 imu | Alex Lanzano | 7 | -0/+407 |
| 2024-09-30 | iio: imu: inv_mpu6050: Use upper_16_bits()/lower_16_bits() helpers | Andy Shevchenko | 1 | -2/+4 |
| 2024-09-30 | iio: imu: st_lsm6dsx: Get platform data via dev_get_platdata() | Andy Shevchenko | 1 | -10/+5 |
| 2024-09-30 | iio: imu: st_lsm6dsx: Use aligned data type for timestamp | Andy Shevchenko | 1 | -1/+1 |
| 2024-09-30 | iio: imu: fxos8700: Drop unused acpi.h | Andy Shevchenko | 1 | -1/+0 |
| 2024-09-30 | iio: imu: st_lsm6dsx: use irq_get_trigger_type() | Jonathan Cameron | 1 | -2/+1 |
| 2024-09-30 | iio: imu: inv_mpu6050: use irq_get_trigger_type() | Jonathan Cameron | 1 | -8/+1 |
| 2024-09-30 | iio: imu: inv_icm42600: use irq_get_trigger_type() | Jonathan Cameron | 1 | -9/+1 |
| 2024-09-30 | iio: imu: bmi323: use irq_get_trigger_type() | Jonathan Cameron | 1 | -7/+1 |
| 2024-09-30 | iio: imu: bmi160: use irq_get_trigger_type() | Jonathan Cameron | 1 | -10/+1 |
| 2024-09-30 | iio: imu: inv_icm42600: add inv_icm42600 id_table | Jason Liu | 2 | -0/+34 |
| 2024-09-30 | iio: bmi323: fix reversed if statement in bmi323_core_runtime_resume() | Dan Carpenter | 1 | -1/+3 |
| 2024-09-30 | iio: bmi323: fix copy and paste bugs in suspend resume | Dan Carpenter | 1 | -6/+6 |
| 2024-09-30 | iio: bmi323: Drop CONFIG_PM guards around runtime functions | Nathan Chancellor | 1 | -5/+2 |
| 2024-09-09 | Merge 6.11-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -2/+11 |
| 2024-09-03 | iio: imu: st_lsm6dsx: Remove useless dev_fwnode() calls | Andy Shevchenko | 1 | -17/+6 |
| 2024-09-03 | iio: imu: st_lsm6dsx: Use iio_read_acpi_mount_matrix() helper | Andy Shevchenko | 1 | -69/+1 |
| 2024-09-03 | iio: bmi323: peripheral in lowest power state on suspend | Denis Benato | 1 | -2/+159 |
| 2024-08-17 | iio: imu: inv_mpu6050: fix interrupt status read for old buggy chips | Jean-Baptiste Maneyrol | 1 | -2/+11 |
| 2024-08-10 | iio: imu: adis16460: drop ifdef around CONFIG_DEBUG_FS | Nuno Sa | 1 | -14/+4 |
| 2024-08-10 | iio: imu: adis16400: drop ifdef around CONFIG_DEBUG_FS | Nuno Sa | 1 | -14/+4 |
| 2024-08-10 | iio: imu: adis16480: drop ifdef around CONFIG_DEBUG_FS | Nuno Sa | 1 | -14/+4 |
| 2024-08-10 | iio: imu: adis16475: drop ifdef around CONFIG_DEBUG_FS | Nuno Sa | 1 | -6/+3 |
| 2024-08-10 | iio: bmi323: suspend and resume triggering on relevant pm operations | Denis Benato | 4 | -0/+26 |
| 2024-08-03 | iio: imu: kmx61: make use of iio_for_each_active_channel() | Nuno Sa | 1 | -2/+1 |
| 2024-08-03 | iio: imu: bno055: make use of iio_get_masklength() | Nuno Sa | 1 | -1/+1 |
| 2024-08-03 | iio: imu: bmi160_core: make use of iio_for_each_active_channel() | Nuno Sa | 1 | -2/+1 |
| 2024-07-29 | iio: imu: bno055: Constify struct regmap_bus | Javier Carrasco | 1 | -1/+1 |
| 2024-07-29 | iio: imu: bmi323: Constify struct regmap_bus | Javier Carrasco | 2 | -2/+2 |
| 2024-07-29 | iio: imu: adis16480: make use of iio_for_each_active_channel() | Nuno Sa | 1 | -1/+1 |
| 2024-07-29 | iio: imu: adis16475: make use of iio_for_each_active_channel() | Nuno Sa | 1 | -2/+1 |
| 2024-06-25 | iio: imu: adis16475: make use of the new lock helpers | Nuno Sa | 1 | -30/+14 |
| 2024-06-25 | iio: imu: adis16480: make use of the new lock helpers | Nuno Sa | 1 | -39/+24 |
| 2024-06-25 | iio: imu: adis16400: make use of the new lock helpers | Nuno Sa | 1 | -37/+35 |
| 2024-06-25 | iio: imu: adis: move to the cleanup magic | Nuno Sa | 2 | -13/+6 |
| 2024-06-25 | iio: imu: adis_buffer: split trigger handling | Nuno Sa | 1 | -18/+27 |
| 2024-06-25 | iio: imu: inv_icm42600: make use of regmap_clear_bits(), regmap_set_bits() | Trevor Gamblin | 4 | -17/+14 |
| 2024-06-17 | Merge tag 'v6.10-rc4' into char-misc-next | Greg Kroah-Hartman | 8 | -14/+26 |
| 2024-06-13 | iio: imu: inv_icm42600: add support of accel low-power mode | Jean-Baptiste Maneyrol | 3 | -4/+151 |
| 2024-06-13 | iio: imu: inv_icm42600: add register caching in the regmap | Jean-Baptiste Maneyrol | 1 | -0/+44 |
| 2024-06-04 | iio: adis16480: add support for adis16545/7 families | Ramona Gradinariu | 1 | -8/+229 |