All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC v1 0/3] iio: chemical: add Atlas pH-SM sensor support
@ 2015-12-10  8:10 Matt Ranostay
  2015-12-10  8:10 ` [RFC v1 1/3] devicetree: add Atlas Scientific LLC vendor prefix Matt Ranostay
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Matt Ranostay @ 2015-12-10  8:10 UTC (permalink / raw)
  To: linux-iio, jic23; +Cc: Matt Ranostay

* Initial revision of a driver that enables support for the Atlas
  Scientific pH-SM chemical sensor
* Add new IIO_PH iio_chan_type
* Add Atlas Scientific LLC devicetree vendor id

NOTE: Not tested on actual hardware yet. Hence the RFC prefix, just want
      early feedback.

Matt Ranostay (3):
  devicetree: add Atlas Scientific LLC vendor prefix
  iio: ph: add IIO_PH channel type
  iio: chemical: add Atlas pH-SM sensor support

 Documentation/ABI/testing/sysfs-bus-iio            |   6 +
 .../bindings/iio/chemical/atlas,ph-sm.txt          |  22 ++
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 drivers/iio/chemical/Kconfig                       |  13 +
 drivers/iio/chemical/Makefile                      |   1 +
 drivers/iio/chemical/atlas-ph-sensor.c             | 385 +++++++++++++++++++++
 drivers/iio/industrialio-core.c                    |   1 +
 include/uapi/linux/iio/types.h                     |   1 +
 8 files changed, 430 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/chemical/atlas,ph-sm.txt
 create mode 100644 drivers/iio/chemical/atlas-ph-sensor.c

-- 
1.9.1

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

end of thread, other threads:[~2015-12-13  5:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-10  8:10 [RFC v1 0/3] iio: chemical: add Atlas pH-SM sensor support Matt Ranostay
2015-12-10  8:10 ` [RFC v1 1/3] devicetree: add Atlas Scientific LLC vendor prefix Matt Ranostay
2015-12-10  8:10 ` [RFC v1 2/3] iio: ph: add IIO_PH channel type Matt Ranostay
2015-12-10 10:40   ` Peter Meerwald-Stadler
2015-12-10 21:02     ` Matt Ranostay
2015-12-10  8:10 ` [RFC v1 3/3] iio: chemical: add Atlas pH-SM sensor support Matt Ranostay
2015-12-10 10:24   ` Adriana Reus
2015-12-11  4:50     ` Matt Ranostay
2015-12-11 12:41       ` Adriana Reus
2015-12-12  4:06         ` Matt Ranostay
2015-12-10 11:04   ` Peter Meerwald-Stadler
2015-12-10 19:19     ` Matt Ranostay
2015-12-12 12:06   ` Jonathan Cameron
2015-12-13  5:50     ` 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.