summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer/yamaha-yas530.c
Commit message (Expand)AuthorAgeFilesLines
* iio: magnetometer: yamaha-yas530: Use i2c_get_match_data()Biju Das2023-09-111-3/+1
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: magnetometer: yamaha-yas530: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-142/+713
|\
| * 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-151-1/+421
| * 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
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* iio: magn: yas530: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron2022-07-181-9/+5
* iio: magnetometer: yas530: Fix memchr_inv() misuseLinus Walleij2022-05-071-1/+1
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-1/+1
* iio: magnetometer: yas530: Include right headerLinus Walleij2021-04-071-1/+2
* iio: magnetometer: yas530: Fix return value on error pathLinus Walleij2021-04-071-0/+1
* iio: magnetometer: Add driver for Yamaha YAS530Linus Walleij2021-01-091-0/+1049