linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] add support to STM HTS221 humidity + temperature sensor
@ 2016-09-26 19:55 Lorenzo Bianconi
  2016-09-26 19:55 ` [PATCH 1/2] iio: humidity: add support to hts221 rh/temp combo device Lorenzo Bianconi
  2016-09-26 19:55 ` [PATCH 2/2] Documentation: dt: iio: humidity: add hts221 sensor device binding Lorenzo Bianconi
  0 siblings, 2 replies; 10+ messages in thread
From: Lorenzo Bianconi @ 2016-09-26 19:55 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, lorenzo.bianconi

Lorenzo Bianconi (2):
  iio: humidity: add support to hts221 rh/temp combo device
  Documentation: dt: iio: humidity: add hts221 sensor device binding

 .../devicetree/bindings/iio/humidity/hts221.txt    |  19 +
 drivers/iio/humidity/Kconfig                       |   2 +
 drivers/iio/humidity/Makefile                      |   1 +
 drivers/iio/humidity/hts221/Kconfig                |  23 +
 drivers/iio/humidity/hts221/Makefile               |   6 +
 drivers/iio/humidity/hts221/hts221.h               | 106 +++
 drivers/iio/humidity/hts221/hts221_buffer.c        | 227 ++++++
 drivers/iio/humidity/hts221/hts221_core.c          | 804 +++++++++++++++++++++
 drivers/iio/humidity/hts221/hts221_i2c.c           | 135 ++++
 drivers/iio/humidity/hts221/hts221_spi.c           | 148 ++++
 10 files changed, 1471 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/humidity/hts221.txt
 create mode 100644 drivers/iio/humidity/hts221/Kconfig
 create mode 100644 drivers/iio/humidity/hts221/Makefile
 create mode 100644 drivers/iio/humidity/hts221/hts221.h
 create mode 100644 drivers/iio/humidity/hts221/hts221_buffer.c
 create mode 100644 drivers/iio/humidity/hts221/hts221_core.c
 create mode 100644 drivers/iio/humidity/hts221/hts221_i2c.c
 create mode 100644 drivers/iio/humidity/hts221/hts221_spi.c

-- 
2.7.4

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

end of thread, other threads:[~2016-10-09  9:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26 19:55 [PATCH 0/2] add support to STM HTS221 humidity + temperature sensor Lorenzo Bianconi
2016-09-26 19:55 ` [PATCH 1/2] iio: humidity: add support to hts221 rh/temp combo device Lorenzo Bianconi
2016-10-01 14:51   ` Jonathan Cameron
2016-10-01 17:15     ` Lorenzo Bianconi
2016-10-09  8:15       ` Jonathan Cameron
2016-10-09  9:37         ` Lorenzo Bianconi
2016-10-09  9:46           ` Jonathan Cameron
2016-09-26 19:55 ` [PATCH 2/2] Documentation: dt: iio: humidity: add hts221 sensor device binding Lorenzo Bianconi
2016-10-01 14:52   ` Jonathan Cameron
2016-10-01 17:15     ` Lorenzo Bianconi

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