summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
Commit message (Expand)AuthorAgeFilesLines
* iio:imu:inv_mpu6050: Suppress clang W=1 warning about pointer to enum convers...Jonathan Cameron2021-12-212-2/+2
* iio:imu:inv_icm42600: Suppress clang W=1 warning about pointer to enum conver...Jonathan Cameron2021-12-212-2/+2
* iio: imu: st_lsm6dsx: add dts property to disable sensor-hubLorenzo Bianconi2021-12-041-1/+3
* iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr()Teng Qi2021-10-201-2/+4
* Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2021-10-1913-101/+77
|\
| * iio: st_lsm9ds0: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-6/+6
| * iio: imu: adis16400: Fix buffer alignment requirements.Jonathan Cameron2021-10-191-5/+15
| * iio: adis16460: make use of the new unmasked_drdy flagNuno Sá2021-10-191-17/+1
| * iio: adis16475: make use of the new unmasked_drdy flagNuno Sá2021-10-191-18/+1
| * iio: adis: handle devices that cannot unmask the drdy pinNuno Sá2021-10-192-1/+18
| * iio: adis: do not disabe IRQs in 'adis_init()'Nuno Sá2021-10-191-1/+3
| * iio: imu: st_lsm6dsx: move max_fifo_size in st_lsm6dsx_fifo_opsLorenzo Bianconi2021-10-192-9/+11
| * iio: imu: inv_mpu6050: Mark acpi match table as maybe unusedDaniel Palmer2021-10-171-1/+1
| * iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean2021-09-141-2/+0
| * iio: st_sensors: remove all driver remove functionsAlexandru Ardelean2021-09-144-27/+1
| * drivers/iio: Remove all strcpy() usesLen Baker2021-09-141-15/+21
* | 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