summaryrefslogtreecommitdiff
path: root/drivers/iio/pressure
AgeCommit message (Expand)Author
2025-07-13iio: pressure: dlhl60d: Use separate structures rather than an array for chip...David Lechner
2025-07-13iio: pressure: abp060mg: make abp_config constDavid Lechner
2025-06-26iio: pressure: zpa2326: use = { } instead of memset()David Lechner
2025-06-26iio: pressure: mprls0025pa: use = { } instead of memset()David Lechner
2025-06-26iio: pressure: mpl3115: use = { } instead of memset()David Lechner
2025-06-26iio: pressure: bmp280: use = { } instead of memset()David Lechner
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2025-05-21iio: bmp280: zero-init bufferDavid Lechner
2025-05-21iio: pressure: zpa2326_spi: remove bits_per_word = 8David Lechner
2025-05-21iio: pressure: ms5611_spi: remove bits_per_word = 8David Lechner
2025-05-21iio: pressure: bmp280-spi: remove bits_per_word = 8David Lechner
2025-05-21iio: pressure: bmp280: drop sensor_data arrayDavid Lechner
2025-05-21iio: pressure: Use iio_push_to_buffers_with_ts() to provide length for runtim...Jonathan Cameron
2025-05-21iio: pressure: zpa2326: Use aligned_s64 for the timestampJonathan Cameron
2025-04-22iio: normalize array sentinel styleDavid Lechner
2025-04-22iio: pressure: zpa2326: Switch to sparse friendly iio_device_claim/release_di...Jonathan Cameron
2025-04-22iio: pressure: rohm-bm1390: Switch to sparse friendly iio_device_claim/releas...Jonathan Cameron
2025-04-22iio: pressure: ms5611: Switch to sparse friendly iio_device_claim/release_dir...Jonathan Cameron
2025-04-22iio: pressure: mpl3115: Switch to sparse friendly iio_device_claim/release_di...Jonathan Cameron
2025-04-22iio: pressure: mpl3115: factor out core of IIO_INFO_RAW read to simplify code...Jonathan Cameron
2025-04-22iio: pressure: icp10100: Switch to sparse friendly iio_device_claim/release_d...Jonathan Cameron
2025-04-22iio: pressure: dlhl60d: Switch to sparse friendly iio_device_claim/release_di...Jonathan Cameron
2025-04-21iio: pressure: mprls0025pa: use aligned_s64 for timestampDavid Lechner
2025-02-08iio: pressure: zpa2326: Drop unneeded assignment for cache_typeAndy Shevchenko
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman
2024-12-28iio: pressure: Use aligned_s64 instead of open coding alignment.Jonathan Cameron
2024-12-11iio: pressure: bmp280: Make time vars intuitive and move to fsleepVasileios Amoiridis
2024-12-11iio: pressure: bmp280: Use sizeof() for denominatorVasileios Amoiridis
2024-12-07iio: bm1390: simplify using guard(mutex)Matti Vaittinen
2024-12-07iio: pressure: zpa2326: fix information leak in triggered bufferJavier Carrasco
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-10-21iio: pressure: bmp280: Move bmp085 interrupt to new configurationVasileios Amoiridis
2024-10-21iio: pressure: bmp280: Add data ready trigger supportVasileios Amoiridis
2024-10-21iio: pressure: bmp280: Use sleep and forced mode for oneshot capturesVasileios Amoiridis
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman
2024-10-13Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2024-10-12iio: pressure: bmp280: Fix uninitialized variableYo-Jung (Leo) Lin
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-10iio: pressure: rohm-bm1390: Remove redundant if statementColin Ian King
2024-10-06iio: pressure: bm1390: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco
2024-10-06iio: pressure: bmp280: Use char instead of s32 for data bufferVasileios Amoiridis
2024-10-06iio: pressure: bmp280: Use unsigned type for raw valuesVasileios Amoiridis
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-30iio: pressure: sdp500: Add missing select CRC8Jonathan Cameron
2024-09-30iio: pressure: bmp280: Remove config error check for IIR filter updatesVasileios Amoiridis
2024-09-30iio: pressure: bmp280: Add support for bmp280 soft resetVasileios Amoiridis
2024-09-30iio: pressure: bmp280: Use bulk read for humidity calibration dataVasileios Amoiridis
2024-09-30iio: pressure: hid-sensor-press: Get platform data via dev_get_platdata()Andy Shevchenko
2024-09-30iio: hid-sensor: Use aligned data type for timestampAndy Shevchenko