summaryrefslogtreecommitdiff
path: root/drivers/iio/imu/bmi160
AgeCommit message (Expand)AuthorFilesLines
2022-11-23iio: imu: bmi160/bmi160_i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-06-21iio: imu: bmi160: Move exported symbols to IIO_BMI160 namespaceJonathan Cameron3-3/+5
2022-05-19Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman3-35/+23
2022-04-28iio: imu: bmi160: Make use of device propertiesAndy Shevchenko3-35/+23
2022-04-04iio:imu:bmi160: disable regulator in error pathTong Zhang1-6/+14
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko1-2/+1
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+2
2020-12-03iio:imu:bmi160: Fix alignment and data leak issuesJonathan Cameron2-4/+9
2020-12-03iio:imu:bmi160: Fix too large a buffer.Jonathan Cameron1-2/+2
2020-11-01iio: remove unneeded breakTom Rix1-1/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-06-14iio: imu: bmi160: added mount-matrix supportJonathan Albrieux2-0/+21
2020-06-14iio: imu: bmi160: added regulator supportJonathan Albrieux2-0/+26
2020-06-14iio: imu: bmi160: fix typoJonathan Albrieux1-1/+1
2020-04-19iio: imu: bmi160_spi: Use vsprintf extension %pe for symbolic error nameNishant Malpani1-2/+2
2020-04-19iio: imu: bmi160_i2c: Use vsprintf extension %pe for symbolic error nameNishant Malpani1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-02-09iio:bmi160: use if (ret) instead of if (ret < 0)Martin Kelly1-22/+18
2019-02-09iio:bmi160: use iio_pollfunc_store_timeMartin Kelly1-3/+3
2019-02-09iio:bmi160: add drdy interrupt supportMartin Kelly2-3/+278
2019-02-09iio:bmi160: add SPDX identifiersMartin Kelly3-11/+3
2018-12-11iio: bmi160: use all devm functions in probeMartin Kelly4-41/+14
2017-11-14Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-22iio:imu: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-01-23Merge tag 'iio-for-4.11b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-4/+4
2017-01-21iio: bmi160: use variable names for sizeof() operatorAlison Schofield1-4/+4
2017-01-19Merge tag 'iio-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2-6/+26
2016-12-30iio: bmi160: Fix time needed to sleep after command executionMarcin Niestroj1-19/+6
2016-12-30iio: bmi160: Add of device table for spiMarcin Niestroj1-4/+14
2016-12-30iio: bmi160: Add of device table for i2cMarcin Niestroj1-2/+12
2016-10-23iio: bmi160_core: Fix sparse warning due to incorrect type in assignmentsayli karnik1-1/+2
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-1/+2
2016-06-20Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman1-8/+8
2016-05-04imu: bmi160: Add avail frequency and scale attributesDaniel Baluta1-0/+27
2016-05-04iio: bmi160: Fix ODR settingDaniel Baluta1-2/+2
2016-05-04iio: bmi160: Fix output data rate for accelDaniel Baluta1-6/+6
2016-04-16iio: imu: Add initial support for Bosch BMI160Daniel Baluta6-0/+779