summaryrefslogtreecommitdiff
path: root/drivers/iio/imu
AgeCommit message (Expand)AuthorFilesLines
2025-12-07iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fieldsFrancesco Lavra1-11/+11
2025-10-29iio: imu: inv_icm42600: Simplify pm_runtime setupSean Nyekjaer1-17/+7
2025-10-29iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspendedSean Nyekjaer1-5/+6
2025-10-29iio: imu: inv_icm42600: use = { } instead of memset()David Lechner2-6/+4
2025-10-19iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resumeSean Nyekjaer1-4/+0
2025-08-28iio: imu: inv_icm42600: change invalid data error to -EBUSYJean-Baptiste Maneyrol1-1/+5
2025-06-27iio: imu: inv_icm42600: Fix temperature calculationSean Nyekjaer1-3/+5
2025-05-18iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifoSilvano Seva1-0/+3
2025-05-18iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifoSilvano Seva1-0/+3
2025-01-23iio: imu: inv_icm42600: fix timestamps after suspend if sensor is onJean-Baptiste Maneyrol1-1/+6
2025-01-23iio: imu: inv_icm42600: fix spi burst write not supportedJean-Baptiste Maneyrol3-1/+14
2025-01-23iio: imu: kmx61: fix information leak in triggered bufferJavier Carrasco1-1/+1
2024-07-05iio: imu: inv_icm42600: delete unneeded update watermark callJean-Baptiste Maneyrol2-8/+0
2024-05-17iio:imu: adis16475: Fix sync mode settingRamona Gradinariu1-1/+3
2024-01-05iio: imu: adis16475: add spi_device_id tableNuno Sa1-45/+72
2024-01-05iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_rawSu Hui1-2/+2
2023-06-09iio: imu: inv_icm42600: fix timestamp resetJean-Baptiste Maneyrol1-5/+5
2023-04-13iio: adis16480: select CONFIG_CRC32Arnd Bergmann1-0/+1
2023-02-09iio: imu: fxos8700: fix MAGN sensor scale and unitCarlos Song1-3/+3
2023-02-09iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MINCarlos Song1-1/+0
2023-02-09iio: imu: fxos8700: fix failed initialization ODR mode assignmentCarlos Song1-2/+4
2023-02-09iio: imu: fxos8700: fix incorrect ODR mode readbackCarlos Song1-6/+6
2023-02-09iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readbackCarlos Song1-2/+15
2023-02-09iio: imu: fxos8700: fix map label of channel type to MAGN sensorCarlos Song1-1/+1
2023-02-09iio: imu: fxos8700: fix IMU data bits returned to user spaceCarlos Song1-1/+27
2023-02-09iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readbackCarlos Song1-1/+1
2023-02-09iio: imu: fxos8700: fix ACCEL measurement range selectionCarlos Song1-7/+34
2022-12-31iio: adis: add '__adis_enable_irq()' implementationRamona Bolboaca1-18/+10
2022-12-31iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron7-13/+17
2022-12-31iio: adis: stylistic changesNuno Sá3-27/+29
2022-12-31iio: adis: handle devices that cannot unmask the drdy pinNuno Sá2-1/+18
2022-08-17drivers/iio: Remove all strcpy() usesLen Baker1-15/+21
2022-06-29iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value)Jean-Baptiste Maneyrol2-1/+2
2022-05-09iio:imu:bmi160: disable regulator in error pathTong Zhang1-6/+14
2022-05-09iio: imu: inv_icm42600: Fix I2C init possible nackFawzi Khaber1-6/+9
2022-03-02iio: Fix error handling for PMMiaoqian Lin1-1/+4
2022-03-02iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshotLorenzo Bianconi1-1/+5
2022-03-02iio:imu:adis16480: fix buffering for devices with no burst modeNuno Sá1-1/+6
2021-11-25iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr()Teng Qi1-2/+4
2021-11-18iio: adis: do not disabe IRQs in 'adis_init()'Nuno Sá1-1/+3
2021-09-26iio: adis16480: fix devices that do not support sleep modeNuno Sá1-3/+11
2021-09-25iio: adis16475: fix deadlock on frequency setNuno Sá1-1/+2
2021-08-16Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman1-2/+1
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron3-2/+5
2021-07-19Add startup time for each chip using inv_mpu6050 driverBaptiste Mansuy3-19/+36
2021-07-17iio: adis: set GPIO reset pin directionAntti Keränen1-2/+1
2021-06-16iio: imu: mpu6050: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2-17/+8
2021-06-13iio: imu: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean4-7/+0
2021-06-09iio: imu: inv_mpu6050: Drop use of %hhx format string.Jonathan Cameron1-3/+2
2021-06-04iio: adis: Cleanout unused headersJonathan Cameron5-19/+0