From: Matt Ranostay <matt@ranostay.consulting>
To: linux-iio@vger.kernel.org
Cc: jic23@kernel.org, Matt Ranostay <matt@ranostay.consulting>
Subject: [PATCH v2 0/2] iio: health: add MAX30102 oximeter driver support
Date: Tue, 24 Jan 2017 23:04:40 -0800 [thread overview]
Message-ID: <20170125070442.10715-1-matt@ranostay.consulting> (raw)
Changes from v1:
* add newlines to dev_err/dev_info statements
* update documentation to 400hz samples, but actually 100hz to FIFO
* fix storage bits to a power of 2, and the required buffer processing
* fixed return code from max30102_read_measurement()
Matt Ranostay (2):
devicetree: add documentation for MAX30102 oximeter
iio: health: add MAX30102 oximeter driver support
.../devicetree/bindings/iio/health/max30102.txt | 30 ++
drivers/iio/health/Kconfig | 13 +
drivers/iio/health/Makefile | 1 +
drivers/iio/health/max30102.c | 485 +++++++++++++++++++++
4 files changed, 529 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/health/max30102.txt
create mode 100644 drivers/iio/health/max30102.c
--
2.10.2
next reply other threads:[~2017-01-25 7:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-25 7:04 Matt Ranostay [this message]
2017-01-25 7:04 ` [PATCH v2 1/2] devicetree: add documentation for MAX30102 oximeter Matt Ranostay
2017-01-27 22:36 ` Rob Herring
2017-01-25 7:04 ` [PATCH v2 2/2] iio: health: add MAX30102 oximeter driver support Matt Ranostay
2017-01-25 7:29 ` Peter Meerwald-Stadler
2017-01-25 8:24 ` Matt Ranostay
2017-01-25 9:43 ` Matt Ranostay
2017-01-27 7:11 ` Matt Ranostay
2017-01-28 11:51 ` Jonathan Cameron
2017-01-29 4:04 ` 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=20170125070442.10715-1-matt@ranostay.consulting \
--to=matt@ranostay.consulting \
--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).