aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/imu
AgeCommit message (Expand)Author
2021-08-16Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron
2021-07-19Add startup time for each chip using inv_mpu6050 driverBaptiste Mansuy
2021-07-17iio: adis: set GPIO reset pin directionAntti Keränen
2021-06-16iio: imu: mpu6050: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-06-13iio: imu: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean
2021-06-09iio: imu: inv_mpu6050: Drop use of %hhx format string.Jonathan Cameron
2021-06-04iio: adis: Cleanout unused headersJonathan Cameron
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko
2021-06-03iio: adis16480: support burst read functionNuno Sa
2021-05-17iio: imu: kmx61: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: imu: st_lsm6dsx: correct ODR in headerSean Nyekjaer
2021-05-17iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: adis16400: do not directly change spi 'max_speed_hz'Nuno Sa
2021-05-17iio: adis16475: do not directly change spi 'max_speed_hz'Nuno Sa
2021-05-17iio: adis: add burst_max_speed_hz variableNuno Sa
2021-05-17iio: adis_buffer: don't push data to buffers on failureNuno Sa
2021-05-17iio: adis_buffer: update device page after changing itNuno Sa
2021-05-17iio: adis16475: do not return ints in irq handlersNuno Sa
2021-05-17iio: adis_buffer: check return value on page changeNuno Sa
2021-05-17iio: adis16400: do not return ints in irq handlersNuno Sa
2021-05-17iio: adis_buffer: do not return ints in irq handlersNuno Sa
2021-04-07iio: inv_mpu6050: Fully validate gyro and accel scale writesLars-Peter Clausen
2021-04-07iio:imu:adis: Use IRQF_NO_AUTOEN instead of irq request then disableJonathan Cameron
2021-04-07iio: inv_mpu6050: Make interrupt optionalLars-Peter Clausen
2021-04-07iio: inv_mpu6050: Remove superfluous indio_dev->modes assignmentLars-Peter Clausen
2021-03-29iio: imu: inv_mpu6050: Use as standalone triggerLinus Walleij
2021-03-26Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-03-25iio: adis_trigger: Remove code to set trigger parentGwendal Grignou
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou
2021-03-25iio: imu: st_lsm6dsx: Drop unneeded explicit castingsAndy Shevchenko
2021-03-25iio: imu: fxos8700: Drop unneeded explicit castingsAndy Shevchenko
2021-03-15Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2021-03-11iio: adis: add helpers for lockingNuno Sa
2021-03-11iio: adis16475: improve sync scale mode handlingNuno Sa
2021-03-11iio: adis16480: fix pps mode sampling frequency mathNuno Sa
2021-03-11iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean
2021-02-21iio: adis16400: Fix an error code in adis16400_initial_setup()Dan Carpenter
2021-01-09iio: imu: inv_mpu6050: Add support for MPU-6880Stephan Gerhold
2020-12-03iio: imu: st_lsm6dsx: fix edge-trigger interruptsLorenzo Bianconi
2020-12-03iio:imu:bmi160: Fix alignment and data leak issuesJonathan Cameron
2020-12-03iio:imu:bmi160: Fix too large a buffer.Jonathan Cameron
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron
2020-12-03iio: imu: st_lsm6dsx: add support to LSM6DSOPLorenzo Bianconi
2020-12-03iio: imu: st_lsmdsx: compact st_lsm6dsx_sensor_settings tableLorenzo Bianconi
2020-11-25iio: imu: st_lsm6dsx: add vdd-vddio voltage regulatorLorenzo Bianconi
2020-11-24Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2020-11-01iio: imu: st_lsm6dsx: set 10ms as min shub slave timeoutLorenzo Bianconi
2020-11-01iio: remove unneeded breakTom Rix