summaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure/bmp280-core.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-21iio: pressure: bmp280: Add more tunable config parameters for BMP380Angel Iglesias1-9/+238
2022-09-21iio: pressure: bmp280: Add support for BMP380 sensor familyAngel Iglesias1-0/+386
2022-09-21iio: pressure: bmp280: Fix alignment for DMA safetyAngel Iglesias1-57/+74
2022-09-21iio: pressure: bmp280: simplify driver initialization logicAngel Iglesias1-43/+83
2022-09-21iio: pressure: bmp280: Simplify bmp280 calibration data readingAngel Iglesias1-35/+23
2022-09-21iio: pressure: bmp280: use FIELD_GET, FIELD_PREP and GENMASKAngel Iglesias1-9/+16
2022-09-21iio: pressure: bmp280: reorder local variables following reverse xmas treeAngel Iglesias1-32/+33
2022-09-21iio: pressure: bmp280: fix datasheet linksAngel Iglesias1-3/+9
2022-06-21iio: pressure: bmp280: Move symbol exports to IIO_BMP280 namespaceJonathan Cameron1-1/+1
2022-01-12iio: pressure: bmp280: Use new PM macrosPaul Cercueil1-9/+2
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-05-11iio: bmp280: fix compensation of humidityAndreas Klinger1-0/+2
2020-04-19iio: pressure: bmp280: Join string literals backAndy Shevchenko1-2/+1
2020-04-19iio: pressure: bmp280: Drop unneeded explicit castingsAndy Shevchenko1-10/+7
2020-04-19iio: pressure: bmp280: Explicitly mark GPIO optionalAndy Shevchenko1-2/+2
2020-04-19iio: pressure: bmp280: Convert to use ->read_avail()Andy Shevchenko1-44/+25
2020-04-19iio: pressure: bmp280: Tolerate IRQ before registeringAndy Shevchenko1-1/+4
2019-10-22iio: pressure: bmp280: use devm action and remove labels from probeBartosz Golaszewski1-32/+30
2019-10-22iio: pressure: bmp280: use bulk regulator opsBartosz Golaszewski1-39/+30
2019-10-18iio: pressure: bmp280 endian tidy upsJonathan Cameron1-7/+9
2019-10-13iio: pressure: bmp280: remove stray newlineBartosz Golaszewski1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-04iio: pressure: bmp280: BMP280 calibration to entropyLinus Walleij1-0/+6
2018-06-24iio: pressure: bmp280: fix relative humidity unitTomasz Duszynski1-3/+2
2018-01-08iio:pressure:bmp280: Read calibration data in probeStefan Tatschner1-71/+132
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-1/+1
2017-09-25Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-1/+0
2017-09-25Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-1/+1
2017-09-24IIO: BME280: Updates to Humidity readings need ctrl_reg write!Colin Parker1-1/+1
2017-08-22iio:pressure: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-07-30iio: bmp280: properly initialize device for humidity readingAndreas Klinger1-3/+24
2017-04-14IIO: bmp280-core.c: fix error in humidity calculationAndreas Klinger1-5/+6
2016-12-03IIO: Change msleep to usleep_range for small msecsAniroop Mathur1-7/+7
2016-08-15iio: pressure: bmp280: fix runtime suspend/resume crashLinus Walleij1-2/+4
2016-08-15iio: pressure: bmp280: fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2016-07-03iio: pressure: bmp280: read calibration data onceLinus Walleij1-46/+48
2016-07-03iio: pressure: bmp280: add power managementLinus Walleij1-1/+64
2016-07-03iio: pressure: bmp280: add support for BMP085 EOC interruptLinus Walleij1-7/+80
2016-07-03iio: pressure: bmp280: add SPI interface driverLinus Walleij1-0/+4
2016-07-03iio: pressure: bmp280: split off an I2C Kconfig entryLinus Walleij1-0/+7
2016-07-03iio: pressure: bmp280: split driver in logical partsLinus Walleij1-0/+968