blob: 36ffc46211805b3f05d473db7df009e0e7a4cb9d [file] [log] [blame]
Sanjay Singh Rawat418816e2013-02-14 11:18:25 +05301Regulator related information
2=============================
3Regulator fields "state" and "status" give below information about the regulator.
4
5- state: field tell whether regulator is enabled or disabled. Following are the states
6 | - Enabled
7 | - Disabled
8 | - Unknown (if unable to determine)
9 |
10 |
11 ----> 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
12 more specific information about the current "state" of the regulator, which operating modes it is in. Following can be the possible status:
13 - Idle
14 - Fast
15 - Normal
16 - Standby
17 - Bypass
18 - Error
19 - Undefined
20 - On/Off