summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/bmg160_core.c
Commit message (Expand)AuthorAgeFilesLines
* iio: gyro: bmg160_core: make use of regmap_clear_bits()Trevor Gamblin2024-06-251-2/+2
* iio: gyro: bmg160_core: Simplify using devm_regulator_*get_enable()Matti Vaittinen2022-11-231-21/+3
* iio: gyro: bmg160: Fix typo in commentXiang wangx2022-06-181-1/+1
* iio: Fix error handling for PMMiaoqian Lin2022-01-301-1/+4
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-2/+1
* iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-3/+7
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-2/+2
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-251-2/+0
* iio: gyro: bmg160: Add rudimentary regulator supportStephan Gerhold2021-01-221-0/+25
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-031-8/+4
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-2/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-3/+3
|\
| * iio/gyro/bmg160: Use millidegrees for temperature scaleMike Looijmans2019-03-091-3/+3
* | iio: gyro: bmg160: add mount matrix supportH. Nikolaus Schaller2019-04-041-0/+21
|/
* drivers: iio: gyro: remove duplicate includesPravin Shedge2018-01-081-1/+0
* iio:gyro: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* iio: bmg160: reset chip when probingQuentin Schulz2017-03-251-0/+12
* iio: bmg160: add callbacks for the filter frequencySteffen Trumtrar2016-07-031-12/+96
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-15/+15
* Merge tag 'iio-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-04-261-42/+44
|\
| * iio: gyro: bmg160: use regmap to retrieve struct deviceAlison Schofield2016-04-191-42/+44
* | Merge 4.6-rc3 into staging-nextGreg Kroah-Hartman2016-04-111-3/+3
|\ \ | |/ |/|
| * iio: gyro: bmg160: fix buffer read valuesIrina Tirdea2016-04-031-1/+1
| * iio: gyro: bmg160: fix endianness when reading axesIrina Tirdea2016-04-031-3/+4
* | iio: remove gpio interrupt probing from drivers that use a single interruptIrina Tirdea2016-04-031-28/+0
* | iio: accel: bmg160: optimize transfers in trigger handlerIrina Tirdea2016-04-031-11/+6
* | iio: gyro: bmg160: use available_scan_masksIrina Tirdea2016-04-031-2/+7
|/
* iio: Reconcile operation order between iio_register/unregister and pm functionsAdriana Reus2015-11-081-10/+9
* iio: bmg160: Separate i2c and core driverMarkus Pargmann2015-08-311-0/+1203