Staging: iio: Documented output / DAC interface
authorRoland Stigge <rst@work-microwave.de>
Thu, 13 Jan 2011 16:43:29 +0000 (17:43 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 Jan 2011 23:59:04 +0000 (15:59 -0800)
Added documentation for:
* /sys/bus/iio/devices/deviceX/outY_scale
* /sys/bus/iio/devices/deviceX/outY_raw
* /sys/bus/iio/devices/deviceX/outY&Z_raw

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/Documentation/sysfs-bus-iio

index 2dde97de75f84aaf06762e6443ee881ad199f8a7..8e5d8d1f3b2fee7c816d78baedbcef1c01065911 100644 (file)
@@ -168,6 +168,7 @@ Description:
 What:          /sys/bus/iio/devices/deviceX/inY_scale
 What:          /sys/bus/iio/devices/deviceX/inY_supply_scale
 What:          /sys/bus/iio/devices/deviceX/in_scale
+What:          /sys/bus/iio/devices/deviceX/outY_scale
 What:          /sys/bus/iio/devices/deviceX/accel_scale
 What:          /sys/bus/iio/devices/deviceX/accel_peak_scale
 What:          /sys/bus/iio/devices/deviceX/gyro_scale
@@ -222,6 +223,23 @@ Description:
                If a discrete set of scale values are available, they
                are listed in this attribute.
 
+What:          /sys/bus/iio/devices/deviceX/outY_raw
+KernelVersion: 2.6.37
+Contact:       linux-iio@vger.kernel.org
+Description:
+               Raw (unscaled, no bias etc.) output voltage for
+               channel Y.  The number must always be specified and
+               unique if the output corresponds to a single channel.
+
+What:          /sys/bus/iio/devices/deviceX/outY&Z_raw
+KernelVersion: 2.6.37
+Contact:       linux-iio@vger.kernel.org
+Description:
+               Raw (unscaled, no bias etc.) output voltage for an aggregate of
+               channel Y, channel Z, etc.  This interface is available in cases
+               where a single output sets the value for multiple channels
+               simultaneously.
+
 What:          /sys/bus/iio/devices/deviceX/deviceX:eventY
 KernelVersion: 2.6.35
 Contact:       linux-iio@vger.kernel.org
This page took 0.028931 seconds and 5 git commands to generate.