All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] iio: AFE4404 Heart Rate Monitor and Bio-Sensing
@ 2015-12-14 22:35 ` Andrew F. Davis
  0 siblings, 0 replies; 23+ messages in thread
From: Andrew F. Davis @ 2015-12-14 22:35 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".

Changes from v2:
 - Added afe4403 driver to this series
 - Added patch to export needed IIO function
 - Table lookup for magic numbers
 - Other small fixes

Please see [0] for more background.

Thanks,
Andrew

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

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

Andrew F. Davis (5):
  iio: Make IIO value formating function globally available.
  Documentation: afe4404: Add DT bindings for the AFE4404 heart monitor
  iio: health: Add driver for the TI AFE4404 heart monitor
  Documentation: afe4403: Add DT bindings for the AFE4403 heart monitor
  iio: health: Add driver for the TI AFE4403 heart monitor

 .../ABI/testing/sysfs-bus-iio-health-afe4403       |  52 ++
 .../ABI/testing/sysfs-bus-iio-health-afe4404       |  60 ++
 .../devicetree/bindings/iio/health/afe4403.txt     |  34 +
 .../devicetree/bindings/iio/health/afe4404.txt     |  30 +
 drivers/iio/Kconfig                                |   1 +
 drivers/iio/Makefile                               |   1 +
 drivers/iio/health/Kconfig                         |  37 ++
 drivers/iio/health/Makefile                        |   7 +
 drivers/iio/health/afe4403.c                       | 696 ++++++++++++++++++++
 drivers/iio/health/afe4404.c                       | 700 +++++++++++++++++++++
 drivers/iio/health/afe440x.h                       | 202 ++++++
 drivers/iio/industrialio-core.c                    |   1 +
 include/linux/iio/iio.h                            |   2 +
 13 files changed, 1823 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-health-afe4403
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-health-afe4404
 create mode 100644 Documentation/devicetree/bindings/iio/health/afe4403.txt
 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/afe4403.c
 create mode 100644 drivers/iio/health/afe4404.c
 create mode 100644 drivers/iio/health/afe440x.h

-- 
2.6.4

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

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

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-14 22:35 [PATCH v3 0/5] iio: AFE4404 Heart Rate Monitor and Bio-Sensing Andrew F. Davis
2015-12-14 22:35 ` Andrew F. Davis
2015-12-14 22:35 ` [PATCH v3 1/5] iio: Make IIO value formating function globally available Andrew F. Davis
2015-12-14 22:35   ` Andrew F. Davis
2015-12-22 17:05   ` Jonathan Cameron
2015-12-22 17:05     ` Jonathan Cameron
2015-12-14 22:35 ` [PATCH v3 2/5] Documentation: afe4404: Add DT bindings for the AFE4404 heart monitor Andrew F. Davis
2015-12-14 22:35   ` Andrew F. Davis
2015-12-14 22:35 ` [PATCH v3 3/5] iio: health: Add driver for the TI " Andrew F. Davis
2015-12-14 22:35   ` Andrew F. Davis
2015-12-22 17:37   ` Jonathan Cameron
2015-12-22 17:37     ` Jonathan Cameron
2015-12-30 17:23     ` Andrew F. Davis
2015-12-30 17:23       ` Andrew F. Davis
2015-12-14 22:36 ` [PATCH v3 4/5] Documentation: afe4403: Add DT bindings for the AFE4403 " Andrew F. Davis
2015-12-14 22:36   ` Andrew F. Davis
2015-12-22 17:38   ` Jonathan Cameron
2015-12-14 22:36 ` [PATCH v3 5/5] iio: health: Add driver for the TI " Andrew F. Davis
2015-12-14 22:36   ` Andrew F. Davis
2015-12-22 17:59   ` Jonathan Cameron
2015-12-22 17:59     ` Jonathan Cameron
2015-12-30 17:34     ` Andrew F. Davis
2015-12-30 17:34       ` Andrew F. Davis

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.