summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/bmi160/bmi160_core.c
Commit message (Expand)AuthorAgeFilesLines
* iio: imu: bmi160: add support for bmi120Danila Tikhonov2024-05-271-6/+20
* iio: imu: bmi160: Move exported symbols to IIO_BMI160 namespaceJonathan Cameron2022-06-211-3/+3
* Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-05-191-21/+6
|\
| * iio: imu: bmi160: Make use of device propertiesAndy Shevchenko2022-04-281-21/+6
* | iio:imu:bmi160: disable regulator in error pathTong Zhang2022-04-041-6/+14
|/
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-2/+1
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+2
* iio:imu:bmi160: Fix alignment and data leak issuesJonathan Cameron2020-12-031-4/+2
* 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-141-0/+20
* iio: imu: bmi160: added regulator supportJonathan Albrieux2020-06-141-0/+24
* iio: imu: bmi160: fix typoJonathan Albrieux2020-06-141-1/+1
* 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-091-3/+267
* iio:bmi160: add SPDX identifiersMartin Kelly2019-02-091-4/+1
* iio: bmi160: use all devm functions in probeMartin Kelly2018-12-101-24/+14
* iio:imu: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* 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
* | 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-161-0/+596