summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
Commit message (Expand)AuthorAgeFilesLines
* 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
| * iio: imu: fxos8700: fix incorrect ODR mode readbackCarlos Song2023-01-211-6/+6
| * iio: imu: st_lsm6dsx: fix build when CONFIG_IIO_TRIGGERED_BUFFER=mVladimir Oltean2023-01-081-0/+1
| * iio: imu: fxos8700: fix ACCEL measurement range selectionCarlos Song2022-12-281-7/+34
| * iio: imu: fxos8700: fix IMU data bits returned to user spaceCarlos Song2022-12-281-1/+27
| * iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readbackCarlos Song2022-12-281-1/+1
| * iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readbackCarlos Song2022-12-281-2/+15
| * iio: imu: fxos8700: fix map label of channel type to MAGN sensorCarlos Song2022-12-281-1/+1
* | iio: imu: fix spdx formatTom Rix2023-01-281-1/+1
* | iio: imu: st_lsm6dsx: add 'mount_matrix' sysfs entry to gyro channel.Philippe De Muyter2023-01-211-2/+3
* | iio: imu: st_lsm6dsx: fix naming of 'struct iio_info' in st_lsm6dsx_shub.c.Philippe De Muyter2023-01-211-6/+6
* | iio: imu: kmx61: Fix spelling mistake "Errow" -> "Error"Colin Ian King2022-12-281-1/+1
|/
* Merge tag 'iio-for-6.2b' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2022-11-2711-38/+183
|\
| * iio: imu: st_lsm6dsx: add support to ISM330ISLorenzo Bianconi2022-11-245-4/+20
| * iio: imu: st_lsm6dsx: add support to LSM6DSO16ISLorenzo Bianconi2022-11-235-3/+141
| * iio: imu: adis16400: Call '__adis_initial_startup()' in probeRamona Bolboaca2022-11-231-1/+1
| * iio: adis: add '__adis_enable_irq()' implementationRamona Bolboaca2022-11-231-18/+10
| * iio: imu: st_lsm6dsx: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * iio: imu: kmx61: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * iio: imu: inv_mpu6050: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-4/+3
| * iio: imu: fxos8700_i2c: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * iio: imu: bmi160/bmi160_i2c: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* | Merge tag 'iio-for-6.2a-take2' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-11-2515-137/+387
|\|
| * iio: imu: st_lsm6dsx: fix LSM6DSV sensor descriptionLorenzo Bianconi2022-11-231-1/+8
| * iio: imu: inv_icm42600: Add support for icm42631Jay Greco2022-11-234-0/+13
| * iio: imu: st_lsm6dsx: add support to LSM6DSV16XLorenzo Bianconi2022-11-235-2/+19
| * iio: imu: st_lsm6dsx: add support to LSM6DSVLorenzo Bianconi2022-11-236-2/+216
| * iio: imu: st_lsm6dsx: introduce sw trigger supportLorenzo Bianconi2022-11-233-4/+81
| * iio: st_sensors: core and lsm9ds0 switch to devm_regulator_bulk_get_enable()Jonathan Cameron2022-11-231-58/+7
| * iio: imu: st_lsm6dsx: Simplify using devm_regulator_*get_enable()Matti Vaittinen2022-11-232-27/+5
| * iio: imu: inv_mpu: Move exports to IIO_MPU6050 namespaceJonathan Cameron2022-11-233-11/+12
| * iio: imu: inv_icm42600: Move exports to IIO_ICM42600 namespaceJonathan Cameron2022-11-233-13/+14
| * iio: imu: st_lsm6dsx: introduce st_lsm6dsx_device_set_enable routineLorenzo Bianconi2022-11-233-23/+16
* | iio: imu: bno055: uninitialized variable bug in bno055_trigger_handler()Dan Carpenter2022-11-011-1/+1
|/
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-0818-19/+2493
|\
| * iio: imu: add BNO055 I2C driverAndrea Merello2022-09-213-0/+70
| * iio: imu: add BNO055 serdev driverAndrea Merello2022-09-215-0/+693
| * iio: imu: add Bosch Sensortec BNO055 core driverAndrea Merello2022-09-216-0/+1707
| * iio: imu: st_lsm6dsx: add support to LSM6DSTXLorenzo Bianconi2022-09-216-3/+20
| * iio: imu: inv_mpu6050: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-2/+2
| * iio: imu: adis16475: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König2022-08-151-14/+1
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-162-6/+2
|/
* Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-07-1411-20/+23
|\
| * iio: imu: bmi160: Move exported symbols to IIO_BMI160 namespaceJonathan Cameron2022-06-213-3/+5
| * iio: imu: st_lsm6dsx: Limit requested watermark value to hwfifo sizePaul Cercueil2022-06-151-2/+2
| * iio: imu: lsm6dsx: Move exported symbols to the IIO_LSM6DSX namespaceJonathan Cameron2022-06-154-3/+6
| * iio: imu: lsm6dsx: Use new pm_sleep_ptr() and EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron2022-06-154-9/+7