summaryrefslogtreecommitdiff
path: root/drivers/iio/magnetometer/yamaha-yas530.c
AgeCommit message (Expand)Author
2023-09-11iio: magnetometer: yamaha-yas530: Use i2c_get_match_data()Biju Das
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-23iio: magnetometer: yamaha-yas530: 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-07-18iio: magn: yas530: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron
2022-05-07iio: magnetometer: yas530: Fix memchr_inv() misuseLinus Walleij
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko
2021-04-07iio: magnetometer: yas530: Include right headerLinus Walleij
2021-04-07iio: magnetometer: yas530: Fix return value on error pathLinus Walleij
2021-01-09iio: magnetometer: Add driver for Yamaha YAS530Linus Walleij