aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-27iio: st_lsm6dsx: Fixed calibrated timestamp calculationMario Tesi2-11/+26
2025-10-19iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fieldsFrancesco Lavra1-11/+11
2025-09-13Merge tag 'v6.17-rc3' into togregJonathan Cameron1-1/+5
2025-09-10iio: imu: inv_icm42600: use guard() to release mutexesSean Nyekjaer4-96/+56
2025-09-10iio: imu: inv_icm42600: Use devm_regulator_get_enable() for vdd regulatorSean Nyekjaer2-24/+6
2025-09-10iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspendedSean Nyekjaer1-5/+6
2025-09-10iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resumeSean Nyekjaer1-4/+0
2025-09-10iio: imu: inv_icm42600: Simplify pm_runtime setupSean Nyekjaer1-17/+7
2025-08-25iio: imu: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus7-23/+2
2025-08-25iio: imu: bmi270: Match PNP ID found on newer GPD firmwareCryolitia PukNgae1-0/+2
2025-08-25iio: imu: bmi323: Remove dev_err_probe() if error is -ENOMEMXichao Zhao1-2/+1
2025-08-17iio: imu: inv_icm42600: use min() to improve codeQianfeng Rong1-14/+5
2025-08-16iio: st_lsm6dsx: Replace scnprintf() with sysfs_emit()Akshay Bansod1-7/+7
2025-08-16iio: imu: adis16475: remove extra lineNuno Sá1-1/+0
2025-08-11iio: imu: inv_icm42600: change invalid data error to -EBUSYJean-Baptiste Maneyrol1-1/+5
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-1/+1
2025-07-14iio: imu: bno055: make bno055_sysfs_attr constDavid Lechner1-23/+26
2025-07-14iio: imu: bno055: fix OOB access of hw_xlate arrayDavid Lechner1-3/+8
2025-07-14iio: imu: inv_icm42600: add wakeup functionality for Wake-on-MotionJean-Baptiste Maneyrol3-13/+47
2025-07-14iio: imu: inv_icm42600: add WoM supportJean-Baptiste Maneyrol4-5/+427
2025-07-14iio: imu: inv_icm42600: reorganize DMA aligned buffers in structureJean-Baptiste Maneyrol1-4/+4
2025-07-13iio: imu: inv_mpu6050: Replace scnprintf with sysfs_emitChelsy Ratnawat1-3/+2
2025-07-13iio: imu: adis16400: Use separate structures rather than an array for chip infoDavid Lechner1-161/+153
2025-07-06iio: imu: bmi160: make bmi160_regs constDavid Lechner1-1/+1
2025-07-06iio: imu: bmi270: add step counter watermark eventGustavo Silva1-3/+166
2025-07-06iio: imu: bmi270: add channel for step counterGustavo Silva1-0/+138
2025-06-26iio: imu: inv_icm42600: Convert to uXX and sXX integer typesAndy Shevchenko7-57/+57
2025-06-26iio: imu: inv_mpu6050: use = { } instead of memset()David Lechner2-7/+3
2025-06-26iio: imu: inv_icm42600: use = { } instead of memset()David Lechner2-6/+4
2025-06-26iio: imu: bno055: convert to use maple tree register cachechuguangqing1-1/+1
2025-06-26iio: imu: icm42600: convert to use maple tree register cachechuguangqing1-2/+2
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-09iio: bmi160: suspend and resume triggering on relevant pm operationsDenis Benato4-0/+25
2025-06-09iio: bmi270: suspend and resume triggering on relevant pm operationsDenis Benato4-0/+26
2025-06-09iio: Remove single use of macro definition for IRQ nameWaqar Hameed1-3/+1
2025-06-09iio: Remove single use of macro definition for driver nameWaqar Hameed1-2/+1
2025-06-09iio: imu: inv_mpu6050: refactor aux read/write to use shared xfer logicIsabella Caselli1-36/+20
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman28-135/+122
2025-05-21iio: imu: adis: remove bits_per_word = 8David Lechner2-12/+0
2025-05-07iio: imu: inv_icm42600: Fix temperature calculationSean Nyekjaer1-3/+5
2025-04-22iio: normalize array sentinel styleDavid Lechner19-32/+32
2025-04-22iio: imu: inv_icm42600: switch to use generic name irq getJean-Baptiste Maneyrol4-7/+15
2025-04-22iio: imu: st_lsm6dsx: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-8/+6
2025-04-22iio: imu: st_lsm6dsx: Switch to sparse friendly claim/release_direct()Jonathan Cameron1-9/+7
2025-04-22iio: imu: st_lsm6dsx: Factor out parts of st_lsm6dsx_shub_write_raw() to allow direct returnsJonathan Cameron1-30/+35
2025-04-22iio: imu: smi240: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-4/+3
2025-04-22iio: imu: inv_mpu6050: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-8/+6
2025-04-22iio: imu: inv_icm42600: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron3-28/+21
2025-04-21iio: imu: adis16550: align buffers for timestampDavid Lechner1-1/+1
2025-04-18iio: imu: inv_mpu6050: align buffer for timestampDavid Lechner1-1/+1