summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/bmi160 (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: imu: bmi160_core: make use of iio_for_each_active_channel()Nuno Sa2024-08-031-2/+1
* iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-271-2/+2
* iio: imu: bmi160: add support for bmi120Danila Tikhonov2024-05-273-6/+26
* Add 10EC5280 to bmi160_i2c ACPI IDs to allow binding on some devicesJesus Gonzalez2024-02-171-0/+9
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: imu: bmi160/bmi160_i2c: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: imu: bmi160: Move exported symbols to IIO_BMI160 namespaceJonathan Cameron2022-06-213-3/+5
* Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-05-193-35/+23
|\
| * iio: imu: bmi160: Make use of device propertiesAndy Shevchenko2022-04-283-35/+23
* | 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-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-141-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