Age | Commit message (Expand) | Author |
2023-09-11 | iio: pressure: bmp280: Fix NULL pointer exception | Phil Elwell |
2023-03-11 | iio: pressure: bmp280: Add nvmem operations for BMP580 | Angel Iglesias |
2023-03-11 | iio: pressure: bmp280: Add support for new sensor BMP580 | Angel Iglesias |
2023-03-11 | iio: pressure: bmp280: Make read calibration callback optional | Angel Iglesias |
2023-03-11 | iio: pressure: bmp280: Add preinit callback | Angel Iglesias |
2023-03-11 | iio: pressure: bmp280: Use chip_info pointers for each chip as driver data | Angel Iglesias |
2022-09-21 | iio: pressure: bmp280: Add more tunable config parameters for BMP380 | Angel Iglesias |
2022-09-21 | iio: pressure: bmp280: Add support for BMP380 sensor family | Angel Iglesias |
2022-09-21 | iio: pressure: bmp280: Fix alignment for DMA safety | Angel Iglesias |
2022-09-21 | iio: pressure: bmp280: simplify driver initialization logic | Angel Iglesias |
2022-09-21 | iio: pressure: bmp280: Simplify bmp280 calibration data reading | Angel Iglesias |
2022-09-21 | iio: pressure: bmp280: use FIELD_GET, FIELD_PREP and GENMASK | Angel Iglesias |
2022-09-21 | iio: pressure: bmp280: reorder local variables following reverse xmas tree | Angel Iglesias |
2022-09-21 | iio: pressure: bmp280: fix datasheet links | Angel Iglesias |
2022-06-21 | iio: pressure: bmp280: Move symbol exports to IIO_BMP280 namespace | Jonathan Cameron |
2022-01-12 | iio: pressure: bmp280: Use new PM macros | Paul Cercueil |
2020-06-14 | iio: remove explicit IIO device parent assignment | Alexandru Ardelean |
2020-05-11 | iio: bmp280: fix compensation of humidity | Andreas Klinger |
2020-04-19 | iio: pressure: bmp280: Join string literals back | Andy Shevchenko |
2020-04-19 | iio: pressure: bmp280: Drop unneeded explicit castings | Andy Shevchenko |
2020-04-19 | iio: pressure: bmp280: Explicitly mark GPIO optional | Andy Shevchenko |
2020-04-19 | iio: pressure: bmp280: Convert to use ->read_avail() | Andy Shevchenko |
2020-04-19 | iio: pressure: bmp280: Tolerate IRQ before registering | Andy Shevchenko |
2019-10-22 | iio: pressure: bmp280: use devm action and remove labels from probe | Bartosz Golaszewski |
2019-10-22 | iio: pressure: bmp280: use bulk regulator ops | Bartosz Golaszewski |
2019-10-18 | iio: pressure: bmp280 endian tidy ups | Jonathan Cameron |
2019-10-13 | iio: pressure: bmp280: remove stray newline | Bartosz Golaszewski |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-04-04 | iio: pressure: bmp280: BMP280 calibration to entropy | Linus Walleij |
2018-06-24 | iio: pressure: bmp280: fix relative humidity unit | Tomasz Duszynski |
2018-01-08 | iio:pressure:bmp280: Read calibration data in probe | Stefan Tatschner |
2017-10-09 | Merge 4.14-rc4 into staging-next | Greg Kroah-Hartman |
2017-09-25 | Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman |
2017-09-25 | Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman |
2017-09-24 | IIO: BME280: Updates to Humidity readings need ctrl_reg write! | Colin Parker |
2017-08-22 | iio:pressure: drop assign iio_info.driver_module and iio_trigger_ops.owner | Jonathan Cameron |
2017-07-30 | iio: bmp280: properly initialize device for humidity reading | Andreas Klinger |
2017-04-14 | IIO: bmp280-core.c: fix error in humidity calculation | Andreas Klinger |
2016-12-03 | IIO: Change msleep to usleep_range for small msecs | Aniroop Mathur |
2016-08-15 | iio: pressure: bmp280: fix runtime suspend/resume crash | Linus Walleij |
2016-08-15 | iio: pressure: bmp280: fix wrong pointer passed to PTR_ERR() | Wei Yongjun |
2016-07-03 | iio: pressure: bmp280: read calibration data once | Linus Walleij |
2016-07-03 | iio: pressure: bmp280: add power management | Linus Walleij |
2016-07-03 | iio: pressure: bmp280: add support for BMP085 EOC interrupt | Linus Walleij |
2016-07-03 | iio: pressure: bmp280: add SPI interface driver | Linus Walleij |
2016-07-03 | iio: pressure: bmp280: split off an I2C Kconfig entry | Linus Walleij |
2016-07-03 | iio: pressure: bmp280: split driver in logical parts | Linus Walleij |