summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * iio: remove unneeded breakTom Rix2020-11-011-1/+0
| * iio: imu: st_lsm6dsx: add support to LSM6DSTLorenzo Bianconi2020-10-106-4/+221
* | iio: imu: st_lsm6dsx: set 10ms as min shub slave timeoutLorenzo Bianconi2020-11-011-2/+4
|/
* Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-09-2212-319/+197
|\
| * iio:imu:inv_mpu6050: Use regmap_noinc_read for fifo reads.Jonathan Cameron2020-09-211-2/+2
| * iio:imu:inv_mpu6050 Fix dma and ts alignment and data leak issues.Jonathan Cameron2020-09-212-10/+14
| * iio:imu:st_lsm6dsx Fix alignment and data leak issuesJonathan Cameron2020-09-212-16/+32
| * iio:imu:st_lsm6dsx: check st_lsm6dsx_shub_read_output returnTom Rix2020-09-211-0/+2
| * iio: imu: st_lsm6dsx: Scaling factor type set to IIO_VAL_INT_PLUS_NANOMario Tesi2020-09-211-57/+77
| * iio: adis16475: Drop adis_burst usageNuno Sá2020-09-211-15/+3
| * iio: adis16400: Drop adis_burst usageNuno Sá2020-09-211-19/+13
| * iio: adis: Move burst mode into adis_dataNuno Sá2020-09-211-7/+5
| * iio:imu:adis16400: Sort out missing kernel doc.Jonathan Cameron2020-09-171-0/+2
| * iio: adis: Drop non Managed device functionsNuno Sá2020-09-162-120/+4
| * iio: adis16480: Use Managed device functionsNuno Sá2020-09-161-30/+25
| * iio: adis16460: Use Managed device functionsNuno Sá2020-09-161-21/+4
| * iio: adis16400: Use Managed device functionsNuno Sá2020-09-161-23/+15
* | Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2020-09-141-3/+3
|\ \ | |/ |/|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* | iio: imu: inv_mpu6050: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-14/+6
|/
* iio: imu: st_lsm6dsx: reset hw ts after resumeLorenzo Bianconi2020-07-223-11/+17
* iio: imu: st_lsm6dsx: st_lsm6dsx: Mark 'st_lsm6dsx_accel_ext_info' as __maybe...Lee Jones2020-07-201-1/+2
* iio: imu: st_lsm6dsx: st_lsm6dsx_shub: Demote obvious misuse of kerneldoc to ...Lee Jones2020-07-201-4/+4
* iio: imu: inv_mpu6050: inv_mpu_ring: Demote seemingly unintentional kerneldoc...Lee Jones2020-07-201-1/+1
* iio: imu: inv_mpu6050: inv_mpu_core: Demote obvious misuse of kerneldoc to st...Lee Jones2020-07-201-7/+7