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
/
chemical
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-22
Merge tag 'v7.0-rc4' into togreg
Jonathan Cameron
3
-3
/
+3
2026-03-21
iio: chemical: rephrase comment and fix a typo
Shi Hao
1
-1
/
+1
2026-02-23
iio: chemical: sps30_serial: fix buffer size in sps30_serial_read_meas()
Antoniu Miclaus
1
-1
/
+1
2026-02-23
iio: chemical: sps30_i2c: fix buffer size in sps30_i2c_read_meas()
Antoniu Miclaus
1
-1
/
+1
2026-02-23
iio: chemical: bme680: Fix measurement wait duration calculation
Chris Spencer
1
-1
/
+1
2026-02-02
Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
Greg Kroah-Hartman
2
-6
/
+6
2026-01-29
iio: Replace IRQF_ONESHOT with IRQF_NO_THREAD
Sebastian Andrzej Siewior
1
-6
/
+3
2025-12-21
iio: chemical: scd4x: fix reported channel endianness
Fiona Klute
1
-3
/
+3
2025-12-21
iio: chemical: scd4x: expose timestamp channel
Fiona Klute
1
-0
/
+3
2025-08-25
iio: chemical: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
2
-5
/
+0
2025-08-25
iio: chemical: Remove dev_err_probe() if error is -ENOMEM
Xichao Zhao
2
-3
/
+2
2025-07-06
iio: chemical: atlas-ezo-sensor: make atlas_ezo_devices const
David Lechner
1
-1
/
+1
2025-06-26
iio: chemical: sunrise_co2: use = { } instead of memset()
David Lechner
1
-4
/
+2
2025-06-26
iio: chemical: scd30: use = { } instead of memset()
David Lechner
1
-2
/
+1
2025-06-26
iio: chemical: scd4x: use = { } instead of memset()
David Lechner
1
-2
/
+1
2025-06-26
iio: chemical: bme680: convert to use maple tree register cache
chuguangqing
1
-1
/
+1
2025-06-09
iio: Remove single use of macro definition for regmap name
Waqar Hameed
1
-2
/
+1
2025-05-22
Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
Greg Kroah-Hartman
17
-80
/
+573
2025-05-21
iio: chemical: Add driver for SEN0322
Tóth János
3
-0
/
+172
2025-05-21
iio: chemical: mhz19b: Fix error code in probe()
Dan Carpenter
1
-1
/
+1
2025-05-21
iio: chemical: bme680_spi: remove bits_per_word = 8
David Lechner
1
-8
/
+0
2025-05-21
iio: chemical: Add support for Winsen MHZ19B CO2 sensor
Gyeyoung Baek
3
-0
/
+327
2025-05-21
iio: chemical: Use iio_push_to_buffers_with_ts() to provide length for runtime checks.
Jonathan Cameron
8
-14
/
+17
2025-04-22
iio: normalize array sentinel style
David Lechner
6
-11
/
+11
2025-04-22
iio: chemical: scd4x: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-4
/
+3
2025-04-22
iio: chemical: atlas-sensor: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-4
/
+3
2025-04-22
iio: chemical: ccs811: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-4
/
+3
2025-04-22
iio: chemical: ccs811: Factor out handling of read of IIO_INFO_RAW to simplify error paths.
Jonathan Cameron
1
-35
/
+37
2025-04-18
iio: chemical: pms7003: use aligned_s64 for timestamp
David Lechner
1
-2
/
+3
2025-04-18
iio: chemical: sps30: use aligned_s64 for timestamp
David Lechner
1
-1
/
+1
2025-02-17
iio: chemical: ens160: Stop using iio_device_claim_direct_scoped()
Jonathan Cameron
1
-11
/
+21
2025-02-17
iio: chemical: scd30: Switch to sparse friendly claim/release_direct()
Jonathan Cameron
1
-5
/
+4
2025-02-17
iio: chemical: scd30: Use guard(mutex) to allow early returns
Jonathan Cameron
1
-35
/
+28
2025-01-16
Merge tag 'iio-fixes-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
Greg Kroah-Hartman
1
-2
/
+2
2025-01-12
iio: chemical: bme680: Fix uninitialized variable in __bme680_read_raw()
Dan Carpenter
1
-2
/
+2
2024-12-28
iio: chemical: scd4x: switch timestamp type from int64_t __aligned(8) to aligned_s64
Jonathan Cameron
1
-1
/
+1
2024-12-28
iio: chemical: Use aligned_s64 instead of open coding alignment.
Jonathan Cameron
3
-3
/
+3
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-02
module: Convert symbol namespace to string literal
Peter Zijlstra
12
-13
/
+13
2024-11-03
iio: chemical: bme680: Add support for preheat current
Vasileios Amoiridis
2
-0
/
+42
2024-11-03
iio: chemical: bme680: Add triggered buffer support
Vasileios Amoiridis
3
-1
/
+139
2024-11-03
iio: chemical: bme680: Add SCALE and RAW channels
Vasileios Amoiridis
1
-0
/
+51
2024-11-03
iio: chemical: bme680: refactorize set_mode() mode
Vasileios Amoiridis
2
-19
/
+14
2024-11-01
iio: chemical: bme680: use s16 variable for temp value to avoid casting
Vasileios Amoiridis
1
-2
/
+3
2024-11-01
iio: chemical: bme680: generalize read_*() functions
Vasileios Amoiridis
1
-28
/
+40
2024-11-01
iio: chemical: bme680: Fix indentation and unnecessary spaces
Vasileios Amoiridis
1
-12
/
+9
2024-11-01
iio: chemical: bme680: move to fsleep()
Vasileios Amoiridis
1
-2
/
+2
2024-11-01
iio: chemical: bme680: avoid using camel case
Vasileios Amoiridis
1
-7
/
+7
2024-11-01
iio: chemical: bme680: optimize startup time
Vasileios Amoiridis
1
-1
/
+2
[next]