All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: humidity: sht31: add Sensirion SHT31 support
@ 2016-06-12  5:13 Matt Ranostay
       [not found] ` <1465708397-19649-1-git-send-email-mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Matt Ranostay @ 2016-06-12  5:13 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23, Matt Ranostay

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

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

end of thread, other threads:[~2016-06-15 19:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-12  5:13 [PATCH 0/2] iio: humidity: sht31: add Sensirion SHT31 support Matt Ranostay
     [not found] ` <1465708397-19649-1-git-send-email-mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-06-12  5:13   ` [PATCH 1/2] devicetree: add Sensirion AG vendor id Matt Ranostay
2016-06-12  5:13     ` Matt Ranostay
     [not found]     ` <1465708397-19649-2-git-send-email-mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
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

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.