summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer
Commit message (Expand)AuthorAgeFilesLines
* iio: magnetometer: mag3110: Add ability to run in continuous modeRichard Tresidder2018-05-121-18/+140
* iio:magnetometer: Replace magic number 0 by IIO_CHAN_INFO_RAWRodrigo Siqueira2018-03-031-1/+1
* iio: magnetometer: ak8975: Add another ACPI IDAndy Shevchenko2017-12-021-0/+1
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-148-14/+16
|\
| * iio: magnetometer: st_magn: add SPI-3wire support to LIS3MDLLorenzo Bianconi2017-10-101-0/+4
| * iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesLorenzo Bianconi2017-10-091-2/+4
| * iio: st_sensors: add register mask for status registerLorenzo Bianconi2017-10-091-2/+8
| * Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman2017-10-091-0/+4
| |\
| * \ Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-09-258-10/+0Star
| |\ \
| | * | iio:magnetometer: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-228-10/+0Star
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
| |_|/ |/| |
* | | Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-09-251-0/+4
|\ \ \ | |/ / |/| |
| * | iio: magnetometer: st_magn: fix drdy line configuration for LIS3MDLLorenzo Bianconi2017-09-031-0/+4
| |/
* | Merge 4.13-rc7 into staging-nextGreg Kroah-Hartman2017-08-281-3/+1Star
|\ \ | |/ |/|
| * iio: magnetometer: st_magn: remove ihl property for LSM303AGRLorenzo Bianconi2017-08-201-2/+0Star
| * iio: magnetometer: st_magn: fix status register address for LSM303AGRLorenzo Bianconi2017-08-201-1/+1
* | iio: magnetometer: ak8974: debug AMI306 calibration dataMichał Mirosław2017-08-201-0/+41
* | iio: magnetometer: ak8974: mark INT_CLEAR as preciousMichał Mirosław2017-08-201-0/+6
* | iio: magnetometer: ak8974: add_device_randomness (serial number)Michał Mirosław2017-08-201-0/+2
* | iio: magnetometer: ak8974: support AMI306 variantMichał Mirosław2017-08-202-22/+72
* | iio: magnetometer: add support to LIS2MDLLorenzo Bianconi2017-08-174-0/+12
* | iio: magnetometer: st_magn_spi: add OF capability to st_magn_spiLorenzo Bianconi2017-07-021-0/+25
* | iio: magnetometer: Only declare ACPI table when ACPI is enableMatthias Kaehlcke2017-07-021-0/+2
* | iio: common: st_sensors: move st_sensors_of_i2c_probe() in common codeLorenzo Bianconi2017-07-011-1/+2
* | iio: magnetometer: st_magn_core: enable multiread by default for LIS3MDLLorenzo Bianconi2017-07-011-1/+1
|/
* iio: magnetometer: st_magn_spi: fix spi_device_id tableLorenzo Bianconi2017-06-111-2/+0Star
* Merge 4.11-rc4 into staging-nextGreg Kroah-Hartman2017-03-271-2/+2
|\
| * iio: magnetometer: ak8974: remove incorrect __exit markupsDmitry Torokhov2017-03-051-2/+2
* | iio: magnetometer: mag3110: Add OF device ID tableJavier Martinez Canillas2017-03-191-0/+7
* | iio: magnetometer: bmc150_magn_i2c: Add OF device ID tableJavier Martinez Canillas2017-03-191-0/+9
|/
* iio: magnetometer: mag3110: claim direct mode during raw writesAlison Schofield2017-01-211-10/+20
* iio: magnetometer: ak8974: remove redundant zero timeout checkColin Ian King2017-01-141-6/+2Star
* iio: magnetometer: separate the values of attributes based on their usage typ...Ooi, Joyce2016-11-241-35/+112
* iio: magn: st_magn: inline per-sensor dataLinus Walleij2016-11-121-251/+125Star
* iio: magnetometer: ak8974: small endianness fixesIco Doornekamp2016-10-031-4/+4
* drivers: iio: magnetometer: Fix sparse endianness warnings cast to restricted...Sandhya Bankar2016-09-271-7/+9
* iio: magn: ak8974: remove .owner field for driverWei Yongjun2016-08-291-1/+0Star
* iio: magn/ak8974: avoid unused function warningArnd Bergmann2016-08-291-4/+2Star
* iio: magnetometer: mag3110: claim direct mode during raw readsAlison Schofield2016-08-211-8/+15
* iio: magn: add a driver for AK8974Linus Walleij2016-08-153-1/+879
* iio: magn: ak8975: deploy runtime and system PMLinus Walleij2016-06-301-0/+72
* iio: magn: ak8975: make sure to power down at remove()Linus Walleij2016-06-301-0/+1
* iio: magn: ak8975: allow a delay after enabling regulatorsLinus Walleij2016-06-301-0/+6
* iio: magn: ak8975: refactor regulator handlersLinus Walleij2016-06-301-25/+18Star
* iio: magn: ak8975: add Vid regulatorLinus Walleij2016-06-301-0/+15
* iio: magn: ak8975: fix regulator usageLinus Walleij2016-06-301-9/+7Star
* iio:core: timestamping clock selection supportGregor Boirie2016-06-303-3/+4
* Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman2016-06-202-1/+2
|\
| * Merge tag 'iio-fixes-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-06-082-1/+2
| |\
| | * iio: st_sensors: switch to a threaded interruptLinus Walleij2016-05-292-1/+2