aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/pressure
AgeCommit message (Expand)AuthorFilesLines
2018-11-16iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersGravatar Hans de Goede 1-3/+5
2018-09-08iio: pressure: ms5611: switch to SPDX identifierGravatar Tomasz Duszynski 4-16/+4
2018-08-19iio: pressure: ms5611: remove deprecated compatible stringsGravatar Tomasz Duszynski 2-4/+0
2018-07-25Merge tag 'iio-for-4.19b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Gravatar Greg Kroah-Hartman 1-2/+1
2018-07-15iio: change strncpy+truncation to strlcpyGravatar Dominique Martinet 1-2/+1
2018-06-24iio: pressure: bmp280: fix relative humidity unitGravatar Tomasz Duszynski 1-3/+2
2018-05-11Merge tag 'iio-for-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Gravatar Greg Kroah-Hartman 1-2/+1
2018-03-28Merge 4.16-rc7 into staging-nextGravatar Greg Kroah-Hartman 1-1/+1
2018-03-17iio: cros_ec: Move cros_ec_sensors_core.h in /includeGravatar Gwendal Grignou 1-2/+1
2018-03-10iio: st_pressure: st_accel: pass correct platform data to initGravatar Michael Nosthoff 1-1/+1
2018-02-17iio:pressure:ms5611: Fix coding style in probe functionGravatar rodrigosiqueira 1-1/+1
2018-01-08iio:pressure:bmp280: Read calibration data in probeGravatar Stefan Tatschner 1-71/+132
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 16-38/+79
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-10-23Merge 4.14-rc6 into staging-nextGravatar Greg Kroah-Hartman 1-7/+3
2017-10-10iio: st_sensors: split open-drain parameters for irq1 and irq2Gravatar Lorenzo Bianconi 1-6/+8
2017-10-10iio: pressure: st_pressure: add SPI-3wire support to st_pressure frameworkGravatar Lorenzo Bianconi 1-0/+16
2017-10-09iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesGravatar Lorenzo Bianconi 1-13/+18
2017-10-09iio: st_sensors: add register mask for status registerGravatar Lorenzo Bianconi 1-3/+12
2017-10-09Merge 4.14-rc4 into staging-nextGravatar Greg Kroah-Hartman 1-1/+1
2017-09-25iio: pressure: zpa2326: Remove always-true check which confuses gccGravatar Geert Uytterhoeven 1-7/+3
2017-09-25Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Gravatar Greg Kroah-Hartman 16-17/+26
2017-09-25Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 1-1/+1
2017-09-24IIO: BME280: Updates to Humidity readings need ctrl_reg write!Gravatar Colin Parker 1-1/+1
2017-09-24iio: cros_ec: Remove unused variableGravatar Paolo Cretaro 1-2/+0
2017-09-03iio: pressure: add support to LPS33HW and LPS35HWGravatar Lorenzo Bianconi 4-0/+26
2017-08-28Merge 4.13-rc7 into staging-nextGravatar Greg Kroah-Hartman 2-3/+29
2017-08-22iio:pressure: drop assign iio_info.driver_module and iio_trigger_ops.ownerGravatar Jonathan Cameron 13-15/+0
2017-08-20Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Gravatar Greg Kroah-Hartman 1-2/+2
2017-08-14Merge 4.13-rc5 into staging-nextGravatar Greg Kroah-Hartman 1-1/+1
2017-08-12iio: pressure: st_pressure: fix drdy configuration for LPS22HB and LPS25HGravatar Lorenzo Bianconi 1-2/+2
2017-07-30iio: bmp280: properly initialize device for humidity readingGravatar Andreas Klinger 2-3/+29
2017-07-23Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 1-1/+1
2017-07-06iio: pressure: zpa2326: Add newlines to logging macrosGravatar Joe Perches 1-6/+6
2017-07-02iio: pressure: st_pressure_spi: add OF capability to st_pressure_spiGravatar Lorenzo Bianconi 1-0/+33
2017-07-01iio: pressure: ms5637: Add OF match tableGravatar Manivannan Sadhasivam 1-1/+11
2017-07-01iio: common: st_sensors: move st_sensors_of_i2c_probe() in common codeGravatar Lorenzo Bianconi 1-1/+2
2017-06-24iio: pressure: st_pressure_core: disable multiread by default for LPS22HBGravatar Lorenzo Bianconi 1-1/+1
2017-05-14iio: pressure: zpa2326: report interrupted case as failureGravatar Nicholas Mc Guire 1-7/+11
2017-04-26iio: st_pressure: st_accel: Initialise sensor platform data properlyGravatar Shrirang Bagul 1-4/+4
2017-04-23iio: pressure: Fix name of BME280 part in KconfigGravatar Peter Meerwald-Stadler 1-1/+1
2017-04-18Merge tag 'iio-fixes-for-4.11e' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 1-5/+6
2017-04-14IIO: bmp280-core.c: fix error in humidity calculationGravatar Andreas Klinger 1-5/+6
2017-04-10Merge 4.11-rc6 into staging-nextGravatar Greg Kroah-Hartman 1-0/+1
2017-04-02iio: st_pressure: initialize lps22hb bootimeGravatar Shrirang Bagul 1-0/+1
2017-04-02iio: pressure: zpa2326: Remove unnecessary cast on void pointerGravatar simran singhal 1-2/+2
2017-03-19iio: pressure: mpl3115: Add OF device ID tableGravatar Javier Martinez Canillas 1-0/+7
2017-03-19iio: pressure: hp03: Add OF device ID tableGravatar Javier Martinez Canillas 1-0/+7
2017-02-11Merge tag 'iio-fixes-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 2-2/+3
2017-02-11iio: pressure: mpl115: do not rely on structure field orderingGravatar Peter Rosin 1-0/+1