diff options
author | Jonathan Cameron <jic23@kernel.org> | 2016-11-01 19:53:11 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-11-01 19:53:11 +0100 |
commit | 7f2d496b5e33881431d91c25b11aae1f7e31a015 (patch) | |
tree | ef75fb003950ca2ec904ff3cae376d69790bde1d /Documentation/ABI | |
parent | staging: iio: cdc: ad7746: add additional config defines (diff) | |
parent | iio:cros_ec_sensors: Swap from a select to a depends in Kconfig (diff) | |
download | linux-7f2d496b5e33881431d91c25b11aae1f7e31a015.tar.xz linux-7f2d496b5e33881431d91c25b11aae1f7e31a015.zip |
Merge branch 'ib-iio-mfd-4.9rc1' into togreg
Immutable branch to allow mfd changes to also be available in Lee's MFD tree.
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio-cros-ec | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio-cros-ec b/Documentation/ABI/testing/sysfs-bus-iio-cros-ec new file mode 100644 index 000000000000..297b9720f024 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-bus-iio-cros-ec @@ -0,0 +1,18 @@ +What: /sys/bus/iio/devices/iio:deviceX/calibrate +Date: July 2015 +KernelVersion: 4.7 +Contact: linux-iio@vger.kernel.org +Description: + Writing '1' will perform a FOC (Fast Online Calibration). The + corresponding calibration offsets can be read from *_calibbias + entries. + +What: /sys/bus/iio/devices/iio:deviceX/location +Date: July 2015 +KernelVersion: 4.7 +Contact: linux-iio@vger.kernel.org +Description: + This attribute returns a string with the physical location where + the motion sensor is placed. For example, in a laptop a motion + sensor can be located on the base or on the lid. Current valid + values are 'base' and 'lid'. |