From: Eddie James <eajames@linux.ibm.com>
To: linux-iio@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, joel@jms.id.au, pmeerw@pmeerw.net,
lars@metafoo.de, knaack.h@gmx.de, jic23@kernel.org,
Eddie James <eajames@linux.ibm.com>
Subject: [PATCH 0/3] iio: Add driver for Infineon DPS310
Date: Mon, 6 May 2019 20:58:32 +0000 [thread overview]
Message-ID: <1557176315-29401-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.
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 | 753 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 770 insertions(+)
create mode 100644 drivers/iio/pressure/dps310.c
--
2.7.4
next reply other threads:[~2019-05-06 21:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-06 20:58 Eddie James [this message]
2019-05-06 20:58 ` [PATCH 1/3] iio: Add driver for Infineon DPS310 Eddie James
2019-05-06 21:18 ` Peter Meerwald-Stadler
2019-05-07 16:01 ` Eddie James
2019-05-11 9:52 ` Jonathan Cameron
2019-05-06 20:58 ` [PATCH 2/3] iio: dps310: Temperature measurement errata Eddie James
2019-05-06 20:58 ` [PATCH 3/3] iio: dps310: Add pressure sensing capability Eddie James
2019-05-06 21:25 ` Peter Meerwald-Stadler
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=1557176315-29401-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 \
--cc=pmeerw@pmeerw.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.