From: Matt Ranostay <mranostay@gmail.com>
To: jic23@kernel.org
Cc: linux-iio@vger.kernel.org, Matt Ranostay <mranostay@gmail.com>
Subject: [PATCH v5 0/3] iio: chemical: add Atlas pH-SM sensor support
Date: Tue, 26 Jan 2016 18:34:28 -0800 [thread overview]
Message-ID: <1453862071-1610-1-git-send-email-mranostay@gmail.com> (raw)
Changes from v4:
* Correct temp scaling value
* Disable runtime pm if iio_device_register fails
* Add comment on toggling interrupt line
Matt Ranostay (3):
devicetree: add Atlas Scientific LLC vendor prefix
iio: ph: add IIO_PH channel type
iio: chemical: add Atlas pH-SM sensor support
Documentation/ABI/testing/sysfs-bus-iio | 7 +
.../bindings/iio/chemical/atlas,ph-sm.txt | 22 +
.../devicetree/bindings/vendor-prefixes.txt | 1 +
drivers/iio/chemical/Kconfig | 13 +
drivers/iio/chemical/Makefile | 1 +
drivers/iio/chemical/atlas-ph-sensor.c | 511 +++++++++++++++++++++
drivers/iio/industrialio-core.c | 1 +
include/uapi/linux/iio/types.h | 1 +
8 files changed, 557 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/chemical/atlas,ph-sm.txt
create mode 100644 drivers/iio/chemical/atlas-ph-sensor.c
--
2.7.0.rc3
next reply other threads:[~2016-01-27 2:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-27 2:34 Matt Ranostay [this message]
2016-01-27 2:34 ` [PATCH v5 1/3] devicetree: add Atlas Scientific LLC vendor prefix Matt Ranostay
2016-01-30 16:17 ` Jonathan Cameron
2016-01-27 2:34 ` [PATCH v5 2/3] iio: ph: add IIO_PH channel type Matt Ranostay
2016-01-30 16:17 ` Jonathan Cameron
2016-01-27 2:34 ` [PATCH v5 3/3] iio: chemical: add Atlas pH-SM sensor support Matt Ranostay
2016-01-30 16:18 ` Jonathan Cameron
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=1453862071-1610-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 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.