From: Matt Ranostay <mranostay@gmail.com>
To: linux-iio@vger.kernel.org
Cc: jic23@kernel.org, Matt Ranostay <mranostay@gmail.com>
Subject: [PATCH v2 0/3] atlas-ph-sensor: add conductivity sensor support
Date: Thu, 19 May 2016 18:52:58 -0700 [thread overview]
Message-ID: <1463709181-17528-1-git-send-email-mranostay@gmail.com> (raw)
Changes from v1:
* Add IIO_ELECTRICALCONDUCTIVITY type rather than do doing weird conversion to ppm
* move device tree mapping table above probe for of_match_device
Matt Ranostay (3):
iio: chemical: atlas-ph-sensor: reorg driver to allow multiple chips
iio: electricalconductivity: add IIO_ELECTRICALCONDUCTIVITY type
iio: chemical: atlas-ph-sensor: add EC feature
Documentation/ABI/testing/sysfs-bus-iio | 7 +
.../bindings/iio/chemical/atlas,ec-sm.txt | 22 ++
drivers/iio/chemical/Kconfig | 8 +-
drivers/iio/chemical/atlas-ph-sensor.c | 257 ++++++++++++++++-----
drivers/iio/industrialio-core.c | 1 +
include/uapi/linux/iio/types.h | 1 +
6 files changed, 236 insertions(+), 60 deletions(-)
create mode 100644 Documentation/devicetree/bindings/iio/chemical/atlas,ec-sm.txt
--
2.7.4
next reply other threads:[~2016-05-20 1:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-20 1:52 Matt Ranostay [this message]
2016-05-20 1:52 ` [PATCH v2 1/3] iio: chemical: atlas-ph-sensor: reorg driver to allow multiple chips Matt Ranostay
2016-05-20 1:53 ` [PATCH v2 2/3] iio: electricalconductivity: add IIO_ELECTRICALCONDUCTIVITY type Matt Ranostay
2016-05-22 19:47 ` Jonathan Cameron
2016-05-24 6:52 ` Matt Ranostay
2016-05-24 8:58 ` jic23
2016-05-20 1:53 ` [PATCH v2 3/3] iio: chemical: atlas-ph-sensor: add EC feature 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=1463709181-17528-1-git-send-email-mranostay@gmail.com \
--to=mranostay@gmail.com \
--cc=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
/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 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).