linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] iio: chemical: add Atlas pH-SM sensor support
@ 2016-01-27  2:34 Matt Ranostay
  2016-01-27  2:34 ` [PATCH v5 1/3] devicetree: add Atlas Scientific LLC vendor prefix Matt Ranostay
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Matt Ranostay @ 2016-01-27  2:34 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, Matt Ranostay

Changes from v4:
* Correct temp scaling value
* Disable runtime pm if iio_device_register fails
* Add comment on toggling interrupt line

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            |   7 +
 .../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             | 511 +++++++++++++++++++++
 drivers/iio/industrialio-core.c                    |   1 +
 include/uapi/linux/iio/types.h                     |   1 +
 8 files changed, 557 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/chemical/atlas,ph-sm.txt
 create mode 100644 drivers/iio/chemical/atlas-ph-sensor.c

-- 
2.7.0.rc3


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

end of thread, other threads:[~2016-01-30 16:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27  2:34 [PATCH v5 0/3] iio: chemical: add Atlas pH-SM sensor support Matt Ranostay
2016-01-27  2:34 ` [PATCH v5 1/3] devicetree: add Atlas Scientific LLC vendor prefix Matt Ranostay
2016-01-30 16:17   ` Jonathan Cameron
2016-01-27  2:34 ` [PATCH v5 2/3] iio: ph: add IIO_PH channel type Matt Ranostay
2016-01-30 16:17   ` Jonathan Cameron
2016-01-27  2:34 ` [PATCH v5 3/3] iio: chemical: add Atlas pH-SM sensor support Matt Ranostay
2016-01-30 16:18   ` Jonathan Cameron

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