summaryrefslogtreecommitdiff
path: root/drivers/iio/magnetometer
AgeCommit message (Expand)AuthorFilesLines
2023-10-05iio: magnetometer: ak8975: Fix 'Unexpected device' errorAndré Apitzsch1-6/+5
2023-09-23iio: magnetometer: hid-sensor-magn-3d: Convert to platform remove callback re...Uwe Kleine-König1-4/+2
2023-09-11iio: magnetometer: ak8975: Sort ID and ACPI tablesBiju Das1-15/+14
2023-09-11iio: magnetometer: ak8975: Convert enum->pointer for data in the match tablesBiju Das1-45/+30
2023-09-11iio: magnetometer: yamaha-yas530: Use i2c_get_match_data()Biju Das1-3/+1
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman11-10/+11
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König10-10/+10
2023-05-13iio: magnetometer: st_accel: Add LSM303DMarius Hoch1-0/+1
2023-05-13iio: tmag5273: Fix runtime PM leak on measurement errorLars-Peter Clausen1-2/+3
2023-01-08iio: magnetometer: st_magn: Add LSM303CStephan Gerhold5-1/+13
2022-12-28iio: magnetometer: add ti tmag5273 driverGerald Loacker3-0/+757
2022-11-23iio: magnetometer: yamaha-yas530: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: magnetometer: mmc35240: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23iio: magnetometer: mag3110: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: magnetometer: hmc5843: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: magnetometer: bmc150_magn_i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: magnetometer: ak8975: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: magnetometer: ak8974: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23iio: accel: st_magn: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-168/+728
2022-09-04iio: magnetometer: yamaha-yas530: Use dev_err_probe()Andy Shevchenko1-10/+6
2022-09-04iio: magnetometer: yamaha-yas530: Make strings const in chip infoAndy Shevchenko1-2/+2
2022-09-04iio: magnetometer: yamaha-yas530: Use pointers as driver dataAndy Shevchenko1-10/+13
2022-08-16i2c: Make remove callback return voidUwe Kleine-König6-18/+6
2022-08-16iio: magnetometer: yas530: Add YAS537 variantJakob Hauser2-3/+423
2022-08-16iio: magnetometer: yas530: Add function pointers to "chip_info"Jakob Hauser1-24/+42
2022-08-16iio: magnetometer: yas530: Add temperature calculation to "chip_info"Jakob Hauser1-69/+54
2022-08-16iio: magnetometer: yas530: Add IIO scaling to "chip_info"Jakob Hauser1-21/+7
2022-08-16iio: magnetometer: yas530: Add volatile registers to "chip_info"Jakob Hauser1-3/+35
2022-08-16iio: magnetometer: yas530: Introduce "chip_info" structureJakob Hauser1-24/+74
2022-08-16iio: magnetometer: yas530: Apply documentation and style fixesJakob Hauser1-10/+11
2022-08-16iio: magnetometer: yas530: Move printk %*ph parameters out from stackJakob Hauser1-2/+2
2022-08-16iio: magnetometer: yas530: Rename functions and registersJakob Hauser1-56/+70
2022-08-16iio: magnetometer: yas530: Change data type of calibration coefficientsJakob Hauser1-2/+4
2022-08-16iio: magnetometer: yas530: Correct temperature handlingJakob Hauser1-23/+76
2022-08-16iio: magnetometer: yas530: Correct scaling of magnetic axesJakob Hauser1-10/+21
2022-08-16iio: magnetometer: yas530: Change range of data in volatile registerJakob Hauser1-1/+1
2022-08-16iio: magnetometer: yas530: Change data type of hard_offsets to signedJakob Hauser1-1/+1
2022-08-16iio: magn: hmc5843: Move struct dev_pm_ops out of headerJonathan Cameron4-18/+7
2022-08-16iio: magn: hmc5843: Drop excessive indentation of assignments of hmc5843_driverJonathan Cameron1-7/+7
2022-07-18iio: magnetometer: hmc5843: Remove duplicate 'the'Jiang Jian1-1/+1
2022-07-18iio: magn: yas530: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron1-9/+5
2022-07-18iio: magnetometer: ak8974: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron1-9/+5
2022-07-16iio: magnetometer: rm3100: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson1-1/+1
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman3-4/+5
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-1/+1
2022-06-11iio:magnetometer:mbc150: Make bmc150_magn_remove() return voidUwe Kleine-König3-4/+5
2022-05-19Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman3-24/+7
2022-05-07iio: magnetometer: yas530: Fix memchr_inv() misuseLinus Walleij1-1/+1
2022-04-28iio: magnetometer: ak8974: Drop dependency on OFAndy Shevchenko1-1/+0