summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: imu: inv_mpu6050: stabilized timestamping in interruptJean-Baptiste Maneyrol2024-06-032-2/+3
* iio: imu: inv_icm42600: delete unneeded update watermark callJean-Baptiste Maneyrol2024-06-022-8/+0
* iio: imu: inv_icm42600: stabilized timestamp in interruptJean-Baptiste Maneyrol2024-06-023-2/+20
* iio: imu: bmi323: Fix trigger notification in case of errorVasileios Amoiridis2024-05-271-2/+3
* Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-2212-138/+809
|\
| * Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman2024-05-081-1/+3
| |\
| * | iio: invensense: fix timestamp glitches when switching frequencyJean-Baptiste Maneyrol2024-05-032-13/+9
| * | iio: imu: inv_icm42600: add support of ICM-42686-PJean-Baptiste Maneyrol2024-04-297-43/+193
| * | iio: imu: inv_icm42600: add support of ICM-42688-PJean-Baptiste Maneyrol2024-04-134-0/+13
| * | 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
| * | iio: imu: st_lsm6dsx: drop casting to void in dev_set_drvdataJavier Carrasco2024-03-251-1/+1
* | | i2c: mux: Remove class argument from i2c_mux_add_adapter()Heiner Kallweit2024-05-131-1/+1
| |/ |/|
* | iio:imu: adis16475: Fix sync mode settingRamona Gradinariu2024-04-061-1/+3
|/
* Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-2118-97/+176
|\
| * Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2024-02-2518-97/+176
| |\
| | * iio: imu: bmi323: Add ACPI Match TableJonathan LoBue2024-02-191-0/+21
| | * iio: st_sensors: lsm9ds0: Use common style for terminator in ID tablesandy.shevchenko@gmail.com2024-02-191-1/+1
| | * iio: st_sensors: lsm9ds0: Don't use "proxy" headersandy.shevchenko@gmail.com2024-02-194-5/+12
| | * iio: st_sensors: lsm9ds0: Use dev_err_probe() everywhereandy.shevchenko@gmail.com2024-02-191-10/+7
| | * Add 10EC5280 to bmi160_i2c ACPI IDs to allow binding on some devicesJesus Gonzalez2024-02-171-0/+9
| | * iio: imu: st_lsm6dsx: add support to ASM330LHHXG1Lorenzo Bianconi2024-02-176-0/+19
| | * iio: imu: st_lsm6dsx: improve kernel docs and commentsLorenzo Bianconi2024-02-173-14/+71
| | * iio: imu: bmi323: Use cleanup handling for iio_device_claim_direct_mode()Jonathan Cameron2024-02-171-47/+31
| | * iio: imu: adis16480: make use of irq_get_trigger_type()Nuno Sa2024-02-171-8/+1
| | * iio: imu: adis16475: make use of irq_get_trigger_type()Nuno Sa2024-02-171-7/+1
| | * iio: imu: kmx61: Drop ACPI_PTR() usageJonathan Cameron2024-01-231-1/+1
| | * iio: imu: fxos8700: Drop ACPI_PTR() usageJonathan Cameron2024-01-232-4/+2
* | | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-2/+2
|\ \ \
| * | | Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman2024-02-191-0/+1
| |\| |
| * | | treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini2024-01-281-2/+2
| | |/ | |/|
* | | 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
| |/ |/|
* | iio: imu: bno055: serdev requires REGMAPRandy Dunlap2024-01-221-0/+1
|/
* Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-3/+3
|\
| * tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-3/+3
* | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-1813-30/+2615
|\ \
| * | iio: imu: bmi323: Make the local structures staticJagath Jog J2023-11-262-2/+2
| * | iio: imu: inv_mpu6050: return callee's error code rather than -EINVALSu Hui2023-11-261-6/+3
| * | iio: imu: adis: Use spi cs inactive delayRamona Gradinariu2023-11-161-12/+6
| * | iio/imu: inv_icm42600: Use max() helper macrosBragatheswaran Manickavel2023-11-163-12/+3
| * | iio: imu: Fix spelling mistake "accelrometer" -> "accelerometer"Colin Ian King2023-11-161-2/+2
| * | iio: imu: Add driver for BMI323 IMUJagath Jog J2023-11-168-0/+2603
| |/
* | iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_rawSu Hui2023-11-261-2/+2
* | iio: imu: adis16475: use bit numbers in assign_bit()Nuno Sa2023-11-261-2/+2
* | iio: imu: adis16475: add spi_device_id tableNuno Sa2023-11-261-45/+72
|/
* Merge tag 'iio-for-6.7a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-10-204-39/+217
|\
| * drivers: imu: adis16475.c: Remove scan index from delta channelsRamona Gradinariu2023-10-141-21/+46