summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| | * iio:magnetometer:hmc5843: Move exports to IIO_HMC5843 namespaceJonathan Cameron2022-02-183-4/+6
| | * iio:magnetometer:bmc150: Move exports to IIO_BMC150_MAGN namespaceJonathan Cameron2022-02-183-4/+6
| | * iio:magnetometer:rm3100: Move exports to IIO_RM3100 namespaceJonathan Cameron2022-02-183-4/+6
| | * iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron2022-02-183-2/+5
| | * iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron2022-02-181-4/+0
| | * iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko2022-01-231-15/+20
* | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-222-6/+2
|\ \ \ | |/ / |/| |
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-092-6/+2
| |/
* / iio: Fix error handling for PMMiaoqian Lin2022-01-301-2/+3
|/
* iio:magn:ak8975: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-211-1/+1
* iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus2021-11-271-2/+2
* iio: mag3110: Use scan_type when processing raw dataGwendal Grignou2021-11-171-2/+4