summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer/bmc150_magn.c
Commit message (Expand)AuthorAgeFilesLines
* iio:magnetometer:mbc150: Make bmc150_magn_remove() return voidUwe Kleine-König2022-06-111-2/+1
* Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-03-181-4/+4
|\
| * iio:magnetometer:bmc150: Move exports to IIO_BMC150_MAGN namespaceJonathan Cameron2022-02-181-4/+4
* | iio: Fix error handling for PMMiaoqian Lin2022-01-301-2/+3
|/
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-2/+1
* iio: magn: bmc150: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-4/+7
* iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-6/+4
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+1
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-251-1/+0
* 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