linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Aosong AM2315 ambient temperature & humidity sensor
@ 2016-04-15 15:36 Tiberiu Breana
  2016-04-15 15:36 ` [PATCH 1/2] iio: temperature: Add support for AM2315 Tiberiu Breana
  2016-04-15 15:36 ` [PATCH 2/2] iio: temperature: Add triggered buffer " Tiberiu Breana
  0 siblings, 2 replies; 6+ messages in thread
From: Tiberiu Breana @ 2016-04-15 15:36 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron

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

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

end of thread, other threads:[~2016-04-18 13:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-15 15:36 [PATCH 0/2] Add support for Aosong AM2315 ambient temperature & humidity sensor Tiberiu Breana
2016-04-15 15:36 ` [PATCH 1/2] iio: temperature: Add support for AM2315 Tiberiu Breana
2016-04-16 10:52   ` Jonathan Cameron
2016-04-18  9:40     ` Breana, Tiberiu A
2016-04-18 13:52       ` jic23
2016-04-15 15:36 ` [PATCH 2/2] iio: temperature: Add triggered buffer " Tiberiu Breana

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).