summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer
Commit message (Expand)AuthorAgeFilesLines
* 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
| * iio: magnetometer: yas530: Add YAS537 variantJakob Hauser2022-08-152-3/+423
| * iio: magnetometer: yas530: Add function pointers to "chip_info"Jakob Hauser2022-08-151-24/+42
| * iio: magnetometer: yas530: Add temperature calculation to "chip_info"Jakob Hauser2022-08-151-69/+54
| * iio: magnetometer: yas530: Add IIO scaling to "chip_info"Jakob Hauser2022-08-151-21/+7
| * iio: magnetometer: yas530: Add volatile registers to "chip_info"Jakob Hauser2022-08-151-3/+35
| * iio: magnetometer: yas530: Introduce "chip_info" structureJakob Hauser2022-08-151-24/+74
| * iio: magnetometer: yas530: Apply documentation and style fixesJakob Hauser2022-08-151-10/+11
| * iio: magnetometer: yas530: Move printk %*ph parameters out from stackJakob Hauser2022-08-151-2/+2
| * iio: magnetometer: yas530: Rename functions and registersJakob Hauser2022-08-151-56/+70
| * iio: magnetometer: yas530: Change data type of calibration coefficientsJakob Hauser2022-08-151-2/+4
| * iio: magnetometer: yas530: Correct temperature handlingJakob Hauser2022-08-151-23/+76
| * iio: magnetometer: yas530: Correct scaling of magnetic axesJakob Hauser2022-08-151-10/+21
| * iio: magnetometer: yas530: Change range of data in volatile registerJakob Hauser2022-08-151-1/+1
| * iio: magnetometer: yas530: Change data type of hard_offsets to signedJakob Hauser2022-08-151-1/+1
| * iio: magn: hmc5843: Move struct dev_pm_ops out of headerJonathan Cameron2022-08-154-18/+7
| * iio: magn: hmc5843: Drop excessive indentation of assignments of hmc5843_driverJonathan Cameron2022-08-151-7/+7
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-166-18/+6
|/
* iio: magnetometer: hmc5843: Remove duplicate 'the'Jiang Jian2022-07-181-1/+1
* iio: magn: yas530: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron2022-07-181-9/+5
* iio: magnetometer: ak8974: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron2022-07-181-9/+5
* iio: magnetometer: rm3100: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson2022-07-161-1/+1
* Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-07-143-4/+5
|\
| * iio:magnetometer:mbc150: Make bmc150_magn_remove() return voidUwe Kleine-König2022-06-113-4/+5
* | Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-06-201-1/+1
|\ \ | |/ |/|
| * iio: magnetometer: yas530: Fix memchr_inv() misuseLinus Walleij2022-05-071-1/+1
* | Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-05-193-24/+7
|\ \ | |/ |/|
| * iio: magnetometer: ak8974: Drop dependency on OFAndy Shevchenko2022-04-281-1/+0
| * iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal2022-04-101-6/+2
| * iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal2022-04-101-5/+2
| * iio: magnetometer: rm3100: Stop abusing the ->currentmodeMiquel Raynal2022-04-101-12/+3
* | iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()Zheyu Ma2022-04-101-0/+1
|/
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2817-55/+52
|\
| * Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-03-1817-55/+52
| |\
| | * iio:magn:mmc35240: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-6/+3
| | * iio:magn:mag3110: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-7/+3
| | * iio:magn:ak8975: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-181-9/+3