summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/bmi160
Commit message (Expand)AuthorAgeFilesLines
* iio:imu:bmi160: Fix alignment and data leak issuesJonathan Cameron2020-12-032-4/+9
* iio:imu:bmi160: Fix too large a buffer.Jonathan Cameron2020-12-031-2/+2
* iio: remove unneeded breakTom Rix2020-11-011-1/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: imu: bmi160: added mount-matrix supportJonathan Albrieux2020-06-142-0/+21
* iio: imu: bmi160: added regulator supportJonathan Albrieux2020-06-142-0/+26
* iio: imu: bmi160: fix typoJonathan Albrieux2020-06-141-1/+1
* iio: imu: bmi160_spi: Use vsprintf extension %pe for symbolic error nameNishant Malpani2020-04-191-2/+2
* iio: imu: bmi160_i2c: Use vsprintf extension %pe for symbolic error nameNishant Malpani2020-04-191-2/+2
* 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/+18
* 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/+3
* iio: bmi160: use all devm functions in probeMartin Kelly2018-12-104-41/+14
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-131-1/+0
|\
| * iio:imu: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* | 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/+6
|/
* 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