aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/magnetometer
AgeCommit message (Expand)Author
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
2022-06-11iio:magnetometer:mbc150: Make bmc150_magn_remove() return voidUwe Kleine-König
2022-05-19Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-05-07iio: magnetometer: yas530: Fix memchr_inv() misuseLinus Walleij
2022-04-28iio: magnetometer: ak8974: Drop dependency on OFAndy Shevchenko
2022-04-10iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()Zheyu Ma
2022-04-10iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal
2022-04-10iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal
2022-04-10iio: magnetometer: rm3100: Stop abusing the ->currentmodeMiquel Raynal
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-02-18iio:magn:mmc35240: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron
2022-02-18iio:magn:mag3110: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron
2022-02-18iio:magn:ak8975: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron
2022-02-18iio:magnetometer:hmc5843: Move exports to IIO_HMC5843 namespaceJonathan Cameron
2022-02-18iio:magnetometer:bmc150: Move exports to IIO_BMC150_MAGN namespaceJonathan Cameron
2022-02-18iio:magnetometer:rm3100: Move exports to IIO_RM3100 namespaceJonathan Cameron
2022-02-18iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron
2022-02-18iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-01-30iio: Fix error handling for PMMiaoqian Lin
2022-01-23iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko
2021-12-21iio:magn:ak8975: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron