summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/Documentation/sysfs-bus-iio-light
diff options
context:
space:
mode:
authorJon Brenner <jbrenner@taosinc.com>2011-04-15 17:38:43 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-26 00:22:07 (GMT)
commitac4f6eee8fe8f9f9bbd421d1c9a3ec9a0a6daa0b (patch)
tree40aad0741661c6a6de8238f129787279759146cf /drivers/staging/iio/Documentation/sysfs-bus-iio-light
parent69d900a69567b2cc217412e894a2c03218d23beb (diff)
downloadlinux-fsl-qoriq-ac4f6eee8fe8f9f9bbd421d1c9a3ec9a0a6daa0b.tar.xz
staging: iio: TAOS tsl258x: Device driver
Added suspend/resume functions. Changed attribute names to match existing where applicable and updated or documented new ABI as discussed. Changed integration time ABI from using index (0 to 3) to use actual gain values (1x,8x, etc.). Removed various unused variables, declarations, and functions. Revised code to accommodate different endianess (le16_to_cpu). Updated error return codes in various functions. Changed from mdelay to msleep after determining that longer wait would be acceptable. V5: Makefile and Kconfig cleanups by Jonathan Cameron. Signed-off-by: Jon August Brenner <jbrenner@taosinc.com> Acked-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/Documentation/sysfs-bus-iio-light')
-rw-r--r--drivers/staging/iio/Documentation/sysfs-bus-iio-light13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/staging/iio/Documentation/sysfs-bus-iio-light b/drivers/staging/iio/Documentation/sysfs-bus-iio-light
index 5d84856..21d2774 100644
--- a/drivers/staging/iio/Documentation/sysfs-bus-iio-light
+++ b/drivers/staging/iio/Documentation/sysfs-bus-iio-light
@@ -62,3 +62,16 @@ Description:
sensing mode. This value should be the output from a reading
and if expressed in SI units, should include _input. If this
value is not in SI units, then it should include _raw.
+
+What: /sys/bus/iio/devices/device[n]/illuminance0_target
+KernelVersion: 2.6.37
+Contact: linux-iio@vger.kernel.org
+Description:
+ This property gets/sets the last known external
+ lux measurement used in/for calibration.
+
+What: /sys/bus/iio/devices/device[n]/illuminance0_integration_time
+KernelVersion: 2.6.37
+Contact: linux-iio@vger.kernel.org
+Description:
+ This property gets/sets the sensors ADC analog integration time.