mbox series

[v4,0/3] iio: Add driver for Infineon DPS310

Message ID 1558404814-26078-1-git-send-email-eajames@linux.ibm.com (mailing list archive)
Headers show
Series iio: Add driver for Infineon DPS310 | expand

Message

Eddie James May 21, 2019, 2:13 a.m. UTC
The DPS310 is a temperature and pressure sensor. It can be accessed over i2c
and SPI.

The driver supports polled measurement of temperature and pressure over i2c
only.

Changes since v3:
 - Correct spacing in Kconfig
 - Safer conversion from s64 to int

Changes since v2:
 - Switch to processed rather than raw for both pressure and temperature
 - Add locking around writing frequency/sampling rates and sensor reads
 - Further cleanup

Changes since v1:
 - Switch to wait for temperature/pressure sensor ready
 - Various cleanup

Christopher Bostic (1):
  iio: dps310: Temperature measurement errata

Eddie James (1):
  iio: dps310: Add pressure sensing capability

Joel Stanley (1):
  iio: Add driver for Infineon DPS310

 MAINTAINERS                   |   6 +
 drivers/iio/pressure/Kconfig  |  11 +
 drivers/iio/pressure/Makefile |   1 +
 drivers/iio/pressure/dps310.c | 827 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 845 insertions(+)
 create mode 100644 drivers/iio/pressure/dps310.c