linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] atlas-ph-sensor: add conductivity sensor support
@ 2016-05-20  1:52 Matt Ranostay
  2016-05-20  1:52 ` [PATCH v2 1/3] iio: chemical: atlas-ph-sensor: reorg driver to allow multiple chips Matt Ranostay
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Matt Ranostay @ 2016-05-20  1:52 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23, Matt Ranostay

Changes from v1:
 * Add IIO_ELECTRICALCONDUCTIVITY type rather than do doing weird conversion to ppm
 * move device tree mapping table above probe for of_match_device

Matt Ranostay (3):
  iio: chemical: atlas-ph-sensor: reorg driver to allow multiple chips
  iio: electricalconductivity: add IIO_ELECTRICALCONDUCTIVITY type
  iio: chemical: atlas-ph-sensor: add EC feature

 Documentation/ABI/testing/sysfs-bus-iio            |   7 +
 .../bindings/iio/chemical/atlas,ec-sm.txt          |  22 ++
 drivers/iio/chemical/Kconfig                       |   8 +-
 drivers/iio/chemical/atlas-ph-sensor.c             | 257 ++++++++++++++++-----
 drivers/iio/industrialio-core.c                    |   1 +
 include/uapi/linux/iio/types.h                     |   1 +
 6 files changed, 236 insertions(+), 60 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/iio/chemical/atlas,ec-sm.txt

-- 
2.7.4

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

end of thread, other threads:[~2016-05-24  8:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-20  1:52 [PATCH v2 0/3] atlas-ph-sensor: add conductivity sensor support Matt Ranostay
2016-05-20  1:52 ` [PATCH v2 1/3] iio: chemical: atlas-ph-sensor: reorg driver to allow multiple chips Matt Ranostay
2016-05-20  1:53 ` [PATCH v2 2/3] iio: electricalconductivity: add IIO_ELECTRICALCONDUCTIVITY type Matt Ranostay
2016-05-22 19:47   ` Jonathan Cameron
2016-05-24  6:52     ` Matt Ranostay
2016-05-24  8:58       ` jic23
2016-05-20  1:53 ` [PATCH v2 3/3] iio: chemical: atlas-ph-sensor: add EC feature Matt Ranostay

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