summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
Commit message (Expand)AuthorAgeFilesLines
* iio: adis16480: fix devices that do not support sleep modeNuno Sá2021-09-261-3/+11
* iio: adis16475: fix deadlock on frequency setNuno Sá2021-09-251-1/+2
* Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman2021-08-161-2/+1
|\
| * iio: adis: set GPIO reset pin directionAntti Keränen2021-07-171-2/+1
* | iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron2021-07-243-2/+5
* | Add startup time for each chip using inv_mpu6050 driverBaptiste Mansuy2021-07-193-19/+36
|/
* iio: imu: mpu6050: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-06-162-17/+8
* iio: imu: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean2021-06-134-7/+0
* iio: imu: inv_mpu6050: Drop use of %hhx format string.Jonathan Cameron2021-06-091-3/+2
* iio: adis: Cleanout unused headersJonathan Cameron2021-06-045-19/+0
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-034-6/+4
* iio: adis16480: support burst read functionNuno Sa2021-06-031-13/+147
* iio: imu: kmx61: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-4/+1
* iio: imu: st_lsm6dsx: correct ODR in headerSean Nyekjaer2021-05-171-3/+3
* iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko2021-05-178-0/+388
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-174-4/+6
* iio: adis16400: do not directly change spi 'max_speed_hz'Nuno Sa2021-05-171-13/+2
* iio: adis16475: do not directly change spi 'max_speed_hz'Nuno Sa2021-05-171-5/+2
* iio: adis: add burst_max_speed_hz variableNuno Sa2021-05-171-0/+4
* iio: adis_buffer: don't push data to buffers on failureNuno Sa2021-05-171-4/+4
* iio: adis_buffer: update device page after changing itNuno Sa2021-05-171-3/+3
* iio: adis16475: do not return ints in irq handlersNuno Sa2021-05-171-1/+1
* iio: adis_buffer: check return value on page changeNuno Sa2021-05-171-1/+7
* iio: adis16400: do not return ints in irq handlersNuno Sa2021-05-171-3/+0
* iio: adis_buffer: do not return ints in irq handlersNuno Sa2021-05-171-3/+0
* iio: inv_mpu6050: Fully validate gyro and accel scale writesLars-Peter Clausen2021-04-071-6/+14
* iio:imu:adis: Use IRQF_NO_AUTOEN instead of irq request then disableJonathan Cameron2021-04-073-9/+11
* iio: inv_mpu6050: Make interrupt optionalLars-Peter Clausen2021-04-071-19/+32
* iio: inv_mpu6050: Remove superfluous indio_dev->modes assignmentLars-Peter Clausen2021-04-071-1/+0
* iio: imu: inv_mpu6050: Use as standalone triggerLinus Walleij2021-03-291-0/+10
* Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-03-2613-120/+221
|\
| * iio: adis_trigger: Remove code to set trigger parentGwendal Grignou2021-03-251-8/+2
| * iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-251-1/+0
| * iio: imu: st_lsm6dsx: Drop unneeded explicit castingsAndy Shevchenko2021-03-253-6/+3
| * iio: imu: fxos8700: Drop unneeded explicit castingsAndy Shevchenko2021-03-252-4/+2
| * iio: adis: add helpers for lockingNuno Sa2021-03-113-25/+22
| * iio: adis16475: improve sync scale mode handlingNuno Sa2021-03-111-28/+90
| * iio: adis16480: fix pps mode sampling frequency mathNuno Sa2021-03-111-34/+94
| * iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-113-24/+18
* | Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-03-151-2/+1
|\ \ | |/ |/|
| * iio: adis16400: Fix an error code in adis16400_initial_setup()Dan Carpenter2021-02-211-2/+1
* | iio: imu: inv_mpu6050: Add support for MPU-6880Stephan Gerhold2021-01-095-4/+25
|/
* iio: imu: st_lsm6dsx: fix edge-trigger interruptsLorenzo Bianconi2020-12-031-5/+21
* iio:imu:bmi160: Fix alignment and data leak issuesJonathan Cameron2020-12-032-4/+9
* iio:imu:bmi160: Fix too large a buffer.Jonathan Cameron2020-12-031-2/+2
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-031-7/+3
* iio: imu: st_lsm6dsx: add support to LSM6DSOPLorenzo Bianconi2020-12-036-3/+19
* iio: imu: st_lsmdsx: compact st_lsm6dsx_sensor_settings tableLorenzo Bianconi2020-12-032-425/+29
* iio: imu: st_lsm6dsx: add vdd-vddio voltage regulatorLorenzo Bianconi2020-11-252-0/+43
* Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-11-247-5/+221
|\