Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mei: add ABI documentation for fw_status exported through sysfs

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tomas Winkler and committed by
Greg Kroah-Hartman
7e4a90cb b13a65ef

+15
+15
Documentation/ABI/testing/sysfs-class-mei
··· 14 14 The /sys/class/mei/meiN directory is created for 15 15 each probed mei device 16 16 17 + What: /sys/class/mei/meiN/fw_status 18 + Date: Nov 2014 19 + KernelVersion: 3.19 20 + Contact: Tomas Winkler <tomas.winkler@intel.com> 21 + Description: Display fw status registers content 22 + 23 + The ME FW writes its status information into fw status 24 + registers for BIOS and OS to monitor fw health. 25 + 26 + The register contains running state, power management 27 + state, error codes, and others. The way the registers 28 + are decoded depends on PCH or SoC generation. 29 + Also number of registers varies between 1 and 6 30 + depending on generation. 31 +