Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1328642 > unrolled thread

[PATCH 3/5] iio: hmc5843: Add ABI documentation file for hmc5843

Started byCristina Moraru <cristina.moraru09@gmail.com>
First post2016-02-07 23:30 +0100
Last post2016-02-07 23:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/5] iio: hmc5843: Add ABI documentation file for hmc5843 Cristina Moraru <cristina.moraru09@gmail.com> - 2016-02-07 23:30 +0100

#1328642 — [PATCH 3/5] iio: hmc5843: Add ABI documentation file for hmc5843

FromCristina Moraru <cristina.moraru09@gmail.com>
Date2016-02-07 23:30 +0100
Subject[PATCH 3/5] iio: hmc5843: Add ABI documentation file for hmc5843
Message-ID<qZG0a-4mE-13@gated-at.bofh.it>
Add ABI file documenting hmc5843 non-standard attributes
meas_conf and meas_conf_available for bias current
configuration.

Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com>
---
 .../ABI/testing/sysfs-bus-iio-magnetometer-hmc5843        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843

diff --git a/Documentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843 b/Documentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843
new file mode 100644
index 0000000..7c3fc4c
--- /dev/null
+++ b/Documentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843
@@ -0,0 +1,15 @@
+What:           /sys/bus/iio/devices/iio:deviceX/meas_conf
+What:           /sys/bus/iio/devices/iio:deviceX/meas_conf_available
+KernelVersion:  4.3.0
+Contact:        linux-iio@vger.kernel.org
+Description:
+                Current configuration and available configurations
+		for the bias current.
+		0 - Normal measurement configurations (default)
+		1 - Positive bias configuration
+		2 - Negative bias configuration
+		3 - Only available on HMC5983. Disables magnetic
+		sensor and enables temperature sensor.
+		Note: The effect of this configuration may vary
+		according to the device. For exact documentation
+		check the device's datasheet.
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web