index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
magnetometer
/
yamaha-yas530.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: magnetometer: yas530: use signed integer type for clamp limits
Jakob Hauser
2024-12-06
1
-6
/
+7
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
iio: magnetometer: yamaha-yas530: Use i2c_get_match_data()
Biju Das
2023-09-11
1
-3
/
+1
*
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-21
1
-1
/
+1
*
iio: magnetometer: yamaha-yas530: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+3
*
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-08
1
-142
/
+713
|
\
|
*
iio: magnetometer: yamaha-yas530: Use dev_err_probe()
Andy Shevchenko
2022-09-04
1
-10
/
+6
|
*
iio: magnetometer: yamaha-yas530: Make strings const in chip info
Andy Shevchenko
2022-09-04
1
-2
/
+2
|
*
iio: magnetometer: yamaha-yas530: Use pointers as driver data
Andy Shevchenko
2022-09-04
1
-10
/
+13
|
*
iio: magnetometer: yas530: Add YAS537 variant
Jakob Hauser
2022-08-15
1
-1
/
+421
|
*
iio: magnetometer: yas530: Add function pointers to "chip_info"
Jakob Hauser
2022-08-15
1
-24
/
+42
|
*
iio: magnetometer: yas530: Add temperature calculation to "chip_info"
Jakob Hauser
2022-08-15
1
-69
/
+54
|
*
iio: magnetometer: yas530: Add IIO scaling to "chip_info"
Jakob Hauser
2022-08-15
1
-21
/
+7
|
*
iio: magnetometer: yas530: Add volatile registers to "chip_info"
Jakob Hauser
2022-08-15
1
-3
/
+35
|
*
iio: magnetometer: yas530: Introduce "chip_info" structure
Jakob Hauser
2022-08-15
1
-24
/
+74
|
*
iio: magnetometer: yas530: Apply documentation and style fixes
Jakob Hauser
2022-08-15
1
-10
/
+11
|
*
iio: magnetometer: yas530: Move printk %*ph parameters out from stack
Jakob Hauser
2022-08-15
1
-2
/
+2
|
*
iio: magnetometer: yas530: Rename functions and registers
Jakob Hauser
2022-08-15
1
-56
/
+70
|
*
iio: magnetometer: yas530: Change data type of calibration coefficients
Jakob Hauser
2022-08-15
1
-2
/
+4
|
*
iio: magnetometer: yas530: Correct temperature handling
Jakob Hauser
2022-08-15
1
-23
/
+76
|
*
iio: magnetometer: yas530: Correct scaling of magnetic axes
Jakob Hauser
2022-08-15
1
-10
/
+21
|
*
iio: magnetometer: yas530: Change range of data in volatile register
Jakob Hauser
2022-08-15
1
-1
/
+1
|
*
iio: magnetometer: yas530: Change data type of hard_offsets to signed
Jakob Hauser
2022-08-15
1
-1
/
+1
*
|
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
|
/
*
iio: magn: yas530: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
Jonathan Cameron
2022-07-18
1
-9
/
+5
*
iio: magnetometer: yas530: Fix memchr_inv() misuse
Linus Walleij
2022-05-07
1
-1
/
+1
*
iio: Drop Duplicated "mount-matrix" parameter
Andy Shevchenko
2021-06-03
1
-1
/
+1
*
iio: magnetometer: yas530: Include right header
Linus Walleij
2021-04-07
1
-1
/
+2
*
iio: magnetometer: yas530: Fix return value on error path
Linus Walleij
2021-04-07
1
-0
/
+1
*
iio: magnetometer: Add driver for Yamaha YAS530
Linus Walleij
2021-01-09
1
-0
/
+1049