summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-5.5a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-12-095-43/+86
|\
| * iio: imu: st_lsm6dsx: do not power-off accel if events are enabledLorenzo Bianconi2019-12-081-4/+26
| * iio: imu: st_lsm6dsx: track hw FIFO buffering with fifo_maskLorenzo Bianconi2019-12-083-15/+18
| * iio: imu: st_lsm6dsx: fix decimation factor estimationLorenzo Bianconi2019-12-082-9/+18
| * iio: imu: inv_mpu6050: fix temperature reporting using bad unitJean-Baptiste Maneyrol2019-12-082-15/+24
* | Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-2727-391/+2949
|\|
| * Merge tag 'iio-for-5.5c' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2019-11-1310-216/+279
| |\
| | * iio: adis16480: Add debugfs_reg_access entryNuno Sá2019-11-111-0/+1
| | * iio: adis16480: Fix scales factorsNuno Sá2019-11-111-36/+41
| | * iio: imu: mpu6050: Add support for vdd-supply regulatorStephan Gerhold2019-11-102-10/+37
| | * iio: imu: st_lsm6dsx: express odr in mHZLorenzo Bianconi2019-11-094-122/+131
| | * iio: imu: st_lsm6dsx: fix ODR check in st_lsm6dsx_write_rawLorenzo Bianconi2019-11-091-4/+5
| | * iio: imu: st_lsm6dsx: explicitly define odr table sizeLorenzo Bianconi2019-11-093-12/+29
| | * iio: imu: adis: assign read val in debugfs hook only if op successfulAlexandru Ardelean2019-11-031-1/+2
| | * iio: imu: adis16480: assign bias value only if operation succeededAlexandru Ardelean2019-11-031-2/+4
| | * iio: imu: adis16480: prefer `unsigned int` over `unsigned`Alexandru Ardelean2019-11-031-1/+1
| | * iio: imu: adis16480: fix indentation of return statementAlexandru Ardelean2019-11-031-1/+1
| | * iio: imu: adis: check ret val for non-zero vs less-than-zeroAlexandru Ardelean2019-11-031-1/+1
| | * iio: imu: adis16480: check ret val for non-zero vs less-than-zeroAlexandru Ardelean2019-11-031-14/+14
| | * iio: imu: adis16460: check ret val for non-zero vs less-than-zeroAlexandru Ardelean2019-11-031-4/+4
| | * iio: imu: adis16400: check ret val for non-zero vs less-than-zeroAlexandru Ardelean2019-11-031-11/+11
| * | Merge 5.4-rc7 into staging-nextGreg Kroah-Hartman2019-11-114-4/+27
| |\ \ | | |/ | |/|
| * | iio: imu: st_lsm6dsx: add support to LSM6DSRXLorenzo Bianconi2019-10-276-5/+21
| * | iio: imu: Add support for the FXOS8700 IMURobert Jones2019-10-226-0/+821
| * | iio: imu: st_lsm6dsx: add support to LSM6DS0Lorenzo Bianconi2019-10-155-2/+17
| * | iio: imu: st_lsm6dsx: fix gyro gain definitions for LSM9DS1Lorenzo Bianconi2019-10-151-3/+4
| * | iio: imu: st_lsm6dsx: add odr calibration featureMario Tesi2019-10-153-3/+29
| * | iio: imu: st_lsm6dsx: enable drdy-mask if availableLorenzo Bianconi2019-10-153-0/+29
| * | iio: imu: st_lsm6dsx: enable wake-up event for LSM6DSOLorenzo Bianconi2019-10-151-1/+24
| * | iio: imu: st_lsm6dsx: add missing kernel documenationLorenzo Bianconi2019-10-151-0/+3
| * | iio: imu: st_lsm6dsx: add wakeup_source in st_sensors_platform_dataLorenzo Bianconi2019-10-151-2/+4
| * | iio: imu: st_lsm6dsx: fix checkpatch warningLorenzo Bianconi2019-10-151-16/+19
| * | iio: imu: st_lsm6dsx: grab conf mutex in st_lsm6dsx_write_event_configLorenzo Bianconi2019-10-151-0/+2
| * | iio: imu: st_lsm6dsx: rely on st_lsm6dsx_update_bits_locked configuring eventsLorenzo Bianconi2019-10-151-11/+14
| * | iio: imu: st_lsm6dsx: always check enable_reg in st_lsm6dsx_event_setupLorenzo Bianconi2019-10-151-12/+11
| * | iio: imu: st_lsm6dsx: move bdu/boot and reset register info in hw_settingsLorenzo Bianconi2019-10-152-22/+99
| * | iio: imu: st_lsm6dsx: do not access active-low/open-drain regs if not supportedLorenzo Bianconi2019-10-152-14/+67
| * | iio: imu: st_lsm6dsx: move irq related definitions in irq_configLorenzo Bianconi2019-10-152-108/+179
| * | iio: imu: st_lsm6dsx: add sanity check for read_fifo pointerLorenzo Bianconi2019-10-152-0/+6
| * | iio: imu: st_lsm6dsx: use st_lsm6dsx_read_locked in st_lsm6dsx_report_motion_...Lorenzo Bianconi2019-10-151-14/+20
| * | Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman2019-10-144-19/+36
| |\ \
| * | | iio: imu: st_lsm6dsx: add motion report function and call from interruptSean Nyekjaer2019-10-052-4/+98
| * | | iio: imu: st_lsm6dsx: always enter interrupt threadSean Nyekjaer2019-10-051-8/+1
| * | | iio: imu: st_lsm6dsx: add wakeup-source optionSean Nyekjaer2019-10-051-0/+14
| * | | iio: imu: st_lsm6dsx: add motion eventsSean Nyekjaer2019-10-052-4/+228
| * | | iio: imu: st_lsm6dsx: move interrupt thread to coreSean Nyekjaer2019-10-052-77/+89
| * | | iio: imu: inv_mpu6050: add fifo support for magnetometer dataJean-Baptiste Maneyrol2019-10-054-12/+88
| * | | iio: imu: inv_mpu6050: add MPU925x magnetometer supportJean-Baptiste Maneyrol2019-10-055-4/+538
| * | | iio: imu: inv_mpu6050: helpers for using i2c master on auxiliary busJean-Baptiste Maneyrol2019-10-053-1/+225
| * | | iio: imu: inv_mpu6050: fix objects syntax in MakefileJean-Baptiste Maneyrol2019-10-051-3/+3