index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
magnetometer
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: magnetometer: mmc35240: make use of regmap_set_bits()
Trevor Gamblin
2024-06-25
1
-5
/
+3
*
iio: magnetometer: ak8974: make use of regmap_set_bits()
Trevor Gamblin
2024-06-25
1
-8
/
+2
*
iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2024-05-27
5
-10
/
+10
*
iio: tmag5273: Remove some unused field in struct tmag5273_data
Christophe JAILLET
2024-05-27
1
-2
/
+0
*
iio: magnetometer: add a driver for Voltafield AF8133J magnetometer
Icenowy Zheng
2024-02-28
3
-0
/
+541
*
Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2024-02-25
3
-6
/
+4
|
\
|
*
iio: magnetometer: mmc35240: Drop ACPI_PTR() usage
Jonathan Cameron
2024-01-23
1
-2
/
+2
|
*
iio: magnetometer: bmc150: Drop ACPI_PTR() usage
Jonathan Cameron
2024-01-23
2
-4
/
+2
*
|
iio: magnetometer: rm3100: add boundary check for the value read from RM3100_...
zhili.liu
2024-01-22
1
-2
/
+8
|
/
*
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-01-18
1
-7
/
+3
|
\
|
*
iio: magnetometer: tmag5273: Switch to device_property_match_property_string()
Andy Shevchenko
2023-11-16
1
-7
/
+3
*
|
iio: tmag5273: fix temperature offset
Javier Carrasco
2023-11-25
1
-1
/
+1
|
/
*
iio: magnetometer: ak8975: Fix 'Unexpected device' error
André Apitzsch
2023-10-05
1
-6
/
+5
*
iio: magnetometer: hid-sensor-magn-3d: Convert to platform remove callback re...
Uwe Kleine-König
2023-09-23
1
-4
/
+2
*
iio: magnetometer: ak8975: Sort ID and ACPI tables
Biju Das
2023-09-11
1
-15
/
+14
*
iio: magnetometer: ak8975: Convert enum->pointer for data in the match tables
Biju Das
2023-09-11
1
-45
/
+30
*
iio: magnetometer: yamaha-yas530: Use i2c_get_match_data()
Biju Das
2023-09-11
1
-3
/
+1
*
Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
2023-06-15
11
-10
/
+11
|
\
|
*
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-21
10
-10
/
+10
|
*
iio: magnetometer: st_accel: Add LSM303D
Marius Hoch
2023-05-13
1
-0
/
+1
*
|
iio: tmag5273: Fix runtime PM leak on measurement error
Lars-Peter Clausen
2023-05-13
1
-2
/
+3
|
/
*
iio: magnetometer: st_magn: Add LSM303C
Stephan Gerhold
2023-01-08
5
-1
/
+13
*
iio: magnetometer: add ti tmag5273 driver
Gerald Loacker
2022-12-28
3
-0
/
+757
*
iio: magnetometer: yamaha-yas530: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+3
*
iio: magnetometer: mmc35240: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+2
*
iio: magnetometer: mag3110: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+3
*
iio: magnetometer: hmc5843: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+3
*
iio: magnetometer: bmc150_magn_i2c: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+3
*
iio: magnetometer: ak8975: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+3
*
iio: magnetometer: ak8974: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+2
*
iio: accel: st_magn: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+2
*
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-08
6
-168
/
+728
|
\
|
*
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
2
-3
/
+423
|
*
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
|
*
iio: magn: hmc5843: Move struct dev_pm_ops out of header
Jonathan Cameron
2022-08-15
4
-18
/
+7
[next]