From: Matt Ranostay <mranostay@gmail.com>
To: linux-iio@vger.kernel.org, jic23@kernel.org
Cc: Matt Ranostay <mranostay@gmail.com>
Subject: [RFC v2 0/1] iio: light: add MAX30100 oximeter driver support
Date: Wed, 18 Nov 2015 01:19:10 -0800 [thread overview]
Message-ID: <1447838351-5076-1-git-send-email-mranostay@gmail.com> (raw)
Changes from v1:
* Add temp channel
* Reworked path to drivers/iio/health patch
* Removed magic numbers to defines
IMPORTANT NOTES:
* Hasn't been tested on real hardware and won't be till second week
of December due to author on holiday in Asia
Matt Ranostay (1):
iio: light: add MAX30100 oximeter driver support
.../devicetree/bindings/iio/light/max30100.txt | 22 ++
drivers/iio/Kconfig | 1 +
drivers/iio/Makefile | 1 +
drivers/iio/health/Kconfig | 21 +
drivers/iio/health/Makefile | 7 +
drivers/iio/health/max30100.c | 423 +++++++++++++++++++++
6 files changed, 475 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/light/max30100.txt
create mode 100644 drivers/iio/health/Kconfig
create mode 100644 drivers/iio/health/Makefile
create mode 100644 drivers/iio/health/max30100.c
--
1.9.1
next reply other threads:[~2015-11-18 9:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-18 9:19 Matt Ranostay [this message]
2015-11-18 9:19 ` [RFC v2 1/1] iio: light: add MAX30100 oximeter driver support Matt Ranostay
2015-11-20 16:40 ` Peter Meerwald-Stadler
2015-11-21 16:26 ` Jonathan Cameron
2015-11-22 12:07 ` Matt Ranostay
2015-11-22 12:36 ` Jonathan Cameron
2015-12-02 18:36 ` 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=1447838351-5076-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