aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/testing/sysfs-bus-iio
diff options
context:
space:
mode:
authorVianney le Clément de Saint-Marcq <vianney.leclement@essensium.com>2015-03-30 04:34:58 -0400
committerJonathan Cameron <jic23@kernel.org>2015-04-09 10:03:05 -0400
commitc8a8585431efba0faaf41167f8f7c27c48307ca6 (patch)
treef2813a14517319b9c27851b2e8ffcf168ae2d3cd /Documentation/ABI/testing/sysfs-bus-iio
parenta25691c1f9674090fb66586cf4c5d60d3efdf339 (diff)
iio: core: Introduce IIO_CHAN_INFO_CALIBEMISSIVITY
Contact-less IR temperature sensors measure the temperature of an object by using its thermal radiation. Surfaces with different emissivity ratios emit different amounts of energy at the same temperature. IIO_CHAN_INFO_CALIBEMISSIVITY allows the user to inform the sensor of the emissivity of the object in front of it, in order to effectively measure its temperature. A device providing such setting is Melexis's MLX90614: http://melexis.com/Assets/IR-sensor-thermometer-MLX90614-Datasheet-5152.aspx. Signed-off-by: Vianney le Clément de Saint-Marcq <vianney.leclement@essensium.com> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-bus-iio')
-rw-r--r--Documentation/ABI/testing/sysfs-bus-iio11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index 3befcb19f414..866b4ec4aab6 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -1364,3 +1364,14 @@ Description:
1364 hwfifo_watermak_min but not equal to any of the values in this 1364 hwfifo_watermak_min but not equal to any of the values in this
1365 list, the driver will chose an appropriate value for the 1365 list, the driver will chose an appropriate value for the
1366 hardware fifo watermark level. 1366 hardware fifo watermark level.
1367
1368What: /sys/bus/iio/devices/iio:deviceX/in_temp_calibemissivity
1369What: /sys/bus/iio/devices/iio:deviceX/in_tempX_calibemissivity
1370What: /sys/bus/iio/devices/iio:deviceX/in_temp_object_calibemissivity
1371What: /sys/bus/iio/devices/iio:deviceX/in_tempX_object_calibemissivity
1372KernelVersion: 4.1
1373Contact: linux-iio@vger.kernel.org
1374Description:
1375 The emissivity ratio of the surface in the field of view of the
1376 contactless temperature sensor. Emissivity varies from 0 to 1,
1377 with 1 being the emissivity of a black body.