From: Matt Ranostay <mranostay@gmail.com>
To: linux-iio@vger.kernel.org, jic23@kernel.org
Cc: Matt Ranostay <mranostay@gmail.com>
Subject: [PATCH v5 0/1] iio: light: add MAX30100 oximeter driver support
Date: Thu, 3 Dec 2015 21:15:30 -0800 [thread overview]
Message-ID: <1449206131-9875-1-git-send-email-mranostay@gmail.com> (raw)
Changes from v4:
* Removed whitespace from documention
* Reorder statement in max30100_read_raw to reduce un-needed statements
* Changed buffer from u8 array to __be16 array
Matt Ranostay (1):
iio: light: add MAX30100 oximeter driver support
.../devicetree/bindings/iio/health/max30100.txt | 21 +
drivers/iio/Kconfig | 1 +
drivers/iio/Makefile | 1 +
drivers/iio/health/Kconfig | 21 +
drivers/iio/health/Makefile | 7 +
drivers/iio/health/max30100.c | 457 +++++++++++++++++++++
6 files changed, 508 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/health/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-12-04 5:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-04 5:15 Matt Ranostay [this message]
2015-12-04 5:15 ` [PATCH v5 1/1] iio: light: add MAX30100 oximeter driver support Matt Ranostay
2015-12-05 17:27 ` Jonathan Cameron
2015-12-06 0:17 ` 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=1449206131-9875-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.