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

Changes from v2:
* Change 4.2 reference to 4.3
* Removed rogue newline
* Make sure adc_int_us isn't updated on error
* Allow an reading of 0 to be returned from hdc100x_read_measurement

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                     | 317 +++++++++++++++++++++
 4 files changed, 337 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] 4+ messages in thread

end of thread, other threads:[~2015-09-06  0:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02  3:58 [PATCH v3 0/1] iio: humidty: add HDC100x support Matt Ranostay
2015-09-02  3:58 ` [PATCH v3] iio: humidity: " Matt Ranostay
2015-09-05 16:40   ` Jonathan Cameron
2015-09-06  0:25     ` Matt Ranostay

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