aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
AgeCommit message (Expand)AuthorFilesLines
2025-10-19iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspendedSean Nyekjaer1-5/+6
2025-10-19iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resumeSean Nyekjaer1-4/+0
2025-10-19iio: imu: inv_icm42600: Simplify pm_runtime setupSean Nyekjaer1-17/+7
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-133/+120
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-28/+33
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
2025-04-12iio: imu: st_lsm6dsx: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-2/+5
2025-04-07iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifoSilvano Seva1-0/+3
2025-04-07iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifoSilvano Seva1-0/+3
2025-04-07iio: imu: bmi270: fix initial sampling frequency configurationGustavo Silva1-4/+2
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds7-93/+1538
2025-03-04iio: imu: adis: fix uninitialized symbol warningsunliming1-1/+1
2025-03-04iio: imu: bmi270: add support for data ready interrupt triggerGustavo Silva1-7/+227
2025-03-04iio: imu: bmi270: rename variable bmi270_device to dataGustavo Silva1-44/+41
2025-03-04iio: imu: bmi270: move private struct declaration to source fileGustavo Silva2-16/+16
2025-03-04iio: imu: adis16550: add adis16550 supportRobert Budai3-0/+1161
2025-02-24iio: imu: st_lsm9ds0: Replace device.h with what is neededAndy Shevchenko2-2/+2