linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eddie James <eajames@linux.ibm.com>
To: linux-iio@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, joel@jms.id.au, lars@metafoo.de,
	knaack.h@gmx.de, jic23@kernel.org,
	Eddie James <eajames@linux.ibm.com>
Subject: [PATCH v4 0/3] iio: Add driver for Infineon DPS310
Date: Mon, 20 May 2019 21:13:31 -0500	[thread overview]
Message-ID: <1558404814-26078-1-git-send-email-eajames@linux.ibm.com> (raw)

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

-- 
1.8.3.1


             reply	other threads:[~2019-05-21  2:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-21  2:13 Eddie James [this message]
2019-05-21  2:13 ` [PATCH v4 1/3] iio: Add driver for Infineon DPS310 Eddie James
2019-05-26 17:34   ` Jonathan Cameron
2019-05-21  2:13 ` [PATCH v4 2/3] iio: dps310: Temperature measurement errata Eddie James
2019-05-26 17:34   ` Jonathan Cameron
2019-05-21  2:13 ` [PATCH v4 3/3] iio: dps310: Add pressure sensing capability Eddie James
2019-05-26 17:35   ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1558404814-26078-1-git-send-email-eajames@linux.ibm.com \
    --to=eajames@linux.ibm.com \
    --cc=jic23@kernel.org \
    --cc=joel@jms.id.au \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).