summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/bmi160
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* 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
* iio: bmi160: use all devm functions in probeMartin Kelly2018-12-104-41/+14Star
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-141-1/+0Star
|\
| * iio:imu: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'iio-for-4.11b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-01-231-4/+4
|\
| * iio: bmi160: use variable names for sizeof() operatorAlison Schofield2017-01-211-4/+4
* | Merge tag 'iio-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-01-192-6/+26
|\|
| * iio: bmi160: Add of device table for spiMarcin Niestroj2016-12-301-4/+14
| * iio: bmi160: Add of device table for i2cMarcin Niestroj2016-12-301-2/+12
* | iio: bmi160: Fix time needed to sleep after command executionMarcin Niestroj2016-12-301-19/+6Star
|/
* iio: bmi160_core: Fix sparse warning due to incorrect type in assignmentsayli karnik2016-10-231-1/+2
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-1/+2
* Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman2016-06-201-8/+8
|\
| * iio: bmi160: Fix ODR settingDaniel Baluta2016-05-041-2/+2
| * iio: bmi160: Fix output data rate for accelDaniel Baluta2016-05-041-6/+6
* | imu: bmi160: Add avail frequency and scale attributesDaniel Baluta2016-05-041-0/+27
|/
* iio: imu: Add initial support for Bosch BMI160Daniel Baluta2016-04-166-0/+779