aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/testing
diff options
context:
space:
mode:
authorJacob Pan <jacob.jun.pan@linux.intel.com>2014-09-16 20:11:00 -0400
committerJonathan Cameron <jic23@kernel.org>2014-09-21 09:02:18 -0400
commitc20d4dffd537bee8d3db5ec28ca871ef73d44078 (patch)
tree1b9a970c214443283a1d713cc00e620eb4370093 /Documentation/ABI/testing
parent4c21bbb475c16be9ec878e8753d5e8373f9b9d59 (diff)
iio: add documentation for current attribute
Add documentation for input current raw sysfs attribute. Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI/testing')
-rw-r--r--Documentation/ABI/testing/sysfs-bus-iio9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index d760b0224ef7..1ac9ac20f530 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -1028,3 +1028,12 @@ Contact: linux-iio@vger.kernel.org
1028Description: 1028Description:
1029 Raw value of rotation from true/magnetic north measured with 1029 Raw value of rotation from true/magnetic north measured with
1030 or without compensation from tilt sensors. 1030 or without compensation from tilt sensors.
1031
1032What: /sys/bus/iio/devices/iio:deviceX/in_currentX_raw
1033KernelVersion: 3.18
1034Contact: linux-iio@vger.kernel.org
1035Description:
1036 Raw current measurement from channel X. Units are in milliamps
1037 after application of scale and offset. If no offset or scale is
1038 present, output should be considered as processed with the
1039 unit in milliamps.