summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/inv_mpu6050
Commit message (Expand)AuthorAgeFilesLines
* iio: imu: inv_mpu6050: stabilized timestamping in interruptJean-Baptiste Maneyrol2024-06-032-2/+3
* Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-224-84/+596
|\
| * iio: invensense: fix timestamp glitches when switching frequencyJean-Baptiste Maneyrol2024-05-031-1/+1
| * iio: imu: inv_mpu6050: add WoM suspend wakeup with low-power modeJean-Baptiste Maneyrol2024-03-252-51/+166
| * iio: imu: inv_mpu6050: add new interrupt handler for WoM eventsJean-Baptiste Maneyrol2024-03-253-16/+66
| * iio: imu: inv_mpu6050: add WoM event as accel eventJean-Baptiste Maneyrol2024-03-251-8/+59
| * iio: imu: inv_mpu6050: add WoM (Wake-on-Motion) sensorJean-Baptiste Maneyrol2024-03-254-13/+309
* | i2c: mux: Remove class argument from i2c_mux_add_adapter()Heiner Kallweit2024-05-131-1/+1
|/
* iio: imu: inv_mpu6050: fix frequency setting when chip is offJean-Baptiste Maneyrol2024-02-251-0/+5
* iio: imu: inv_mpu6050: fix FIFO parsing when emptyJean-Baptiste Maneyrol2024-02-241-0/+2
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-171-6/+3
|\
| * iio: imu: inv_mpu6050: return callee's error code rather than -EINVALSu Hui2023-11-261-6/+3
* | iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_rawSu Hui2023-11-261-2/+2
|/
* iio: imu: mpu6050: add level shifter flagAndreas Kemnade2023-10-053-0/+17
* iio: Remove unused declarationsYue Haibing2023-09-121-1/+0
* iio: imu: inv_mpu6050: read the full fifo when processing dataJean-Baptiste Maneyrol2023-07-203-8/+18
* iio: imu: inv_mpu6050: use the common inv_sensors timestamp moduleJean-Baptiste Maneyrol2023-07-205-93/+45
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: imu: mpu6050: Add support for the ICM 20600 IMUHermes Zhang2023-05-135-2/+25
* iio: imu: inv_mpu6050: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-4/+3
* iio: imu: inv_mpu: Move exports to IIO_MPU6050 namespaceJonathan Cameron2022-11-233-11/+12
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-2/+2
|\
| * iio: imu: inv_mpu6050: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-2/+2
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* iio: imu: mpu6050: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
* iio: imu: inv_mpu6050: Add support for ICM-20608-DMichael Srba2022-04-045-2/+24
* iio: imu: inv_mpu6050: Make use of device propertiesAndy Shevchenko2022-02-062-5/+4
* iio: imu: inv_mpu6050: Check ACPI companion directlyAndy Shevchenko2022-02-061-3/+2
* iio: imu: inv_mpu6050: Drop wrong use of ACPI_PTR()Andy Shevchenko2022-02-062-6/+5
* iio:imu:inv_mpu6050: Suppress clang W=1 warning about pointer to enum convers...Jonathan Cameron2021-12-212-2/+2
* iio: imu: inv_mpu6050: Mark acpi match table as maybe unusedDaniel Palmer2021-10-171-1/+1
* drivers/iio: Remove all strcpy() usesLen Baker2021-09-141-15/+21
* 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: inv_mpu6050: Drop use of %hhx format string.Jonathan Cameron2021-06-091-3/+2
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-2/+1
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+1
* iio: inv_mpu6050: Fully validate gyro and accel scale writesLars-Peter Clausen2021-04-071-6/+14
* 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
* iio: imu: inv_mpu6050: Add support for MPU-6880Stephan Gerhold2021-01-095-4/+25
* 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: inv_mpu6050: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-14/+6
* 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
* iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-141-1/+0
* iio: imu: inv_mpu6050: Drop double check for ACPI companion deviceAndy Shevchenko2020-06-141-5/+1
* Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman2020-04-271-1/+10
|\