aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-13iio: pressure: bmp280: correct meas_time_us calculationAchim Gratz1-6/+9
2025-09-13iio: pressure: bmp280: Use gpiod_set_value_cansleep()Salah Triki1-1/+1
2025-09-13iio: pressure: bmp280: Remove noisy dev_info()Salah Triki1-1/+0
2025-09-13Merge tag 'v6.17-rc3' into togregJonathan Cameron1-4/+5
2025-08-25iio: pressure: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus4-10/+0
2025-08-25iio: pressure: Drop unnecessary -ENOMEM messagesDixit Parmar1-3/+1
2025-08-18iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe()Salah Triki1-4/+5
2025-07-13iio: pressure: dlhl60d: Use separate structures rather than an array for chip infoDavid Lechner1-26/+21
2025-07-13iio: pressure: abp060mg: make abp_config constDavid Lechner1-2/+2
2025-06-26iio: pressure: zpa2326: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: pressure: mprls0025pa: use = { } instead of memset()David Lechner1-4/+1
2025-06-26iio: pressure: mpl3115: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: pressure: bmp280: use = { } instead of memset()David Lechner1-4/+1
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman27-188/+175
2025-05-21iio: bmp280: zero-init bufferDavid Lechner1-0/+3
2025-05-21iio: pressure: zpa2326_spi: remove bits_per_word = 8David Lechner1-1/+0
2025-05-21iio: pressure: ms5611_spi: remove bits_per_word = 8David Lechner1-1/+0
2025-05-21iio: pressure: bmp280-spi: remove bits_per_word = 8David Lechner1-8/+0
2025-05-21iio: pressure: bmp280: drop sensor_data arrayDavid Lechner2-58/+52
2025-05-21iio: pressure: Use iio_push_to_buffers_with_ts() to provide length for runtime checks.Jonathan Cameron6-19/+26
2025-05-21iio: pressure: zpa2326: Use aligned_s64 for the timestampJonathan Cameron1-1/+1
2025-04-22iio: normalize array sentinel styleDavid Lechner19-32/+32
2025-04-22iio: pressure: zpa2326: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-9/+6
2025-04-22iio: pressure: rohm-bm1390: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-4/+3
2025-04-22iio: pressure: ms5611: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-5/+3
2025-04-22iio: pressure: mpl3115: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-4/+3
2025-04-22iio: pressure: mpl3115: factor out core of IIO_INFO_RAW read to simplify code flowJonathan Cameron1-43/+47
2025-04-22iio: pressure: icp10100: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-9/+6
2025-04-22iio: pressure: dlhl60d: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-4/+3
2025-04-21iio: pressure: mprls0025pa: use aligned_s64 for timestampDavid Lechner1-11/+6
2025-02-08iio: pressure: zpa2326: Drop unneeded assignment for cache_typeAndy Shevchenko2-2/+0
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman1-0/+2
2024-12-28iio: pressure: Use aligned_s64 instead of open coding alignment.Jonathan Cameron3-3/+3
2024-12-11iio: pressure: bmp280: Make time vars intuitive and move to fsleepVasileios Amoiridis2-21/+22
2024-12-11iio: pressure: bmp280: Use sizeof() for denominatorVasileios Amoiridis1-2/+2
2024-12-07iio: bm1390: simplify using guard(mutex)Matti Vaittinen1-48/+30
2024-12-07iio: pressure: zpa2326: fix information leak in triggered bufferJavier Carrasco1-0/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra24-41/+41
2024-10-21iio: pressure: bmp280: Move bmp085 interrupt to new configurationVasileios Amoiridis4-18/+54
2024-10-21iio: pressure: bmp280: Add data ready trigger supportVasileios Amoiridis2-2/+216
2024-10-21iio: pressure: bmp280: Use sleep and forced mode for oneshot capturesVasileios Amoiridis2-21/+280
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman1-0/+4
2024-10-13Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linusGreg Kroah-Hartman1-0/+4
2024-10-12iio: pressure: bmp280: Fix uninitialized variableYo-Jung (Leo) Lin1-0/+2
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron10-10/+10
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-10iio: pressure: rohm-bm1390: Remove redundant if statementColin Ian King1-3/+0
2024-10-06iio: pressure: bm1390: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+3
2024-10-06iio: pressure: bmp280: Use char instead of s32 for data bufferVasileios Amoiridis2-30/+46
2024-10-06iio: pressure: bmp280: Use unsigned type for raw valuesVasileios Amoiridis1-3/+6