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

Changes from v2:
 * Fixed incorrect byte order from measurement reading
 * Updated Kconfig and ABI documentation
 * Changed resolution data to more readable struct
 * Removed un-needed .channel assignments in hdc100x_channels
 * Fixed logic bug in heater enabling
 * Various minor changes (removing inlines, removing fall-thrus, etc)

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-01  7:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01  6:39 [PATCH v2 0/1] iio: humidty: add HDC100x support Matt Ranostay
2015-09-01  6:39 ` [PATCH v2 1/1] iio: humidity: " Matt Ranostay
2015-09-01  6:53   ` Peter Meerwald
2015-09-01  7:30     ` 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).