aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/testing/sysfs-bus-iio
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2013-06-23 17:30:00 -0400
committerJonathan Cameron <jic23@kernel.org>2013-08-03 13:40:31 -0400
commitf7883d12a8f76378a1ebfde6fc2e48249b7f9093 (patch)
tree7a9a1b4370dabb13b57d4faee45f13f1db1c1004 /Documentation/ABI/testing/sysfs-bus-iio
parentbd53a414b860e4b12f88fbf553e4197384846dbd (diff)
iio: move ABI specification for store_eeprom; is used by ad9523, mcp4725 and ds1077 devices
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de> 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-iio8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index e49d84c00eee..45ae709db4ff 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -793,3 +793,11 @@ Contact: linux-iio@vger.kernel.org
793Description: 793Description:
794 This attribute is used to read the amount of quadrature error 794 This attribute is used to read the amount of quadrature error
795 present in the device at a given time. 795 present in the device at a given time.
796
797What: /sys/bus/iio/devices/iio:deviceX/store_eeprom
798KernelVersion: 3.4.0
799Contact: linux-iio@vger.kernel.org
800Description:
801 Writing '1' stores the current device configuration into
802 on-chip EEPROM. After power-up or chip reset the device will
803 automatically load the saved configuration.