linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 1/3] iio: Add IIO_DISTANCE type
@ 2014-02-01  6:17 Matt Ranostay
  2014-02-01  6:17 ` [PATCH v3 2/3] iio: Add AS3935 lightning sensor support Matt Ranostay
  2014-02-01  6:17 ` [PATCH v3 3/3] iio:as3935: Add DT binding docs for AS3935 driver Matt Ranostay
  0 siblings, 2 replies; 4+ messages in thread
From: Matt Ranostay @ 2014-02-01  6:17 UTC (permalink / raw)
  To: linux-kernel, linux-iio, devicetree-discuss
  Cc: matt.porter, koen, pantelis.antoniou, Matt Ranostay

Allow drivers to report distance values, but however it is up to
drivers to set scaling for meters, kilometers, etc.

Signed-off-by: Matt Ranostay <mranostay@gmail.com>
---
 drivers/iio/industrialio-core.c | 1 +
 include/linux/iio/types.h       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/iio/industrialio-core.c b/drivers/iio/industrialio-core.c
index acc911a..ac999ab 100644
--- a/drivers/iio/industrialio-core.c
+++ b/drivers/iio/industrialio-core.c
@@ -70,6 +70,7 @@ static const char * const iio_chan_type_name_spec[] = {
 	[IIO_CCT] = "cct",
 	[IIO_PRESSURE] = "pressure",
 	[IIO_HUMIDITYRELATIVE] = "humidityrelative",
+	[IIO_DISTANCE] = "distance",
 };
 
 static const char * const iio_modifier_names[] = {
diff --git a/include/linux/iio/types.h b/include/linux/iio/types.h
index 084d882..675c2d8 100644
--- a/include/linux/iio/types.h
+++ b/include/linux/iio/types.h
@@ -30,6 +30,7 @@ enum iio_chan_type {
 	IIO_CCT,
 	IIO_PRESSURE,
 	IIO_HUMIDITYRELATIVE,
+	IIO_DISTANCE,
 };
 
 enum iio_modifier {
-- 
1.8.3.2


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

end of thread, other threads:[~2014-02-03 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-01  6:17 [PATCH v3 1/3] iio: Add IIO_DISTANCE type Matt Ranostay
2014-02-01  6:17 ` [PATCH v3 2/3] iio: Add AS3935 lightning sensor support Matt Ranostay
2014-02-03 10:10   ` Peter Meerwald
2014-02-01  6:17 ` [PATCH v3 3/3] iio:as3935: Add DT binding docs for AS3935 driver 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).