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

This patch set adds basic support for the Aosong AM2315 relative
humidity and ambient temperature sensor.

Patch 1 adds basic support, raw readings and ACPI detection.
Patch 2 adds triggered buffer support.
---
v3 change log:

patch 1/2:
- addressed Peter's comments
- added a mutex for the read_data sequence
- added the am2315_sensor_data struct to better abstract data acquisition

patch 2/2:
no changes
---
v2 change log:

patch 1/2:
- moved driver from iio/temperature to iio/humidity
- addressed Jonathan's comments
- fixed scale to export values in millipercent (humidity) and
  millidegrees (temperature)

patch 2/2:
no changes
---
Tiberiu Breana (2):
  iio: humidity: Add support for AM2315
  iio: humidity: Add triggered buffer support for AM2315

 drivers/iio/humidity/Kconfig  |  10 ++
 drivers/iio/humidity/Makefile |   1 +
 drivers/iio/humidity/am2315.c | 303 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 314 insertions(+)
 create mode 100644 drivers/iio/humidity/am2315.c

-- 
1.9.1

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

end of thread, other threads:[~2016-04-24  9:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-18 14:50 [PATCH v3 0/2] Add support for Aosong AM2315 relative humidity and ambient temperature sensor Tiberiu Breana
2016-04-18 14:50 ` [PATCH v3 1/2] iio: humidity: Add support for AM2315 Tiberiu Breana
2016-04-24  8:59   ` Jonathan Cameron
2016-04-18 14:50 ` [PATCH v3 2/2] iio: humidity: Add triggered buffer " Tiberiu Breana
2016-04-24  9:00   ` Jonathan Cameron

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).