index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
magnetometer
/
yamaha-yas530.c
Age
Commit message (
Expand
)
Author
2023-09-11
iio: magnetometer: yamaha-yas530: Use i2c_get_match_data()
Biju Das
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-11-23
iio: magnetometer: yamaha-yas530: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-09-04
iio: magnetometer: yamaha-yas530: Use dev_err_probe()
Andy Shevchenko
2022-09-04
iio: magnetometer: yamaha-yas530: Make strings const in chip info
Andy Shevchenko
2022-09-04
iio: magnetometer: yamaha-yas530: Use pointers as driver data
Andy Shevchenko
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-15
iio: magnetometer: yas530: Add YAS537 variant
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Add function pointers to "chip_info"
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Add temperature calculation to "chip_info"
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Add IIO scaling to "chip_info"
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Add volatile registers to "chip_info"
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Introduce "chip_info" structure
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Apply documentation and style fixes
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Move printk %*ph parameters out from stack
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Rename functions and registers
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Change data type of calibration coefficients
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Correct temperature handling
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Correct scaling of magnetic axes
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Change range of data in volatile register
Jakob Hauser
2022-08-15
iio: magnetometer: yas530: Change data type of hard_offsets to signed
Jakob Hauser
2022-07-18
iio: magn: yas530: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
Jonathan Cameron
2022-05-07
iio: magnetometer: yas530: Fix memchr_inv() misuse
Linus Walleij
2021-06-03
iio: Drop Duplicated "mount-matrix" parameter
Andy Shevchenko
2021-04-07
iio: magnetometer: yas530: Include right header
Linus Walleij
2021-04-07
iio: magnetometer: yas530: Fix return value on error path
Linus Walleij
2021-01-09
iio: magnetometer: Add driver for Yamaha YAS530
Linus Walleij