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-7.1.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
/
temperature
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
12
-12
/
+0
2026-06-22
Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
12
-121
/
+534
2026-06-17
Merge tag 'bitmap-for-7.2' of https://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2026-06-14
Merge tag 'iio-fixes-for-7.1b' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
1
-1
/
+1
2026-06-02
Merge tag 'v7.1-rc6' into work
Jonathan Cameron
1
-1
/
+1
2026-05-31
iio: temperature: ltc2983: Add support for ADT7604
Liviu Stan
1
-19
/
+394
2026-05-31
iio: temperature: ltc2983: Use fwnode_property_present() for optional properties
Liviu Stan
1
-26
/
+58
2026-05-31
iio: temperature: ltc2983: Fix inconsistent channel wording in messages
Liviu Stan
1
-15
/
+15
2026-05-31
iio: temperature: ltc2983: Use local device pointer consistently
Liviu Stan
1
-40
/
+47
2026-05-31
iio: temperature: ltc2983: Fix macro parenthesization and rename
Liviu Stan
1
-6
/
+6
2026-05-31
iio: temperature: ltc2983: Fix reinit_completion() called after conversion start
Liviu Stan
1
-2
/
+1
2026-05-31
iio: temperature: ltc2983: Fix n_wires default bypassing rotation check
Liviu Stan
1
-1
/
+1
2026-05-31
iio: Initialize i2c_device_id arrays using member names
Uwe Kleine-König (The Capable Hub)
10
-13
/
+13
2026-05-31
iio: temperature: maxim_thermocouple: Fix indentation in of_match table
Rahman Mahmutović
1
-3
/
+3
2026-05-26
iio: temperature: tmp006: use devm_iio_trigger_register
Stepan Ionichev
1
-1
/
+1
2026-05-20
iio: mcp9600: switch to using FIELD_GET_SIGNED()
Yury Norov
1
-1
/
+1
2026-05-15
iio: temperature: tsys01: fix broken PROM checksum validation
Salah Triki
1
-1
/
+1
2026-03-21
iio: temp: fix spelling mistakes in comments
Shi Hao
1
-2
/
+2
2026-01-29
iio: Replace IRQF_ONESHOT with IRQF_NO_THREAD
Sebastian Andrzej Siewior
1
-6
/
+4
2025-11-24
iio: mlx90614: Convert to common field_{get,prep}() helpers
Geert Uytterhoeven
1
-6
/
+1
2025-11-24
iio: mlx90614: #undef field_{get,prep}() before local definition
Geert Uytterhoeven
1
-0
/
+2
2025-09-13
Merge tag 'v6.17-rc3' into togreg
Jonathan Cameron
1
-10
/
+16
2025-08-25
iio: temperature: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
3
-3
/
+0
2025-08-25
iio: temperature: Drop unnecessary -ENOMEM messages
Dixit Parmar
1
-3
/
+1
2025-08-25
iio: mcp9600: Add support for thermocouple-type
Ben Collins
1
-1
/
+70
2025-08-25
iio: mcp9600: Recognize chip id for mcp9601
Ben Collins
2
-19
/
+57
2025-08-25
iio: mcp9600: White space and fixed width cleanup
Ben Collins
1
-7
/
+7
2025-08-25
iio: temperature: mlx90635: Remove dev_err_probe() if error is -ENOMEM
Xichao Zhao
1
-1
/
+1
2025-08-16
iio: Remove error prints for devm_add_action_or_reset()
Waqar Hameed
1
-4
/
+2
2025-08-11
iio: temperature: maxim_thermocouple: use DMA-safe buffer for spi_read()
David Lechner
1
-10
/
+16
2025-06-26
iio: temperature: tmp006: use = { } instead of memset()
David Lechner
1
-3
/
+1
2025-05-22
Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
8
-34
/
+30
2025-05-21
iio: temperature: Use iio_push_to_buffers_with_ts() to provide length for run...
Jonathan Cameron
3
-6
/
+8
2025-04-22
iio: normalize array sentinel style
David Lechner
7
-10
/
+10
2025-04-22
iio: temp: maxim_thermocouple: Drop unused mutex.h include.
Jonathan Cameron
1
-1
/
+0
2025-04-22
iio: temp: maxim_thermocouple: Switch to sparse friendly iio_device_claim/rel...
Jonathan Cameron
1
-17
/
+12
2025-04-18
iio: temp: maxim-thermocouple: Fix potential lack of DMA safe buffer.
Jonathan Cameron
1
-1
/
+1
2025-02-17
iio: temperature: tmp006: Stop using iio_device_claim_direct_scoped()
Jonathan Cameron
1
-14
/
+19
2025-01-13
Merge 6.13-rc4 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+2
2024-12-28
iio: temperature: tmp006: Use aligned_s64 instead of open coding alignment.
Jonathan Cameron
1
-1
/
+1
2024-12-08
iio: temperature: tmp006: fix information leak in triggered buffer
Javier Carrasco
1
-0
/
+2
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
3
-3
/
+3
2024-11-03
iio: fix write_event_config signature
Julien Stephan
2
-2
/
+2
2024-10-12
Merge tag 'v6.12-rc2' into test2
Jonathan Cameron
3
-3
/
+3
2024-10-10
iio: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
3
-3
/
+3
2024-09-30
iio: temperature: tmp006: add triggered buffer support
Antoni Pokusinski
2
-13
/
+123
2024-09-30
iio: hid-sensor: Use aligned data type for timestamp
Andy Shevchenko
1
-1
/
+1
2024-06-30
iio: temperature: ltc2983: convert to dev_err_probe()
Nuno Sa
1
-148
/
+114
2024-06-25
iio: temperature: mlx90632: make use of regmap_clear_bits()
Trevor Gamblin
1
-2
/
+2
[next]