linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/1] iio: humidity: add HDC100x support
@ 2015-09-06 20:27 Matt Ranostay
  2015-09-06 20:27 ` [PATCH v4 1/1] " Matt Ranostay
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Ranostay @ 2015-09-06 20:27 UTC (permalink / raw)
  To: jic23, lars, pmeerw; +Cc: linux-iio, Matt Ranostay

Changes from v3:
* Cleanup the switch statements
* Add comments on why i2c_smbus_read_word_data() cannot be used
  to get measurement data.

Matt Ranostay (1):
  iio: humidity: add HDC100x support

 .../ABI/testing/sysfs-bus-iio-humidity-hdc100x     |   9 +
 drivers/iio/humidity/Kconfig                       |  10 +
 drivers/iio/humidity/Makefile                      |   1 +
 drivers/iio/humidity/hdc100x.c                     | 319 +++++++++++++++++++++
 4 files changed, 339 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-humidity-hdc100x
 create mode 100644 drivers/iio/humidity/hdc100x.c

-- 
1.9.1


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

end of thread, other threads:[~2015-09-12  9:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-06 20:27 [PATCH v4 0/1] iio: humidity: add HDC100x support Matt Ranostay
2015-09-06 20:27 ` [PATCH v4 1/1] " Matt Ranostay
2015-09-12  9:36   ` 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).