linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: health: add MAX30102 oximeter driver support
@ 2017-01-25  7:04 Matt Ranostay
  2017-01-25  7:04 ` [PATCH v2 1/2] devicetree: add documentation for MAX30102 oximeter Matt Ranostay
  2017-01-25  7:04 ` [PATCH v2 2/2] iio: health: add MAX30102 oximeter driver support Matt Ranostay
  0 siblings, 2 replies; 10+ messages in thread
From: Matt Ranostay @ 2017-01-25  7:04 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23, Matt Ranostay

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-01-29  4:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-25  7:04 [PATCH v2 0/2] iio: health: add MAX30102 oximeter driver support Matt Ranostay
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

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).