aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko4-6/+4
2021-06-03iio: adis16480: support burst read functionNuno Sa1-13/+147
2021-05-17iio: imu: kmx61: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-4/+1
2021-05-17iio: imu: st_lsm6dsx: correct ODR in headerSean Nyekjaer1-3/+3
2021-05-17iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko8-0/+388
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron4-4/+6
2021-05-17iio: adis16400: do not directly change spi 'max_speed_hz'Nuno Sa1-13/+2
2021-05-17iio: adis16475: do not directly change spi 'max_speed_hz'Nuno Sa1-5/+2
2021-05-17iio: adis: add burst_max_speed_hz variableNuno Sa1-0/+4
2021-05-17iio: adis_buffer: don't push data to buffers on failureNuno Sa1-4/+4
2021-05-17iio: adis_buffer: update device page after changing itNuno Sa1-3/+3
2021-05-17iio: adis16475: do not return ints in irq handlersNuno Sa1-1/+1
2021-05-17iio: adis_buffer: check return value on page changeNuno Sa1-1/+7
2021-05-17iio: adis16400: do not return ints in irq handlersNuno Sa1-3/+0
2021-05-17iio: adis_buffer: do not return ints in irq handlersNuno Sa1-3/+0
2021-04-07iio: inv_mpu6050: Fully validate gyro and accel scale writesLars-Peter Clausen1-6/+14
2021-04-07iio:imu:adis: Use IRQF_NO_AUTOEN instead of irq request then disableJonathan Cameron3-9/+11
2021-04-07iio: inv_mpu6050: Make interrupt optionalLars-Peter Clausen1-19/+32
2021-04-07iio: inv_mpu6050: Remove superfluous indio_dev->modes assignmentLars-Peter Clausen1-1/+0
2021-03-29iio: imu: inv_mpu6050: Use as standalone triggerLinus Walleij1-0/+10
2021-03-26Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman13-120/+221
2021-03-25iio: adis_trigger: Remove code to set trigger parentGwendal Grignou1-8/+2
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-1/+0
2021-03-25iio: imu: st_lsm6dsx: Drop unneeded explicit castingsAndy Shevchenko3-6/+3
2021-03-25iio: imu: fxos8700: Drop unneeded explicit castingsAndy Shevchenko2-4/+2
2021-03-15Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-2/+1
2021-03-11iio: adis: add helpers for lockingNuno Sa3-25/+22
2021-03-11iio: adis16475: improve sync scale mode handlingNuno Sa1-28/+90
2021-03-11iio: adis16480: fix pps mode sampling frequency mathNuno Sa1-34/+94
2021-03-11iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean3-24/+18
2021-02-21iio: adis16400: Fix an error code in adis16400_initial_setup()Dan Carpenter1-2/+1
2021-01-09iio: imu: inv_mpu6050: Add support for MPU-6880Stephan Gerhold5-4/+25
2020-12-03iio: imu: st_lsm6dsx: fix edge-trigger interruptsLorenzo Bianconi1-5/+21
2020-12-03iio:imu:bmi160: Fix alignment and data leak issuesJonathan Cameron2-4/+9
2020-12-03iio:imu:bmi160: Fix too large a buffer.Jonathan Cameron1-2/+2
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron1-7/+3
2020-12-03iio: imu: st_lsm6dsx: add support to LSM6DSOPLorenzo Bianconi6-3/+19
2020-12-03iio: imu: st_lsmdsx: compact st_lsm6dsx_sensor_settings tableLorenzo Bianconi2-425/+29
2020-11-25iio: imu: st_lsm6dsx: add vdd-vddio voltage regulatorLorenzo Bianconi2-0/+43
2020-11-24Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman7-5/+221
2020-11-01iio: imu: st_lsm6dsx: set 10ms as min shub slave timeoutLorenzo Bianconi1-2/+4
2020-11-01iio: remove unneeded breakTom Rix1-1/+0