aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Singh Rawat <sanjay.rawat@linaro.com>2013-02-14 11:18:25 +0530
committerSanjay Singh Rawat <sanjay.rawat@linaro.com>2013-02-15 11:52:03 +0530
commit57dfee8a283f18ae20698fd6d35e1cf807e6b11f (patch)
tree50f97956415f23d0be09f9d1903545678db80b1c
parentd29e5eed76f57c9e93d6496e95f4b59379296f77 (diff)
downloadpowerdebug-57dfee8a283f18ae20698fd6d35e1cf807e6b11f.tar.gz
documentation: add regulator related information
Add information about the regulator state and status field. Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.com>
-rw-r--r--doc.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc.txt b/doc.txt
new file mode 100644
index 0000000..36ffc46
--- /dev/null
+++ b/doc.txt
@@ -0,0 +1,20 @@
+Regulator related information
+=============================
+Regulator fields "state" and "status" give below information about the regulator.
+
+- state: field tell whether regulator is enabled or disabled. Following are the states
+ | - Enabled
+ | - Disabled
+ | - Unknown (if unable to determine)
+ |
+ |
+ ----> status: When enabled, depending on the regulator hardware capability(modes) and runtime requirement; regulators are set to specific modes. The status field gives a little
+ more specific information about the current "state" of the regulator, which operating modes it is in. Following can be the possible status:
+ - Idle
+ - Fast
+ - Normal
+ - Standby
+ - Bypass
+ - Error
+ - Undefined
+ - On/Off