aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/bmg160_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko1-2/+1
2021-05-17iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-2/+2
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-2/+0
2021-01-22iio: gyro: bmg160: Add rudimentary regulator supportStephan Gerhold1-0/+25
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron1-8/+4
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-2/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-3/+3
2019-04-04iio: gyro: bmg160: add mount matrix supportH. Nikolaus Schaller1-0/+21
2019-03-09iio/gyro/bmg160: Use millidegrees for temperature scaleMike Looijmans1-3/+3
2018-01-08drivers: iio: gyro: remove duplicate includesPravin Shedge1-1/+0
2017-08-22iio:gyro: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-03-25iio: bmg160: reset chip when probingQuentin Schulz1-0/+12
2016-07-03iio: bmg160: add callbacks for the filter frequencySteffen Trumtrar1-12/+96
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-15/+15
2016-04-26Merge tag 'iio-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-testingGreg Kroah-Hartman1-42/+44
2016-04-19iio: gyro: bmg160: use regmap to retrieve struct deviceAlison Schofield1-42/+44
2016-04-11Merge 4.6-rc3 into staging-nextGreg Kroah-Hartman1-3/+3
2016-04-03iio: gyro: bmg160: fix buffer read valuesIrina Tirdea1-1/+1
2016-04-03iio: gyro: bmg160: fix endianness when reading axesIrina Tirdea1-3/+4
2016-04-03iio: remove gpio interrupt probing from drivers that use a single interruptIrina Tirdea1-28/+0
2016-04-03iio: accel: bmg160: optimize transfers in trigger handlerIrina Tirdea1-11/+6
2016-04-03iio: gyro: bmg160: use available_scan_masksIrina Tirdea1-2/+7
2015-11-08iio: Reconcile operation order between iio_register/unregister and pm functionsAdriana Reus1-10/+9
2015-08-31iio: bmg160: Separate i2c and core driverMarkus Pargmann1-0/+1203