This patch set adds basic support for for Aosong AM2315 ambient temperature & humidity sensor. Patch 1 adds basic support, readings and ACPI detection. Patch 2 adds triggered buffer support. Tiberiu Breana (2): iio: temperature: Add support for AM2315 iio: temperature: Add triggered buffer support for AM2315 drivers/iio/temperature/Kconfig | 10 ++ drivers/iio/temperature/Makefile | 1 + drivers/iio/temperature/am2315.c | 293 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 304 insertions(+) create mode 100644 drivers/iio/temperature/am2315.c -- 1.9.1 -- 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