index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
pressure
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-18
iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe()
Salah Triki
1
-4
/
+5
2025-07-13
iio: pressure: dlhl60d: Use separate structures rather than an array for chip info
David Lechner
1
-26
/
+21
2025-07-13
iio: pressure: abp060mg: make abp_config const
David Lechner
1
-2
/
+2
2025-06-26
iio: pressure: zpa2326: use = { } instead of memset()
David Lechner
1
-3
/
+1
2025-06-26
iio: pressure: mprls0025pa: use = { } instead of memset()
David Lechner
1
-4
/
+1
2025-06-26
iio: pressure: mpl3115: use = { } instead of memset()
David Lechner
1
-2
/
+1
2025-06-26
iio: pressure: bmp280: use = { } instead of memset()
David Lechner
1
-4
/
+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
27
-188
/
+175
2025-05-21
iio: bmp280: zero-init buffer
David Lechner
1
-0
/
+3
2025-05-21
iio: pressure: zpa2326_spi: remove bits_per_word = 8
David Lechner
1
-1
/
+0
2025-05-21
iio: pressure: ms5611_spi: remove bits_per_word = 8
David Lechner
1
-1
/
+0
2025-05-21
iio: pressure: bmp280-spi: remove bits_per_word = 8
David Lechner
1
-8
/
+0
2025-05-21
iio: pressure: bmp280: drop sensor_data array
David Lechner
2
-58
/
+52
2025-05-21
iio: pressure: Use iio_push_to_buffers_with_ts() to provide length for runtime checks.
Jonathan Cameron
6
-19
/
+26
2025-05-21
iio: pressure: zpa2326: Use aligned_s64 for the timestamp
Jonathan Cameron
1
-1
/
+1
2025-04-22
iio: normalize array sentinel style
David Lechner
19
-32
/
+32
2025-04-22
iio: pressure: zpa2326: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-9
/
+6
2025-04-22
iio: pressure: rohm-bm1390: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-4
/
+3
2025-04-22
iio: pressure: ms5611: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-5
/
+3
2025-04-22
iio: pressure: mpl3115: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-4
/
+3
2025-04-22
iio: pressure: mpl3115: factor out core of IIO_INFO_RAW read to simplify code flow
Jonathan Cameron
1
-43
/
+47
2025-04-22
iio: pressure: icp10100: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-9
/
+6
2025-04-22
iio: pressure: dlhl60d: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-4
/
+3
2025-04-21
iio: pressure: mprls0025pa: use aligned_s64 for timestamp
David Lechner
1
-11
/
+6
2025-02-08
iio: pressure: zpa2326: Drop unneeded assignment for cache_type
Andy Shevchenko
2
-2
/
+0
2025-01-13
Merge 6.13-rc4 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+2
2024-12-28
iio: pressure: Use aligned_s64 instead of open coding alignment.
Jonathan Cameron
3
-3
/
+3
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-07
iio: bm1390: simplify using guard(mutex)
Matti Vaittinen
1
-48
/
+30
2024-12-07
iio: pressure: zpa2326: fix information leak in triggered buffer
Javier Carrasco
1
-0
/
+2
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
24
-41
/
+41
2024-10-21
iio: pressure: bmp280: Move bmp085 interrupt to new configuration
Vasileios Amoiridis
4
-18
/
+54
2024-10-21
iio: pressure: bmp280: Add data ready trigger support
Vasileios Amoiridis
2
-2
/
+216
2024-10-21
iio: pressure: bmp280: Use sleep and forced mode for oneshot captures
Vasileios Amoiridis
2
-21
/
+280
2024-10-21
Merge 6.12-rc4 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+4
2024-10-13
Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus
Greg Kroah-Hartman
1
-0
/
+4
2024-10-12
iio: pressure: bmp280: Fix uninitialized variable
Yo-Jung (Leo) Lin
1
-0
/
+2
2024-10-12
Merge tag 'v6.12-rc2' into test2
Jonathan Cameron
10
-10
/
+10
2024-10-10
iio: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-10-10
iio: pressure: rohm-bm1390: Remove redundant if statement
Colin Ian King
1
-3
/
+0
2024-10-06
iio: pressure: bm1390: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco
1
-0
/
+3
2024-10-06
iio: pressure: bmp280: Use char instead of s32 for data buffer
Vasileios Amoiridis
2
-30
/
+46
2024-10-06
iio: pressure: bmp280: Use unsigned type for raw values
Vasileios Amoiridis
1
-3
/
+6
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
10
-10
/
+10
2024-09-30
iio: pressure: sdp500: Add missing select CRC8
Jonathan Cameron
1
-0
/
+1
2024-09-30
iio: pressure: bmp280: Remove config error check for IIR filter updates
Vasileios Amoiridis
1
-9
/
+5
2024-09-30
iio: pressure: bmp280: Add support for bmp280 soft reset
Vasileios Amoiridis
2
-0
/
+32
2024-09-30
iio: pressure: bmp280: Use bulk read for humidity calibration data
Vasileios Amoiridis
2
-41
/
+28
2024-09-30
iio: pressure: hid-sensor-press: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-2
/
+2
[next]