index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
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/kernel/git/jic23/iio into char-misc-linus
Greg Kroah-Hartman
24
-55
/
+155
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 drivers
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_raw()
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]