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 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html