devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: AFE4404 Heart Rate Monitor and Bio-Sensing
@ 2015-12-02 19:57 Andrew F. Davis
  2015-12-02 19:57 ` [PATCH v2 1/2] Documentation: afe4404: Add DT bindings for the AFE4404 heart monitor Andrew F. Davis
  2015-12-02 19:57 ` [PATCH v2 2/2] iio: health: Add driver for the TI " Andrew F. Davis
  0 siblings, 2 replies; 10+ messages in thread
From: Andrew F. Davis @ 2015-12-02 19:57 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald
  Cc: devicetree, linux-iio, linux-api, linux-kernel, Andrew

Hello all,

This series adds the TI AFE4404 "Ultra-small, Integrated AFE for
Wearable, Optical Heart Rate Monitoring and Bio-Sensing".

I've made changes too numerous to list based on comments in the
v1 thread[0]. The most substantial change is in the way parts
of this device are exposed to userspace as channels.

Please see [0] for more background.

Thanks,
Andrew

[0] http://www.spinics.net/lists/linux-iio/msg21619.html*

*Not the first message as that was flagged as spam by the lists.

Andrew F. Davis (2):
  Documentation: afe4404: Add DT bindings for the AFE4404 heart monitor
  iio: health: Add driver for the TI AFE4404 heart monitor

 .../ABI/testing/sysfs-bus-iio-health-afe4404       |  20 +
 .../devicetree/bindings/iio/health/afe4404.txt     |  27 +
 drivers/iio/Kconfig                                |   1 +
 drivers/iio/Makefile                               |   1 +
 drivers/iio/health/Kconfig                         |  25 +
 drivers/iio/health/Makefile                        |   6 +
 drivers/iio/health/afe4404.c                       | 619 +++++++++++++++++++++
 drivers/iio/health/afe440x.h                       | 168 ++++++
 8 files changed, 867 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-health-afe4404
 create mode 100644 Documentation/devicetree/bindings/iio/health/afe4404.txt
 create mode 100644 drivers/iio/health/Kconfig
 create mode 100644 drivers/iio/health/Makefile
 create mode 100644 drivers/iio/health/afe4404.c
 create mode 100644 drivers/iio/health/afe440x.h

-- 
1.9.1

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-02 19:57 [PATCH v2 0/2] iio: AFE4404 Heart Rate Monitor and Bio-Sensing Andrew F. Davis
2015-12-02 19:57 ` [PATCH v2 1/2] Documentation: afe4404: Add DT bindings for the AFE4404 heart monitor Andrew F. Davis
     [not found]   ` <1449086240-13375-2-git-send-email-afd-l0cyMroinI0@public.gmane.org>
2015-12-05 17:38     ` Jonathan Cameron
     [not found]       ` <56632122.8040702-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2015-12-05 17:53         ` Andrew F. Davis
     [not found]           ` <56632499.9080708-l0cyMroinI0@public.gmane.org>
2015-12-05 18:21             ` Jonathan Cameron
2015-12-02 19:57 ` [PATCH v2 2/2] iio: health: Add driver for the TI " Andrew F. Davis
     [not found]   ` <1449086240-13375-3-git-send-email-afd-l0cyMroinI0@public.gmane.org>
2015-12-05 18:21     ` Jonathan Cameron
     [not found]       ` <56632B28.4080702-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2015-12-07 17:26         ` Andrew F. Davis
     [not found]           ` <5665C142.1050105-l0cyMroinI0@public.gmane.org>
2015-12-12 15:41             ` Jonathan Cameron
     [not found]               ` <566C4010.6030703-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2015-12-14 22:06                 ` Andrew F. Davis

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