summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer/bmc150_magn.c
Commit message (Expand)AuthorAgeFilesLines
* iio: magnetometer: bmc150: Add rudimentary regulator supportStephan Gerhold2021-01-221-1/+25
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-031-5/+5
* iio: magnetometer: bmc150: remove unneeded semicolonTom Rix2020-11-011-1/+1
* 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
* iio: magnetometer: bmc150: add mount matrix supportH. Nikolaus Schaller2019-04-041-0/+21
* iio:magnetometer: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* iio: magn: Split bmc150 driver in common/i2c partsDaniel Baluta2016-04-181-92/+63
* iio: remove unused gpio consumer.h includeIrina Tirdea2016-04-031-1/+0
* iio: Reconcile operation order between iio_register/unregister and pm functionsAdriana Reus2015-11-081-11/+9
* iio: remove gpio interrupt probing from drivers that use a single interruptOctavian Purdila2015-10-031-29/+0
* Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-09-041-5/+1
|\
| * Merge tag 'v4.2-rc4' into develLinus Walleij2015-08-131-2/+2
| |\
| * | iio: magn: bmc150: use flags argument of devm_gpiod_getUwe Kleine-König2015-07-061-5/+1
* | | Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2015-08-121-12/+12
|\ \ \
| * | | iio: magn: bmc150_magn: do not set power state twice when setting trigger stateIrina Tirdea2015-08-021-8/+2
| * | | iio: magn: bmc150_magn: add locking comment for runtime resumeIrina Tirdea2015-08-021-0/+3
| * | | iio:magnetometer:bmc150_magn: use descriptive name for maskHartmut Knaack2015-08-021-2/+3
| * | | iio:magnetometer:bmc150_magn: expand mutex in trigger_handlerHartmut Knaack2015-08-021-1/+1
| * | | iio:magnetometer:bmc150_magn: replace magic valueHartmut Knaack2015-07-191-1/+3
* | | | Merge 4.2-rc4 into staging-nextGreg Kroah-Hartman2015-07-271-2/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | iio:magnetometer:bmc150_magn: output intended variableHartmut Knaack2015-07-191-2/+2
| |/
* | iio: magn: bmc150: add support for bmc156Vlad Dogaru2015-06-211-0/+2
* | iio: magn: bmc150: decouple buffer and triggerVlad Dogaru2015-06-211-31/+38
|/
* iio: magn: bmc150_magn: add oversampling ratioIrina Tirdea2015-05-101-4/+129
* iio: magn: Add support for BMC150 magnetometerIrina Tirdea2015-05-101-0/+984