index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-28
iio: resolver: ad2s1210: Use aligned_s64 instead of open coding alignment.
Jonathan Cameron
1
-1
/
+1
2024-12-28
iio: temperature: tmp006: Use aligned_s64 instead of open coding alignment.
Jonathan Cameron
1
-1
/
+1
2024-12-28
io: adc: ina2xx-adc: Fix sign and use aligned_s64 for timestamp.
Jonathan Cameron
1
-1
/
+1
2024-12-28
iio: adc: ad7944: Fix sign and use aligned_s64 for timestamp.
Jonathan Cameron
1
-1
/
+1
2024-12-28
iio: trigger: stm32-timer: add support for stm32mp25
Fabrice Gasnier
1
-2
/
+19
2024-12-28
iio: proximity: hx9023s: Added firmware file parsing functionality
Yasin Lee
1
-7
/
+86
2024-12-28
iio: dac: Support ROHM BD79703 DAC
Matti Vaittinen
3
-0
/
+171
2024-12-28
iio: imu: bno055: constify 'struct bin_attribute'
Thomas Weißschuh
1
-4
/
+4
2024-12-28
iio: core: mark scan_timestamp as __private
Vasileios Amoiridis
1
-1
/
+1
2024-12-28
iio: common: ssp_sensors: drop conditional optimization for simplicity
Vasileios Amoiridis
1
-7
/
+5
2024-12-28
iio: adc: max1363: Use a small fixed size buffer to replace dynamic allocation
Vasileios Amoiridis
1
-21
/
+9
2024-12-28
iio: adc: dln2-adc: zero full struct instead of just the padding
Vasileios Amoiridis
1
-19
/
+2
2024-12-28
iio: dac: ad7293: enable power before reset
David Lechner
1
-59
/
+9
2024-12-28
iio: dac: ad5624r: Drop docs of missing members
Matti Vaittinen
1
-2
/
+0
2024-12-28
iio: light: Add support for TI OPT4060 color sensor
Per-Daniel Olsson
3
-0
/
+1357
2024-12-28
iio: adc: ad_sigma_delta: Use `unsigned int` instead of plain `unsigned`
Uwe Kleine-König
1
-1
/
+1
2024-12-28
iio: accel: adxl345: add function to switch measuring mode
Lothar Rubusch
1
-12
/
+29
2024-12-20
iio: light: as73211: fix channel handling in only-color triggered buffer
Javier Carrasco
1
-4
/
+20
2024-12-20
iio: hid-sensor-prox: Fix invalid read_raw for attention
Ricardo Ribalda
1
-0
/
+1
2024-12-20
iio: adc: ad7606: Fix hardcoded offset in the ADC channels
Guillaume Stols
2
-21
/
+29
2024-12-16
Merge tag 'iio-fixes-for-6.13a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
24
-56
/
+156
2024-12-11
iio: adc: ad7173: add calibration support
Guillaume Ranquet
1
-0
/
+116
2024-12-11
iio: adc: ad4000: Add support for PulSAR devices
Marcelo Schmitt
1
-0
/
+162
2024-12-11
iio: adc: ad4000: Use device specific timing for SPI transfers
Marcelo Schmitt
1
-9
/
+42
2024-12-11
iio: adc: ad4000: Add timestamp channel
Marcelo Schmitt
1
-42
/
+56
2024-12-11
iio: consumers: ensure read buffers for labels and ext_info are page aligned
Matteo Martelli
1
-0
/
+11
2024-12-11
iio: pressure: bmp280: Make time vars intuitive and move to fsleep
Vasileios Amoiridis
2
-21
/
+22
2024-12-11
iio: pressure: bmp280: Use sizeof() for denominator
Vasileios Amoiridis
1
-2
/
+2
2024-12-11
iio: chemical: bme680: add power management
Vasileios Amoiridis
4
-7
/
+106
2024-12-11
iio: chemical: bme680: add regulators
Vasileios Amoiridis
1
-0
/
+11
2024-12-11
iio: imu: st_lsm6dsx: don't always auto-enable I2C, I3C and SPI interface dri...
Sean Nyekjaer
1
-9
/
+9
2024-12-11
iio: accel: adxl345: rename variable data to st
Lothar Rubusch
1
-22
/
+22
2024-12-11
iio: accel: adxl345: refrase comment on probe
Lothar Rubusch
1
-2
/
+1
2024-12-11
iio: adc: ad7124: Implement temperature measurement
Uwe Kleine-König
1
-21
/
+91
2024-12-11
iio: adc: ad7124: Add error reporting during probe
Uwe Kleine-König
1
-36
/
+40
2024-12-11
iio: adc: ad_sigma_delta: Check for previous ready signals
Uwe Kleine-König
1
-1
/
+98
2024-12-11
iio: adc: ad_sigma_delta: Store information about reset sequence length
Uwe Kleine-König
6
-6
/
+11
2024-12-11
iio: adc: ad_sigma_delta: Fix a race condition
Uwe Kleine-König
1
-21
/
+35
2024-12-11
iio: adc: ad_sigma_delta: Handle CS assertion as intended in ad_sd_read_reg_r...
Uwe Kleine-König
1
-1
/
+1
2024-12-11
iio: adc: ad_sigma_delta: Add support for reading irq status using a GPIO
Uwe Kleine-König
1
-5
/
+33
2024-12-11
iio: adc: ad7124: Refuse invalid input specifiers
Uwe Kleine-König
1
-0
/
+18
2024-12-11
iio: adc: ad7124: Don't create more channels than the driver can handle
Uwe Kleine-König
1
-0
/
+10
2024-12-11
iio: adc: rzg2l_adc: Add support for Renesas RZ/G3S
Claudiu Beznea
1
-0
/
+9
2024-12-11
iio: adc: rzg2l_adc: Add suspend/resume support
Claudiu Beznea
1
-0
/
+70
2024-12-11
iio: adc: rzg2l_adc: Add support for channel 8
Claudiu Beznea
1
-18
/
+44
2024-12-11
iio: adc: rzg2l_adc: Prepare for the addition of RZ/G3S support
Claudiu Beznea
1
-28
/
+59
2024-12-11
iio: adc: rzg2l_adc: Enable runtime PM autosuspend support
Claudiu Beznea
1
-2
/
+6
2024-12-11
iio: adc: rzg2l_adc: Simplify the locking scheme in rzg2l_adc_read_raw()
Claudiu Beznea
1
-6
/
+7
2024-12-11
iio: adc: rzg2l_adc: Use read_poll_timeout()
Claudiu Beznea
1
-19
/
+10
2024-12-11
iio: adc: rzg2l_adc: Switch to RUNTIME_PM_OPS() and pm_ptr()
Claudiu Beznea
1
-6
/
+4
[prev]
[next]