aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/bmi160/bmi160_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-21iio: imu: bmi160: Move exported symbols to IIO_BMI160 namespaceJonathan Cameron1-3/+3
2022-05-19Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman1-21/+6
2022-04-28iio: imu: bmi160: Make use of device propertiesAndy Shevchenko1-21/+6
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 Cameron1-4/+2
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 Albrieux1-0/+20
2020-06-14iio: imu: bmi160: added regulator supportJonathan Albrieux1-0/+24
2020-06-14iio: imu: bmi160: fix typoJonathan Albrieux1-1/+1
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 Kelly1-3/+267
2019-02-09iio:bmi160: add SPDX identifiersMartin Kelly1-4/+1
2018-12-10iio: bmi160: use all devm functions in probeMartin Kelly1-24/+14
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/jic23/iio into work-nextGreg Kroah-Hartman1-4/+4
2017-01-21iio: bmi160: use variable names for sizeof() operatorAlison Schofield1-4/+4
2016-12-30iio: bmi160: Fix time needed to sleep after command executionMarcin Niestroj1-19/+6
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 Baluta1-0/+596