Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jacob Pan and committed by
Jonathan Cameron
c20d4dff 4c21bbb4

+9
+9
Documentation/ABI/testing/sysfs-bus-iio
··· 1028 1028 Description: 1029 1029 Raw value of rotation from true/magnetic north measured with 1030 1030 or without compensation from tilt sensors. 1031 + 1032 + What: /sys/bus/iio/devices/iio:deviceX/in_currentX_raw 1033 + KernelVersion: 3.18 1034 + Contact: linux-iio@vger.kernel.org 1035 + Description: 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.