summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-07-014-20/+48
|\
| * iio: imu: st_lsm6dsx: get device name from st_lsm6dsx_sensor_settingsLorenzo Bianconi2019-06-174-20/+48
* | Merge tag 'staging-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-06-212-8/+19
|\ \
| * \ Merge tag 'iio-fixes-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-06-172-8/+19
| |\ \
| | * | iio: imu: st_lsm6dsx: fix PM support for st_lsm6dsx i2c controllerLorenzo Bianconi2019-05-272-8/+19
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-10/+2Star
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-5/+1Star
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1Star
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-056-54/+6Star
|/ / /
* | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-318-16/+8Star
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-305-10/+5Star
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-303-6/+3Star
* | | | Merge tag 'staging-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-313-5/+64
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge tag 'iio-fixes-for-5.2a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-05-203-5/+64
| |\ \ | | |/ | |/|
| | * iio: imu: mpu6050: Fix FIFO layout for ICM20602Steve Moskovchenko2019-04-143-5/+64
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-216-0/+6
|/ /
* | iio: imu: st_lsm6dsx: inline per-sensor dataLorenzo Bianconi2019-04-221-34/+16Star
* | iio: imu: st_lsm6dsx: remove set but not used variables 'acc_sensor' and 'gyr...YueHaibing2019-04-141-4/+0Star
* | iio: imu: st_lsm6dsx: add support to LSM6DSRLorenzo Bianconi2019-04-076-6/+83
* | iio: imu: adis16400: move adis16400.h into adis16400.cAlexandru Ardelean2019-04-042-198/+175Star
* | iio: imu: adis16400: rename adis16400_core.c -> adi16400.cAlexandru Ardelean2019-04-042-1/+0Star
* | iio: imu: adis16400: move burst logic to ADIS libAlexandru Ardelean2019-04-045-77/+41Star
* | iio: imu: adis: generalize burst mode supportAlexandru Ardelean2019-04-042-4/+11
* | iio: imu: adis16400: move trigger handler into adis16400_coreAlexandru Ardelean2019-04-043-43/+46
* | iio: imu: st_lsm6dsx: add support to LSM6DSOXLorenzo Bianconi2019-04-046-4/+17
* | iio: imu: adis16480: Add support for external clockStefan Popa2019-04-041-7/+179
* | iio: imu: st_lsm6dsx: add support to ASM330LHHLorenzo Bianconi2019-04-046-6/+57
* | iio: mpu6050: improve code readabilityH. Nikolaus Schaller2019-04-041-2/+4
* | iio: Allow to read mount matrix from ACPIAndy Shevchenko2019-04-041-2/+2
* | iio: imu: adis16480: Add support for ADIS1649x family of devicesStefan Popa2019-04-041-0/+97
* | iio: imu: adis16480: Deal with filter freq in a generic wayStefan Popa2019-04-041-4/+9
* | iio: imu: adis16480: Calculate the sampling frequency in a generic wayStefan Popa2019-04-041-4/+14
* | iio: imu: adis16480: Treat temperature scale in a generic wayStefan Popa2019-04-041-3/+15
* | iio: imu: adis16480: Add OF device ID tableStefan Popa2019-04-041-0/+10
* | iio: imu: adis16480: Add support for configurable drdy indicatorStefan Popa2019-04-041-2/+95
|/
* iio:bmi160: use if (ret) instead of if (ret < 0)Martin Kelly2019-02-091-22/+18Star
* iio:bmi160: use iio_pollfunc_store_timeMartin Kelly2019-02-091-3/+3
* iio:bmi160: add drdy interrupt supportMartin Kelly2019-02-092-3/+278
* iio:bmi160: add SPDX identifiersMartin Kelly2019-02-093-11/+3Star
* Merge tag 'iio-for-5.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-02-046-9/+58
|\
| * iio: imu: mpu6050: Add support for the ICM 20602 IMURandolph Maaßen2019-02-025-7/+58
| * iio: imu: st_lsm6dsx: remove set but not used variable ''YueHaibing2018-12-221-2/+0Star
* | Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-299-176/+1276
|\|
| * iio: bmi160: use all devm functions in probeMartin Kelly2018-12-104-41/+14Star
| * iio: imu: st_lsm6dsx: do not use a fixed read len in read_oneshotLorenzo Bianconi2018-11-251-6/+8
| * iio: imu: st_lsm6dsx: add hw FIFO support to i2c controllerLorenzo Bianconi2018-11-164-6/+125
| * iio: imu: st_lsm6dsx: add st_lsm6dsx_push_tagged_data routineLorenzo Bianconi2018-11-161-15/+29
| * iio: imu: st_lsm6dsx: add i2c embedded controller supportLorenzo Bianconi2018-11-164-43/+909
| * iio: imu: st_lsm6dsx: introduce st_lsm6dsx_sensor_set_enable routineLorenzo Bianconi2018-11-163-33/+15Star
| * iio: imu: st_lsm6dsx: introduce ST_LSM6DSX_ID_EXT sensor idsLorenzo Bianconi2018-11-163-9/+88