From: Matt Ranostay <mranostay@gmail.com>
To: linux-iio@vger.kernel.org
Cc: jic23@kernel.org, Matt Ranostay <mranostay@gmail.com>
Subject: [PATCH 0/2] iio: humidity: sht31: add Sensirion SHT31 support
Date: Sat, 11 Jun 2016 22:13:15 -0700 [thread overview]
Message-ID: <1465708397-19649-1-git-send-email-mranostay@gmail.com> (raw)
Add support for the humidity and temperature functionally for the SHT31
chipset. In addition add support for using using software triggers.
Matt Ranostay (2):
devicetree: add Sensirion AG vendor id
iio: humidity: sht31: add Sensirion SHT31 support
.../devicetree/bindings/i2c/trivial-devices.txt | 1 +
.../devicetree/bindings/vendor-prefixes.txt | 1 +
drivers/iio/humidity/Kconfig | 11 +
drivers/iio/humidity/Makefile | 1 +
drivers/iio/humidity/sht31.c | 416 +++++++++++++++++++++
5 files changed, 430 insertions(+)
create mode 100644 drivers/iio/humidity/sht31.c
--
2.7.4
next reply other threads:[~2016-06-12 5:13 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-12 5:13 Matt Ranostay [this message]
2016-06-12 5:13 ` [PATCH 1/2] devicetree: add Sensirion AG vendor id Matt Ranostay
2016-06-12 5:13 ` Matt Ranostay
2016-06-14 22:06 ` Rob Herring
2016-06-14 22:06 ` Rob Herring
2016-06-12 5:13 ` [PATCH 2/2] iio: humidity: sht31: add Sensirion SHT31 support Matt Ranostay
2016-06-12 5:35 ` Matt Ranostay
2016-06-13 22:25 ` [PATCH 0/2] " Alison Schofield
2016-06-13 23:23 ` Matt Ranostay
2016-06-14 7:44 ` jic23
2016-06-14 19:01 ` Matt Ranostay
2016-06-15 4:18 ` Guenter Roeck
2016-06-15 4:18 ` Guenter Roeck
2016-06-15 16:31 ` Jonathan Cameron
2016-06-15 16:31 ` Jonathan Cameron
2016-06-15 18:48 ` Guenter Roeck
2016-06-15 19:34 ` 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=1465708397-19649-1-git-send-email-mranostay@gmail.com \
--to=mranostay@gmail.com \
--cc=jic23@kernel.org \
--cc=linux-iio@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 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.