summaryrefslogtreecommitdiff
path: root/drivers/iio/magnetometer
AgeCommit message (Expand)Author
2024-01-22iio: magnetometer: rm3100: add boundary check for the value read from RM3100_...zhili.liu
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-25iio: tmag5273: fix temperature offsetJavier Carrasco
2023-11-16iio: magnetometer: tmag5273: Switch to device_property_match_property_string()Andy Shevchenko
2023-10-05iio: magnetometer: ak8975: Fix 'Unexpected device' errorAndré Apitzsch
2023-09-23iio: magnetometer: hid-sensor-magn-3d: Convert to platform remove callback re...Uwe Kleine-König
2023-09-11iio: magnetometer: ak8975: Sort ID and ACPI tablesBiju Das
2023-09-11iio: magnetometer: ak8975: Convert enum->pointer for data in the match tablesBiju Das
2023-09-11iio: magnetometer: yamaha-yas530: Use i2c_get_match_data()Biju Das
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-13iio: magnetometer: st_accel: Add LSM303DMarius Hoch
2023-05-13iio: tmag5273: Fix runtime PM leak on measurement errorLars-Peter Clausen
2023-01-08iio: magnetometer: st_magn: Add LSM303CStephan Gerhold
2022-12-28iio: magnetometer: add ti tmag5273 driverGerald Loacker
2022-11-23iio: magnetometer: yamaha-yas530: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: magnetometer: mmc35240: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: magnetometer: mag3110: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: magnetometer: hmc5843: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: magnetometer: bmc150_magn_i2c: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: magnetometer: ak8975: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: magnetometer: ak8974: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: accel: st_magn: Convert to i2c's .probe_new()Uwe Kleine-König
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-09-04iio: magnetometer: yamaha-yas530: Use dev_err_probe()Andy Shevchenko
2022-09-04iio: magnetometer: yamaha-yas530: Make strings const in chip infoAndy Shevchenko
2022-09-04iio: magnetometer: yamaha-yas530: Use pointers as driver dataAndy Shevchenko
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-08-15iio: magnetometer: yas530: Add YAS537 variantJakob Hauser
2022-08-15iio: magnetometer: yas530: Add function pointers to "chip_info"Jakob Hauser
2022-08-15iio: magnetometer: yas530: Add temperature calculation to "chip_info"Jakob Hauser
2022-08-15iio: magnetometer: yas530: Add IIO scaling to "chip_info"Jakob Hauser
2022-08-15iio: magnetometer: yas530: Add volatile registers to "chip_info"Jakob Hauser
2022-08-15iio: magnetometer: yas530: Introduce "chip_info" structureJakob Hauser
2022-08-15iio: magnetometer: yas530: Apply documentation and style fixesJakob Hauser
2022-08-15iio: magnetometer: yas530: Move printk %*ph parameters out from stackJakob Hauser
2022-08-15iio: magnetometer: yas530: Rename functions and registersJakob Hauser
2022-08-15iio: magnetometer: yas530: Change data type of calibration coefficientsJakob Hauser
2022-08-15iio: magnetometer: yas530: Correct temperature handlingJakob Hauser
2022-08-15iio: magnetometer: yas530: Correct scaling of magnetic axesJakob Hauser
2022-08-15iio: magnetometer: yas530: Change range of data in volatile registerJakob Hauser
2022-08-15iio: magnetometer: yas530: Change data type of hard_offsets to signedJakob Hauser
2022-08-15iio: magn: hmc5843: Move struct dev_pm_ops out of headerJonathan Cameron
2022-08-15iio: magn: hmc5843: Drop excessive indentation of assignments of hmc5843_driverJonathan Cameron
2022-07-18iio: magnetometer: hmc5843: Remove duplicate 'the'Jiang Jian
2022-07-18iio: magn: yas530: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron
2022-07-18iio: magnetometer: ak8974: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron
2022-07-16iio: magnetometer: rm3100: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman