aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure/bmp280-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/jic23/iio into staging-nextGreg Kroah-Hartman1-1/+0
2017-09-25Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg 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