aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-22iio: magnetometer: hmc5843: Fixed a comment error.Song Qiang1-1/+1
2018-05-12iio: magnetometer: mag3110: Add ability to run in continuous modeRichard Tresidder1-18/+140
2018-03-03iio:magnetometer: Replace magic number 0 by IIO_CHAN_INFO_RAWRodrigo Siqueira1-1/+1
2017-12-02iio: magnetometer: ak8975: Add another ACPI IDAndy Shevchenko1-0/+1
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds8-14/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-10iio: magnetometer: st_magn: add SPI-3wire support to LIS3MDLLorenzo Bianconi1-0/+4
2017-10-09iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesLorenzo Bianconi1-2/+4
2017-10-09iio: st_sensors: add register mask for status registerLorenzo Bianconi1-2/+8
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-0/+4
2017-09-25Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman8-10/+0
2017-09-25Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-0/+4
2017-09-03iio: magnetometer: st_magn: fix drdy line configuration for LIS3MDLLorenzo Bianconi1-0/+4
2017-08-28Merge 4.13-rc7 into staging-nextGreg Kroah-Hartman1-3/+1
2017-08-22iio:magnetometer: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron8-10/+0
2017-08-20iio: magnetometer: ak8974: debug AMI306 calibration dataMichał Mirosław1-0/+41
2017-08-20iio: magnetometer: st_magn: remove ihl property for LSM303AGRLorenzo Bianconi1-2/+0
2017-08-20iio: magnetometer: st_magn: fix status register address for LSM303AGRLorenzo Bianconi1-1/+1
2017-08-20iio: magnetometer: ak8974: mark INT_CLEAR as preciousMichał Mirosław1-0/+6
2017-08-20iio: magnetometer: ak8974: add_device_randomness (serial number)Michał Mirosław1-0/+2
2017-08-20iio: magnetometer: ak8974: support AMI306 variantMichał Mirosław2-22/+72
2017-08-17iio: magnetometer: add support to LIS2MDLLorenzo Bianconi4-0/+12
2017-07-02iio: magnetometer: st_magn_spi: add OF capability to st_magn_spiLorenzo Bianconi1-0/+25
2017-07-02iio: magnetometer: Only declare ACPI table when ACPI is enableMatthias Kaehlcke1-0/+2
2017-07-01iio: common: st_sensors: move st_sensors_of_i2c_probe() in common codeLorenzo Bianconi1-1/+2
2017-07-01iio: magnetometer: st_magn_core: enable multiread by default for LIS3MDLLorenzo Bianconi1-1/+1
2017-06-11iio: magnetometer: st_magn_spi: fix spi_device_id tableLorenzo Bianconi1-2/+0
2017-03-27Merge 4.11-rc4 into staging-nextGreg Kroah-Hartman1-2/+2
2017-03-19iio: magnetometer: mag3110: Add OF device ID tableJavier Martinez Canillas1-0/+7
2017-03-19iio: magnetometer: bmc150_magn_i2c: Add OF device ID tableJavier Martinez Canillas1-0/+9
2017-03-05iio: magnetometer: ak8974: remove incorrect __exit markupsDmitry Torokhov1-2/+2
2017-01-21iio: magnetometer: mag3110: claim direct mode during raw writesAlison Schofield1-10/+20
2017-01-14iio: magnetometer: ak8974: remove redundant zero timeout checkColin Ian King1-6/+2
2016-11-24iio: magnetometer: separate the values of attributes based on their usage type for HID compass sensorOoi, Joyce1-35/+112
2016-11-12iio: magn: st_magn: inline per-sensor dataLinus Walleij1-251/+125
2016-10-03iio: magnetometer: ak8974: small endianness fixesIco Doornekamp1-4/+4
2016-09-27drivers: iio: magnetometer: Fix sparse endianness warnings cast to restricted __be16Sandhya Bankar1-7/+9
2016-08-29iio: magn: ak8974: remove .owner field for driverWei Yongjun1-1/+0
2016-08-29iio: magn/ak8974: avoid unused function warningArnd Bergmann1-4/+2
2016-08-21iio: magnetometer: mag3110: claim direct mode during raw readsAlison Schofield1-8/+15
2016-08-15iio: magn: add a driver for AK8974Linus Walleij3-1/+879
2016-06-30iio: magn: ak8975: deploy runtime and system PMLinus Walleij1-0/+72
2016-06-30iio: magn: ak8975: make sure to power down at remove()Linus Walleij1-0/+1
2016-06-30iio: magn: ak8975: allow a delay after enabling regulatorsLinus Walleij1-0/+6
2016-06-30iio: magn: ak8975: refactor regulator handlersLinus Walleij1-25/+18
2016-06-30iio: magn: ak8975: add Vid regulatorLinus Walleij1-0/+15
2016-06-30iio: magn: ak8975: fix regulator usageLinus Walleij1-9/+7
2016-06-30iio:core: timestamping clock selection supportGregor Boirie3-3/+4
2016-06-20Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman2-1/+2
2016-06-09Merge tag 'iio-for-4.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman5-12/+28