summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman2025-01-134-3/+25
|\
| * iio: imu: kmx61: fix information leak in triggered bufferJavier Carrasco2024-12-071-1/+1
| * iio: imu: inv_icm42600: fix timestamps after suspend if sensor is onJean-Baptiste Maneyrol2024-12-071-1/+6
| * iio: imu: inv_icm42600: fix spi burst write not supportedJean-Baptiste Maneyrol2024-12-073-1/+18
* | iio: imu: inv_icm42600: switch timestamp type from int64_t __aligned(8) to al...Jonathan Cameron2024-12-282-2/+2
* | iio: imu: Use aligned_s64 instead of open coding alignment.Jonathan Cameron2024-12-282-2/+2
* | iio: imu: bno055: constify 'struct bin_attribute'Thomas Weißschuh2024-12-281-4/+4
* | iio: imu: st_lsm6dsx: don't always auto-enable I2C, I3C and SPI interface dri...Sean Nyekjaer2024-12-111-9/+9
* | iio: gyro: Add support for iam20380 sensorHan Xu2024-12-074-0/+38
* | iio: imu: lsm6dsx: Use i3cdev_to_dev to get device pointerGuenter Roeck2024-12-071-3/+3
* | iio: imu: adis16480: add devices to adis16480 driverDarius Berghe2024-12-071-0/+75
|/
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-0232-52/+52
* 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
|\