index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-27
iio: pressure: bmp280: Refactorize reading functions
Vasileios Amoiridis
2
-133
/
+224
2024-05-27
iio: pressure: bmp280: Use unsigned data types for raw sensor data
Vasileios Amoiridis
1
-23
/
+22
2024-05-27
iio: pressure: bmp280: Make error checks consistent
Vasileios Amoiridis
1
-20
/
+20
2024-05-27
iio: pressure: bmp280: Remove, add and update error messages
Vasileios Amoiridis
1
-17
/
+38
2024-05-27
iio: pressure: bmp280: Remove dead error checks
Vasileios Amoiridis
1
-4
/
+0
2024-05-27
iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
93
-131
/
+131
2024-05-27
iio: pressure: bmp280: Add more intuitive name for bmp180_measure()
Vasileios Amoiridis
1
-8
/
+8
2024-05-27
iio: pressure: bmp280: Add identifier names in function definitions
Vasileios Amoiridis
1
-7
/
+7
2024-05-27
iio: pressure: bmp280: Use BME prefix for BME280 specifics
Vasileios Amoiridis
3
-44
/
+46
2024-05-27
iio: pressure: bmp280: Improve indentation and line wrapping
Vasileios Amoiridis
2
-51
/
+61
2024-05-27
iio: test: gts: test available times and gains sorting
Matti Vaittinen
1
-3
/
+5
2024-05-27
iio: Fix the sorting functionality in iio_gts_build_avail_time_table
Chenyuan Yang
1
-2
/
+5
2024-05-27
iio: imu: bmi160: add support for bmi120
Danila Tikhonov
3
-6
/
+26
2024-05-27
iio: light: gp2ap020a00f: Remove some unused field in struct gp2ap020a00f_data
Christophe JAILLET
1
-1
/
+0
2024-05-27
iio: tmag5273: Remove some unused field in struct tmag5273_data
Christophe JAILLET
1
-2
/
+0
2024-05-27
iio: multiplexer: Remove an unused field in struct mux
Christophe JAILLET
1
-1
/
+0
2024-05-27
iio: temperature: max30208: Remove an unused field in struct max30208_data
Christophe JAILLET
1
-1
/
+0
2024-05-27
iio: adc: ad7606: using claim_direct_scoped for code simplification
Jorge Harrisonn
1
-11
/
+8
2024-05-22
Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
90
-1520
/
+7126
2024-05-20
Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+2
2024-05-14
Merge tag 'regulator-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-55
/
+25
2024-05-13
i2c: mux: Remove class argument from i2c_mux_add_adapter()
Heiner Kallweit
2
-2
/
+2
2024-05-08
Merge 6.9-rc7 into char-misc-testing
Greg Kroah-Hartman
5
-17
/
+94
2024-05-07
iio: frequency: admv1013: Use devm_regulator_get_enable_read_voltage()
David Lechner
1
-30
/
+10
2024-05-07
iio: addac: ad74115: Use devm_regulator_get_enable_read_voltage()
David Lechner
1
-25
/
+15
2024-05-03
iio: temperature: mcp9600: Fix temperature reading for negative values
Dimitri Fedrau
1
-1
/
+2
2024-05-03
iio: adc: PAC1934: fix accessing out of bounds array index
Marius Cristea
1
-0
/
+9
2024-05-03
iio: invensense: fix timestamp glitches when switching frequency
Jean-Baptiste Maneyrol
3
-26
/
+20
2024-05-01
iio: invensense: fix interrupt timestamp alignment
Jean-Baptiste Maneyrol
1
-2
/
+7
2024-04-29
iio: dac: ad9739a: write complete MU_CNT1 register during lock
Nuno Sa
1
-2
/
+3
2024-04-29
iio: pressure: zpa2326: use 'time_left' variable with wait_for_completion_int...
Wolfram Sang
1
-5
/
+5
2024-04-29
iio: adc: twl6030-gpadc: use 'time_left' variable with wait_for_completion_in...
Wolfram Sang
1
-4
/
+4
2024-04-29
iio: adc: stm32-dfsdm-adc: use 'time_left' variable with wait_for_completion_...
Wolfram Sang
1
-6
/
+6
2024-04-29
iio: adc: stm32-adc: use 'time_left' variable with wait_for_completion_interr...
Wolfram Sang
1
-5
/
+5
2024-04-29
iio: adc: intel_mrfld_adc: use 'time_left' variable with wait_for_completion_...
Wolfram Sang
1
-6
/
+6
2024-04-29
iio: adc: fsl-imx25-gcq: use 'time_left' variable with wait_for_completion_in...
Wolfram Sang
1
-5
/
+5
2024-04-29
iio: adc: exynos_adc: use 'time_left' variable with wait_for_completion_timeo...
Wolfram Sang
1
-8
/
+8
2024-04-29
iio: adc: ad_sigma_delta: use 'time_left' variable with wait_for_completion_t...
Wolfram Sang
1
-3
/
+3
2024-04-29
iio: adc: ti-ads1015: use device_for_each_child_node_scoped()
Lincoln Yuji
1
-4
/
+1
2024-04-29
iio: adc: ad799x: Prefer to use octal permission
Gustavo Rodrigues
1
-1
/
+1
2024-04-29
iio: adc: ad799x: add blank line to avoid warning messages
Gustavo Rodrigues
1
-0
/
+1
2024-04-29
iio: adc: ad799x: change 'unsigned' to 'unsigned int' declaration
Gustavo Rodrigues
1
-2
/
+2
2024-04-29
iio: adc: mcp3564: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-9
/
+7
2024-04-29
iio: adc: ad9467: support digital interface calibration
Nuno Sa
1
-39
/
+335
2024-04-29
iio: adc: adi-axi-adc: support digital interface calibration
Nuno Sa
1
-2
/
+119
2024-04-29
iio: adc: adi-axi-adc: remove regmap max register
Nuno Sa
1
-1
/
+0
2024-04-29
iio: backend: add API for interface tuning
Nuno Sa
1
-0
/
+86
2024-04-29
iio: backend: change docs padding
Nuno Sa
1
-38
/
+38
2024-04-29
iio: adc: axi-adc: make sure AXI clock is enabled
Nuno Sa
1
-0
/
+5
2024-04-29
iio: adc: ad7944: add support for chain mode
David Lechner
1
-10
/
+176
[prev]
[next]