summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2024-11-0913-32/+1131
|\
| * iio: imu: st_lsm6dsx: use bool for event stateJulien Stephan2024-11-031-1/+1
| * iio: imu: bmi323: use bool for event stateJulien Stephan2024-11-031-4/+4
| * iio: fix write_event_config signatureJulien Stephan2024-11-034-4/+4
| * iio: imu: bmi270: Add support for BMI260Justin Weiss2024-11-014-1/+39
| * iio: imu: bmi270: Add scale and sampling frequency to BMI270 IMUJustin Weiss2024-11-011-0/+339
| * iio: imu: bmi270: Add triggered buffer for Bosch BMI270 IMUJustin Weiss2024-11-013-0/+66
| * iio: imu: inv_mpu6050: simplify code in write_event_config callbackJulien Stephan2024-11-011-5/+2
| * iio: imu: inv_mpu6050: Replace strange way of checking type of enumerationAndy Shevchenko2024-10-281-4/+1
| * iio: imu: bmi270: Provide chip info as configuration structureJustin Weiss2024-10-284-11/+40
| * iio: imu: bmi270: Remove unused FREQUENCY / SCALE attributesJustin Weiss2024-10-281-4/+0
| * iio: imu: smi240: add driverShen Jianping2024-10-213-0/+637
* | Merge tag 'iio-fixes-for-6.12c' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-11-083-6/+0
|\ \ | |/ |/|
| * iio: invensense: fix multiple odr switch when FIFO is offJean-Baptiste Maneyrol2024-10-293-6/+0
* | Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman2024-10-211-12/+11
|\|
| * Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-10-131-12/+11
| |\
| | * iio: bmi323: fix reversed if statement in bmi323_core_runtime_resume()Dan Carpenter2024-09-301-1/+3
| | * iio: bmi323: fix copy and paste bugs in suspend resumeDan Carpenter2024-09-301-6/+6
| | * iio: bmi323: Drop CONFIG_PM guards around runtime functionsNathan Chancellor2024-09-301-5/+2
* | | iio: imu: bmi270: Remove duplicated include in bmi270_i2c.cYang Li2024-10-171-1/+0
* | | Merge tag 'v6.12-rc2' into test2Jonathan Cameron2024-10-122-2/+2
|\| |
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
| |/
* | iio: imu: bmi323: remove redundant register definitionTarang Raval2024-10-101-1/+0
* | iio: imu: bmi270: Add spi driver for bmi270 imuAlex Lanzano2024-10-106-7/+105
* | iio: imu: inv_mpu6050: add support for IAM-20680HT/HPJean-Baptiste Maneyrol2024-10-054-0/+44
* | iio: imu: kmx61: Drop most likely fake ACPI IDAndy Shevchenko2024-09-301-22/+3
* | iio: imu: Add i2c driver for bmi270 imuAlex Lanzano2024-09-307-0/+407
* | iio: imu: inv_mpu6050: Use upper_16_bits()/lower_16_bits() helpersAndy Shevchenko2024-09-301-2/+4
* | iio: imu: st_lsm6dsx: Get platform data via dev_get_platdata()Andy Shevchenko2024-09-301-10/+5
* | iio: imu: st_lsm6dsx: Use aligned data type for timestampAndy Shevchenko2024-09-301-1/+1
* | iio: imu: fxos8700: Drop unused acpi.hAndy Shevchenko2024-09-301-1/+0
* | iio: imu: st_lsm6dsx: use irq_get_trigger_type()Jonathan Cameron2024-09-301-2/+1
* | iio: imu: inv_mpu6050: use irq_get_trigger_type()Jonathan Cameron2024-09-301-8/+1
* | iio: imu: inv_icm42600: use irq_get_trigger_type()Jonathan Cameron2024-09-301-9/+1
* | iio: imu: bmi323: use irq_get_trigger_type()Jonathan Cameron2024-09-301-7/+1
* | iio: imu: bmi160: use irq_get_trigger_type()Jonathan Cameron2024-09-301-10/+1
* | iio: imu: inv_icm42600: add inv_icm42600 id_tableJason Liu2024-09-302-0/+34
|/
* Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman2024-09-091-2/+11
|\
| * iio: imu: inv_mpu6050: fix interrupt status read for old buggy chipsJean-Baptiste Maneyrol2024-08-171-2/+11
* | iio: imu: st_lsm6dsx: Remove useless dev_fwnode() callsAndy Shevchenko2024-09-031-17/+6
* | iio: imu: st_lsm6dsx: Use iio_read_acpi_mount_matrix() helperAndy Shevchenko2024-09-031-69/+1
* | iio: bmi323: peripheral in lowest power state on suspendDenis Benato2024-09-031-2/+159
* | iio: imu: adis16460: drop ifdef around CONFIG_DEBUG_FSNuno Sa2024-08-101-14/+4
* | iio: imu: adis16400: drop ifdef around CONFIG_DEBUG_FSNuno Sa2024-08-101-14/+4
* | iio: imu: adis16480: drop ifdef around CONFIG_DEBUG_FSNuno Sa2024-08-101-14/+4
* | iio: imu: adis16475: drop ifdef around CONFIG_DEBUG_FSNuno Sa2024-08-101-6/+3
* | iio: bmi323: suspend and resume triggering on relevant pm operationsDenis Benato2024-08-104-0/+26
* | iio: imu: kmx61: make use of iio_for_each_active_channel()Nuno Sa2024-08-031-2/+1
* | iio: imu: bno055: make use of iio_get_masklength()Nuno Sa2024-08-031-1/+1
* | iio: imu: bmi160_core: make use of iio_for_each_active_channel()Nuno Sa2024-08-031-2/+1