index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
pressure
Age
Commit message (
Expand
)
Author
2025-07-13
iio: pressure: dlhl60d: Use separate structures rather than an array for chip...
David Lechner
2025-07-13
iio: pressure: abp060mg: make abp_config const
David Lechner
2025-06-26
iio: pressure: zpa2326: use = { } instead of memset()
David Lechner
2025-06-26
iio: pressure: mprls0025pa: use = { } instead of memset()
David Lechner
2025-06-26
iio: pressure: mpl3115: use = { } instead of memset()
David Lechner
2025-06-26
iio: pressure: bmp280: use = { } instead of memset()
David Lechner
2025-05-22
Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2025-05-21
iio: bmp280: zero-init buffer
David Lechner
2025-05-21
iio: pressure: zpa2326_spi: remove bits_per_word = 8
David Lechner
2025-05-21
iio: pressure: ms5611_spi: remove bits_per_word = 8
David Lechner
2025-05-21
iio: pressure: bmp280-spi: remove bits_per_word = 8
David Lechner
2025-05-21
iio: pressure: bmp280: drop sensor_data array
David Lechner
2025-05-21
iio: pressure: Use iio_push_to_buffers_with_ts() to provide length for runtim...
Jonathan Cameron
2025-05-21
iio: pressure: zpa2326: Use aligned_s64 for the timestamp
Jonathan Cameron
2025-04-22
iio: normalize array sentinel style
David Lechner
2025-04-22
iio: pressure: zpa2326: Switch to sparse friendly iio_device_claim/release_di...
Jonathan Cameron
2025-04-22
iio: pressure: rohm-bm1390: Switch to sparse friendly iio_device_claim/releas...
Jonathan Cameron
2025-04-22
iio: pressure: ms5611: Switch to sparse friendly iio_device_claim/release_dir...
Jonathan Cameron
2025-04-22
iio: pressure: mpl3115: Switch to sparse friendly iio_device_claim/release_di...
Jonathan Cameron
2025-04-22
iio: pressure: mpl3115: factor out core of IIO_INFO_RAW read to simplify code...
Jonathan Cameron
2025-04-22
iio: pressure: icp10100: Switch to sparse friendly iio_device_claim/release_d...
Jonathan Cameron
2025-04-22
iio: pressure: dlhl60d: Switch to sparse friendly iio_device_claim/release_di...
Jonathan Cameron
2025-04-21
iio: pressure: mprls0025pa: use aligned_s64 for timestamp
David Lechner
2025-02-08
iio: pressure: zpa2326: Drop unneeded assignment for cache_type
Andy Shevchenko
2025-01-13
Merge 6.13-rc4 into char-misc-next
Greg Kroah-Hartman
2024-12-28
iio: pressure: Use aligned_s64 instead of open coding alignment.
Jonathan Cameron
2024-12-11
iio: pressure: bmp280: Make time vars intuitive and move to fsleep
Vasileios Amoiridis
2024-12-11
iio: pressure: bmp280: Use sizeof() for denominator
Vasileios Amoiridis
2024-12-07
iio: bm1390: simplify using guard(mutex)
Matti Vaittinen
2024-12-07
iio: pressure: zpa2326: fix information leak in triggered buffer
Javier Carrasco
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-10-21
iio: pressure: bmp280: Move bmp085 interrupt to new configuration
Vasileios Amoiridis
2024-10-21
iio: pressure: bmp280: Add data ready trigger support
Vasileios Amoiridis
2024-10-21
iio: pressure: bmp280: Use sleep and forced mode for oneshot captures
Vasileios Amoiridis
2024-10-21
Merge 6.12-rc4 into char-misc-next
Greg Kroah-Hartman
2024-10-13
Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2024-10-12
iio: pressure: bmp280: Fix uninitialized variable
Yo-Jung (Leo) Lin
2024-10-12
Merge tag 'v6.12-rc2' into test2
Jonathan Cameron
2024-10-10
iio: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-10
iio: pressure: rohm-bm1390: Remove redundant if statement
Colin Ian King
2024-10-06
iio: pressure: bm1390: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco
2024-10-06
iio: pressure: bmp280: Use char instead of s32 for data buffer
Vasileios Amoiridis
2024-10-06
iio: pressure: bmp280: Use unsigned type for raw values
Vasileios Amoiridis
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-30
iio: pressure: sdp500: Add missing select CRC8
Jonathan Cameron
2024-09-30
iio: pressure: bmp280: Remove config error check for IIR filter updates
Vasileios Amoiridis
2024-09-30
iio: pressure: bmp280: Add support for bmp280 soft reset
Vasileios Amoiridis
2024-09-30
iio: pressure: bmp280: Use bulk read for humidity calibration data
Vasileios Amoiridis
2024-09-30
iio: pressure: hid-sensor-press: Get platform data via dev_get_platdata()
Andy Shevchenko
2024-09-30
iio: hid-sensor: Use aligned data type for timestamp
Andy Shevchenko
[next]