All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/1] iio: light: add MAX30100 oximeter driver support
@ 2015-12-04  5:15 Matt Ranostay
  2015-12-04  5:15 ` [PATCH v5 1/1] " Matt Ranostay
  0 siblings, 1 reply; 4+ messages in thread
From: Matt Ranostay @ 2015-12-04  5:15 UTC (permalink / raw)
  To: linux-iio, jic23; +Cc: Matt Ranostay

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


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

end of thread, other threads:[~2015-12-06  0:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-04  5:15 [PATCH v5 0/1] iio: light: add MAX30100 oximeter driver support Matt Ranostay
2015-12-04  5:15 ` [PATCH v5 1/1] " Matt Ranostay
2015-12-05 17:27   ` Jonathan Cameron
2015-12-06  0:17     ` Matt Ranostay

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.