Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1293037
| From | Andreas Werner <andreas.werner@men.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/4] doc/ABI: added sysfs description for the menf21bmc MFD driver |
| Date | 2015-12-16 16:40 +0100 |
| Message-ID | <qGmlk-3yb-13@gated-at.bofh.it> (permalink) |
| References | <qGmlk-3yb-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch add the description of the "mode" sysfs interface for the menf21bmc MFD driver. Signed-off-by: Andreas Werner <andreas.werner@men.de> --- Documentation/ABI/testing/sysfs-bus-i2c-devices-menf21bmc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-bus-i2c-devices-menf21bmc diff --git a/Documentation/ABI/testing/sysfs-bus-i2c-devices-menf21bmc b/Documentation/ABI/testing/sysfs-bus-i2c-devices-menf21bmc new file mode 100644 index 0000000..28d1fa2 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-bus-i2c-devices-menf21bmc @@ -0,0 +1,14 @@ +What: /sys/bus/i2c/devices/.../mode +Date: December 2015 +KernelVersion: 4.4 +Contact: Andreas Werner <andreas.werner@men.de> +Description: Set and get the mode of the device. + The production mode cannot be set again if the device + is set to active once. + + In production mode the BMC does not wait for BIOS life sign, + did not reset the CPU board on Watchdog timeout and allow the + programming of the HW Variant. + + 0 = production mode + 1 = active mode -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] remove auto exit of production and added sysfs interface Andreas Werner <andreas.werner@men.de> - 2015-12-16 16:40 +0100 [PATCH 2/4] doc/ABI: added sysfs description for the menf21bmc MFD driver Andreas Werner <andreas.werner@men.de> - 2015-12-16 16:40 +0100 [PATCH 4/4] doc/ABI: add documentation for the additional sysfs status information Andreas Werner <andreas.werner@men.de> - 2015-12-16 16:40 +0100
csiph-web