linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] iio: Add driver for Infineon DPS310
@ 2019-05-08 19:35 Eddie James
  2019-05-08 19:35 ` [PATCH v2 1/3] " Eddie James
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Eddie James @ 2019-05-08 19:35 UTC (permalink / raw)
  To: linux-iio; +Cc: linux-kernel, joel, pmeerw, lars, knaack.h, jic23, Eddie James

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 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  |  10 +
 drivers/iio/pressure/Makefile |   1 +
 drivers/iio/pressure/dps310.c | 761 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 778 insertions(+)
 create mode 100644 drivers/iio/pressure/dps310.c

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-05-18  8:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08 19:35 [PATCH v2 0/3] iio: Add driver for Infineon DPS310 Eddie James
2019-05-08 19:35 ` [PATCH v2 1/3] " Eddie James
2019-05-11  9:22   ` Jonathan Cameron
2019-05-15 18:46     ` Eddie James
2019-05-18  8:46       ` Jonathan Cameron
2019-05-08 19:35 ` [PATCH v2 2/3] iio: dps310: Temperature measurement errata Eddie James
2019-05-09  3:09   ` Matt Ranostay
2019-05-09 15:17     ` Eddie James
2019-05-10  2:21       ` Matt Ranostay
2019-05-08 19:35 ` [PATCH v2 3/3] iio: dps310: Add pressure sensing capability Eddie James
2019-05-11  9:48   ` Jonathan Cameron
2019-05-14 20:25     ` Eddie James
2019-05-18  8:47       ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).