From: Matt Ranostay <mranostay@gmail.com>
To: jic23@kernel.org, lars@metafoo.de, pmeerw@pmeerw.net
Cc: linux-iio@vger.kernel.org, Matt Ranostay <mranostay@gmail.com>
Subject: [PATCH v2 0/1] iio: humidty: add HDC100x support
Date: Mon, 31 Aug 2015 23:39:44 -0700 [thread overview]
Message-ID: <1441089585-26486-1-git-send-email-mranostay@gmail.com> (raw)
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
next reply other threads:[~2015-09-01 6:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-01 6:39 Matt Ranostay [this message]
2015-09-01 6:39 ` [PATCH v2 1/1] iio: humidity: add HDC100x support Matt Ranostay
2015-09-01 6:53 ` Peter Meerwald
2015-09-01 7:30 ` Matt Ranostay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441089585-26486-1-git-send-email-mranostay@gmail.com \
--to=mranostay@gmail.com \
--cc=jic23@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.