summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
AgeCommit message (Expand)Author
2019-11-13Merge tag 'iio-for-5.5c' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2019-11-11iio: adis16480: Add debugfs_reg_access entryNuno Sá
2019-11-11iio: adis16480: Fix scales factorsNuno Sá
2019-11-11Merge 5.4-rc7 into staging-nextGreg Kroah-Hartman
2019-11-10iio: imu: mpu6050: Add support for vdd-supply regulatorStephan Gerhold
2019-11-09iio: imu: st_lsm6dsx: express odr in mHZLorenzo Bianconi
2019-11-09iio: imu: st_lsm6dsx: fix ODR check in st_lsm6dsx_write_rawLorenzo Bianconi
2019-11-09iio: imu: st_lsm6dsx: explicitly define odr table sizeLorenzo Bianconi
2019-11-03iio: imu: adis: assign read val in debugfs hook only if op successfulAlexandru Ardelean
2019-11-03iio: imu: adis16480: assign bias value only if operation succeededAlexandru Ardelean
2019-11-03iio: imu: adis16480: prefer `unsigned int` over `unsigned`Alexandru Ardelean
2019-11-03iio: imu: adis16480: fix indentation of return statementAlexandru Ardelean
2019-11-03iio: imu: adis: check ret val for non-zero vs less-than-zeroAlexandru Ardelean
2019-11-03iio: imu: adis16480: check ret val for non-zero vs less-than-zeroAlexandru Ardelean
2019-11-03iio: imu: adis16460: check ret val for non-zero vs less-than-zeroAlexandru Ardelean
2019-11-03iio: imu: adis16400: check ret val for non-zero vs less-than-zeroAlexandru Ardelean
2019-10-27iio: imu: st_lsm6dsx: add support to LSM6DSRXLorenzo Bianconi
2019-10-22iio: imu: inv_mpu6050: fix no data on MPU6050Jean-Baptiste Maneyrol
2019-10-22iio: imu: Add support for the FXOS8700 IMURobert Jones
2019-10-15iio: imu: st_lsm6dsx: add support to LSM6DS0Lorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: fix gyro gain definitions for LSM9DS1Lorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: add odr calibration featureMario Tesi
2019-10-15iio: imu: st_lsm6dsx: enable drdy-mask if availableLorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: enable wake-up event for LSM6DSOLorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: add missing kernel documenationLorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: add wakeup_source in st_sensors_platform_dataLorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: fix checkpatch warningLorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: grab conf mutex in st_lsm6dsx_write_event_configLorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: rely on st_lsm6dsx_update_bits_locked configuring eventsLorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: always check enable_reg in st_lsm6dsx_event_setupLorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: move bdu/boot and reset register info in hw_settingsLorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: do not access active-low/open-drain regs if not supportedLorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: move irq related definitions in irq_configLorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: add sanity check for read_fifo pointerLorenzo Bianconi
2019-10-15iio: imu: st_lsm6dsx: use st_lsm6dsx_read_locked in st_lsm6dsx_report_motion_...Lorenzo Bianconi
2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman
2019-10-12iio: imu: adis16480: make sure provided frequency is positiveAlexandru Ardelean
2019-10-09iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controllerLorenzo Bianconi
2019-10-09iio: imu: adis16400: fix memory leakNavid Emamdoost
2019-10-09iio: imu: adis16400: release allocated memory on failureNavid Emamdoost
2019-10-05iio: imu: st_lsm6dsx: add motion report function and call from interruptSean Nyekjaer
2019-10-05iio: imu: st_lsm6dsx: always enter interrupt threadSean Nyekjaer
2019-10-05iio: imu: st_lsm6dsx: add wakeup-source optionSean Nyekjaer
2019-10-05iio: imu: st_lsm6dsx: add motion eventsSean Nyekjaer
2019-10-05iio: imu: st_lsm6dsx: move interrupt thread to coreSean Nyekjaer
2019-10-05iio: imu: inv_mpu6050: add fifo support for magnetometer dataJean-Baptiste Maneyrol
2019-10-05iio: imu: inv_mpu6050: add MPU925x magnetometer supportJean-Baptiste Maneyrol
2019-10-05iio: imu: inv_mpu6050: helpers for using i2c master on auxiliary busJean-Baptiste Maneyrol
2019-10-05iio: imu: inv_mpu6050: fix objects syntax in MakefileJean-Baptiste Maneyrol
2019-10-05iio: imu: inv_mpu6050: add defines for supporting 9-axis chipsJean-Baptiste Maneyrol