Linux IIO development
 help / color / mirror / Atom feed
* [RFC v2 0/1] iio: light: add MAX30100 oximeter driver support
@ 2015-11-18  9:19 Matt Ranostay
  2015-11-18  9:19 ` [RFC v2 1/1] " Matt Ranostay
  0 siblings, 1 reply; 7+ messages in thread
From: Matt Ranostay @ 2015-11-18  9:19 UTC (permalink / raw)
  To: linux-iio, jic23; +Cc: Matt Ranostay

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


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

end of thread, other threads:[~2015-12-02 18:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18  9:19 [RFC v2 0/1] iio: light: add MAX30100 oximeter driver support Matt Ranostay
2015-11-18  9:19 ` [RFC v2 1/1] " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox