summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer
Commit message (Expand)AuthorAgeFilesLines
* iio: magnetometer: bmc150: Drop dead code from the driverAndy Shevchenko2024-10-281-15/+0
* iio: magnetometer: bmc150_magn: Drop most likely fake ACPI IDsAndy Shevchenko2024-10-212-18/+0
* Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman2024-10-211-0/+2
|\
| * Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-10-131-0/+2
| |\
| | * iio: magnetometer: af8133j: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco2024-10-061-0/+2
* | | Merge tag 'v6.12-rc2' into test2Jonathan Cameron2024-10-122-2/+2
|\| |
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
| |/
* | iio: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-101-1/+1
* | iio: magnetometer: hid-sensor-magn-3d: Get platform data via dev_get_platdata()Andy Shevchenko2024-09-301-2/+2
* | iio: magn: ak8974: use irq_get_trigger_type()Jonathan Cameron2024-09-301-1/+1
|/
* iio: magnetometer: ak8975: Add AK09118 supportDanila Tikhonov2024-09-032-1/+38
* iio: magnetometer: ak8975: Fix reading for ak099xx sensorsBarnabás Czémán2024-09-031-16/+16
* iio: magnetometer: ak8975: Relax failure on unknown idBarnabás Czémán2024-09-031-3/+7
* iio: magnetometer: ak8975: drop incorrect AK09116 compatibleKrzysztof Kozlowski2024-08-101-1/+0
* iio: magnetometer: rm3100-core: make use of iio_get_masklength()Nuno Sa2024-08-031-1/+1
* iio: magnetometer: mmc35240: make use of regmap_set_bits()Trevor Gamblin2024-06-251-5/+3
* iio: magnetometer: ak8974: make use of regmap_set_bits()Trevor Gamblin2024-06-251-8/+2
* iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-275-10/+10
* iio: tmag5273: Remove some unused field in struct tmag5273_dataChristophe JAILLET2024-05-271-2/+0
* iio: magnetometer: add a driver for Voltafield AF8133J magnetometerIcenowy Zheng2024-02-283-0/+541
* Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2024-02-253-6/+4
|\
| * iio: magnetometer: mmc35240: Drop ACPI_PTR() usageJonathan Cameron2024-01-231-2/+2
| * iio: magnetometer: bmc150: Drop ACPI_PTR() usageJonathan Cameron2024-01-232-4/+2
* | iio: magnetometer: rm3100: add boundary check for the value read from RM3100_...zhili.liu2024-01-221-2/+8
|/
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-171-7/+3
|\
| * iio: magnetometer: tmag5273: Switch to device_property_match_property_string()Andy Shevchenko2023-11-161-7/+3
* | iio: tmag5273: fix temperature offsetJavier Carrasco2023-11-251-1/+1
|/
* iio: magnetometer: ak8975: Fix 'Unexpected device' errorAndré Apitzsch2023-10-051-6/+5
* iio: magnetometer: hid-sensor-magn-3d: Convert to platform remove callback re...Uwe Kleine-König2023-09-231-4/+2
* iio: magnetometer: ak8975: Sort ID and ACPI tablesBiju Das2023-09-111-15/+14
* iio: magnetometer: ak8975: Convert enum->pointer for data in the match tablesBiju Das2023-09-111-45/+30
* iio: magnetometer: yamaha-yas530: Use i2c_get_match_data()Biju Das2023-09-111-3/+1
* Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-06-1511-10/+11
|\
| * iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-2110-10/+10
| * iio: magnetometer: st_accel: Add LSM303DMarius Hoch2023-05-131-0/+1
* | iio: tmag5273: Fix runtime PM leak on measurement errorLars-Peter Clausen2023-05-131-2/+3
|/
* iio: magnetometer: st_magn: Add LSM303CStephan Gerhold2023-01-085-1/+13
* iio: magnetometer: add ti tmag5273 driverGerald Loacker2022-12-283-0/+757
* iio: magnetometer: yamaha-yas530: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: magnetometer: mmc35240: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: magnetometer: mag3110: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: magnetometer: hmc5843: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: magnetometer: bmc150_magn_i2c: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: magnetometer: ak8975: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: magnetometer: ak8974: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: accel: st_magn: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-086-168/+728
|\
| * iio: magnetometer: yamaha-yas530: Use dev_err_probe()Andy Shevchenko2022-09-041-10/+6
| * iio: magnetometer: yamaha-yas530: Make strings const in chip infoAndy Shevchenko2022-09-041-2/+2
| * iio: magnetometer: yamaha-yas530: Use pointers as driver dataAndy Shevchenko2022-09-041-10/+13