summaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure/bmp280-core.c
Commit message (Expand)AuthorAgeFilesLines
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: bmp280: fix compensation of humidityAndreas Klinger2020-05-111-0/+2
* iio: pressure: bmp280: Join string literals backAndy Shevchenko2020-04-191-2/+1
* iio: pressure: bmp280: Drop unneeded explicit castingsAndy Shevchenko2020-04-191-10/+7
* iio: pressure: bmp280: Explicitly mark GPIO optionalAndy Shevchenko2020-04-191-2/+2
* iio: pressure: bmp280: Convert to use ->read_avail()Andy Shevchenko2020-04-191-44/+25
* iio: pressure: bmp280: Tolerate IRQ before registeringAndy Shevchenko2020-04-191-1/+4
* iio: pressure: bmp280: use devm action and remove labels from probeBartosz Golaszewski2019-10-221-32/+30
* iio: pressure: bmp280: use bulk regulator opsBartosz Golaszewski2019-10-221-39/+30
* iio: pressure: bmp280 endian tidy upsJonathan Cameron2019-10-181-7/+9
* iio: pressure: bmp280: remove stray newlineBartosz Golaszewski2019-10-131-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* iio: pressure: bmp280: BMP280 calibration to entropyLinus Walleij2019-04-041-0/+6
* iio: pressure: bmp280: fix relative humidity unitTomasz Duszynski2018-06-241-3/+2
* iio:pressure:bmp280: Read calibration data in probeStefan Tatschner2018-01-081-71/+132
* Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman2017-10-091-1/+1
|\
| * Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-09-251-1/+1
| |\
| | * IIO: BME280: Updates to Humidity readings need ctrl_reg write!Colin Parker2017-09-241-1/+1
* | | Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-09-251-1/+0
|\ \ \ | |/ / |/| |
| * | iio:pressure: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
| |/
* / iio: bmp280: properly initialize device for humidity readingAndreas Klinger2017-07-301-3/+24
|/
* IIO: bmp280-core.c: fix error in humidity calculationAndreas Klinger2017-04-141-5/+6
* IIO: Change msleep to usleep_range for small msecsAniroop Mathur2016-12-031-7/+7
* iio: pressure: bmp280: fix runtime suspend/resume crashLinus Walleij2016-08-151-2/+4
* iio: pressure: bmp280: fix wrong pointer passed to PTR_ERR()Wei Yongjun2016-08-151-1/+1
* iio: pressure: bmp280: read calibration data onceLinus Walleij2016-07-031-46/+48
* iio: pressure: bmp280: add power managementLinus Walleij2016-07-031-1/+64
* iio: pressure: bmp280: add support for BMP085 EOC interruptLinus Walleij2016-07-031-7/+80
* iio: pressure: bmp280: add SPI interface driverLinus Walleij2016-07-031-0/+4
* iio: pressure: bmp280: split off an I2C Kconfig entryLinus Walleij2016-07-031-0/+7
* iio: pressure: bmp280: split driver in logical partsLinus Walleij2016-07-031-0/+968