summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
Commit message (Expand)AuthorAgeFilesLines
* 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-1713-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
| * iio: imu: mpu6050: add level shifter flagAndreas Kemnade2023-10-053-0/+17
| * iio: imu: adis16475: Add buffer padding after temp channelRamona Gradinariu2023-10-051-0/+10
| * iio: imu: adis16475.c: Add delta angle and delta velocity channelsRamona Bolboaca2023-09-121-19/+146
| * iio: Remove unused declarationsYue Haibing2023-09-121-1/+0
* | iio: imu: bno055: Fix missing Kconfig dependenciesJonathan Cameron2023-10-051-0/+2
|/
* Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman2023-08-131-1/+1
|\
| * iio: imu: lsm6dsx: Fix mount matrix retrievalAlejandro Tafalla2023-07-231-1/+1
* | iio: imu: adis16475.c: Add has_burst32 flag to adis16477 devicesRamona Bolboaca2023-07-231-0/+3
* | iio: imu: adis16475.c: Remove unused enum elementsRamona Bolboaca2023-07-231-2/+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: make invensense timestamp module genericJean-Baptiste Maneyrol2023-07-204-40/+55
* | iio: move inv_icm42600 timestamp module in commonJean-Baptiste Maneyrol2023-07-208-273/+13
* | iio: imu: inv_icm42600: make timestamp module chip independentJean-Baptiste Maneyrol2023-07-203-19/+12
|/
* Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-06-1515-34/+78
|\
| * iio: imu: inv_icm42600: avoid frequent timestamp jitterJean-Baptiste Maneyrol2023-05-231-23/+26
| * iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-218-8/+8
| * iio: imu: mpu6050: Add support for the ICM 20600 IMUHermes Zhang2023-05-135-2/+25
| * iio: st_sensors: Add ACPI support for lsm303d to the LSM9DS0 IMU driverMarius Hoch2023-05-131-0/+7
| * iio: st_sensors: Add lsm303d support to the LSM9DS0 IMU driverMarius Hoch2023-05-133-1/+12
* | iio: imu: inv_icm42600: fix timestamp resetJean-Baptiste Maneyrol2023-05-201-5/+5
|/
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-277-20/+189
|\
| * iio: imu: lsm6dsx: Add ACPI mount matrix retrievalJonathan Cameron2023-04-131-3/+74
| * iio: imu: lsm6dsx: Support SMO8B30 ACPI ID for LSM6DS3TR-CJonathan Cameron2023-04-122-3/+15
| * Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-04-127-14/+100
| |\
| | * iio: imu: st_lsm6dsx: add support to ASM330LHBLorenzo Bianconi2023-03-126-3/+19
| | * iio: imu: st_lsm6dsx: discard samples during filters settling timeLorenzo Bianconi2023-03-113-8/+78
| | * iio: imu: adis16475: correct copy paste mistake in comment blockNuno Sá2023-03-111-3/+3
* | | Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-04-271-1/+1
|\ \ \ | |/ / |/| |
| * | iio: imu: Replace all spi->chip_select and spi->cs_gpiod references with func...Amit Kumar Mahapatra2023-03-111-1/+1
| |/
* | Merge tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-03-281-0/+1
|\ \ | |/ |/|
| * iio: adis16480: select CONFIG_CRC32Arnd Bergmann2023-02-021-0/+1
* | Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman2023-02-062-22/+90
|\|
| * iio: imu: fxos8700: fix MAGN sensor scale and unitCarlos Song2023-01-211-3/+3
| * iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MINCarlos Song2023-01-211-1/+0
| * iio: imu: fxos8700: fix failed initialization ODR mode assignmentCarlos Song2023-01-211-2/+4