Sanjay Singh Rawat | 418816e | 2013-02-14 11:18:25 +0530 | [diff] [blame] | 1 | Regulator related information |
| 2 | ============================= |
| 3 | Regulator 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 |