summaryrefslogtreecommitdiff
path: root/drivers/iio/magnetometer
AgeCommit message (Expand)AuthorFilesLines
2025-06-26iio: magnetometer: af8133j: use = { } instead of memset()David Lechner1-3/+1
2025-06-09iio: Remove unused macro definition for driver and IRQ nameWaqar Hameed1-2/+0
2025-06-09iio: Remove single use of macro definition for regmap nameWaqar Hameed1-2/+1
2025-06-09iio: Remove single use of macro definition for IRQ nameWaqar Hameed1-2/+1
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman20-128/+120
2025-05-21iio: magnetometer: rm3100-spi: remove bits_per_word = 8David Lechner1-1/+0
2025-05-21iio: magnetometer: hmc5843_spi: remove bits_per_word = 8David Lechner1-1/+0
2025-05-21iio: magnetometer: Use iio_push_to_buffers_with_ts() to provide length for ru...Jonathan Cameron10-18/+18
2025-04-22iio: normalize array sentinel styleDavid Lechner12-21/+21
2025-04-22iio: magnetometer: rm3100: Switch to sparse friendly iio_device_claim/release...Jonathan Cameron1-4/+3
2025-04-22iio: magnetometer: mag3110: Switch to sparse friendly iio_device_claim/releas...Jonathan Cameron1-8/+6
2025-04-22iio: magnetometer: mag3110: Factor out core of read/write_raw() and use guard...Jonathan Cameron1-78/+75
2025-04-20gcc-15: add '__nonstring' markers to byte arraysLinus Torvalds1-2/+2
2025-02-08iio: magnetometer: af8133j: Drop unneeded assignment for cache_typeAndy Shevchenko1-1/+0
2025-02-08iio: magnetometer: si7210: add driver for Si7210Antoni Pokusinski3-0/+459
2025-01-12Merge tag 'iio-for-6.14a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman7-7/+7
2024-12-28iio: magnetometer: Use aligned_s64 instead of open coding alignment.Jonathan Cameron7-7/+7
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds1-6/+7
2024-12-06iio: magnetometer: yas530: use signed integer type for clamp limitsJakob Hauser1-6/+7
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra13-22/+22
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-37/+512
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2024-11-11iio: magnetometer: fix if () scoped_guard() formattingStephen Rothwell1-1/+2
2024-11-03iio: magnetometer: add Allegro MicroSystems ALS31300 3-D Linear Hall Effect d...Neil Armstrong3-0/+508
2024-10-28iio: magnetometer: bmc150: Drop dead code from the driverAndy Shevchenko1-15/+0
2024-10-21iio: magnetometer: bmc150_magn: Drop most likely fake ACPI IDsAndy Shevchenko2-18/+0
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman1-0/+2
2024-10-13Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+2
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron2-2/+2
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-06iio: magnetometer: af8133j: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-30iio: magnetometer: hid-sensor-magn-3d: Get platform data via dev_get_platdata()Andy Shevchenko1-2/+2
2024-09-30iio: magn: ak8974: use irq_get_trigger_type()Jonathan Cameron1-1/+1
2024-09-03iio: magnetometer: ak8975: Add AK09118 supportDanila Tikhonov2-1/+38
2024-09-03iio: magnetometer: ak8975: Fix reading for ak099xx sensorsBarnabás Czémán1-16/+16
2024-09-03iio: magnetometer: ak8975: Relax failure on unknown idBarnabás Czémán1-3/+7
2024-08-10iio: magnetometer: ak8975: drop incorrect AK09116 compatibleKrzysztof Kozlowski1-1/+0
2024-08-03iio: magnetometer: rm3100-core: make use of iio_get_masklength()Nuno Sa1-1/+1
2024-06-25iio: magnetometer: mmc35240: make use of regmap_set_bits()Trevor Gamblin1-5/+3
2024-06-25iio: magnetometer: ak8974: make use of regmap_set_bits()Trevor Gamblin1-8/+2
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König5-10/+10
2024-05-27iio: tmag5273: Remove some unused field in struct tmag5273_dataChristophe JAILLET1-2/+0
2024-02-28iio: magnetometer: add a driver for Voltafield AF8133J magnetometerIcenowy Zheng3-0/+541
2024-02-25Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman3-6/+4
2024-01-24iio: magnetometer: mmc35240: Drop ACPI_PTR() usageJonathan Cameron1-2/+2
2024-01-24iio: magnetometer: bmc150: Drop ACPI_PTR() usageJonathan Cameron2-4/+2
2024-01-22iio: magnetometer: rm3100: add boundary check for the value read from RM3100_...zhili.liu1-2/+8
2024-01-18Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+3
2023-11-25iio: tmag5273: fix temperature offsetJavier Carrasco1-1/+1