Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 1 | What: /sys/class/regulator/.../state |
| 2 | Date: April 2008 |
| 3 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 4 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 5 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 6 | Some regulator directories will contain a field called |
| 7 | state. This reports the regulator enable status, for |
| 8 | regulators which can report that value. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 9 | |
| 10 | This will be one of the following strings: |
| 11 | |
| 12 | 'enabled' |
| 13 | 'disabled' |
| 14 | 'unknown' |
| 15 | |
| 16 | 'enabled' means the regulator output is ON and is supplying |
| 17 | power to the system. |
| 18 | |
| 19 | 'disabled' means the regulator output is OFF and is not |
| 20 | supplying power to the system.. |
| 21 | |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 22 | 'unknown' means software cannot determine the state, or |
| 23 | the reported state is invalid. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 24 | |
| 25 | NOTE: this field can be used in conjunction with microvolts |
| 26 | and microamps to determine regulator output levels. |
| 27 | |
| 28 | |
| 29 | What: /sys/class/regulator/.../type |
| 30 | Date: April 2008 |
| 31 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 32 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 33 | Description: |
| 34 | Each regulator directory will contain a field called |
| 35 | type. This holds the regulator type. |
| 36 | |
| 37 | This will be one of the following strings: |
| 38 | |
| 39 | 'voltage' |
| 40 | 'current' |
| 41 | 'unknown' |
| 42 | |
| 43 | 'voltage' means the regulator output voltage can be controlled |
| 44 | by software. |
| 45 | |
| 46 | 'current' means the regulator output current limit can be |
| 47 | controlled by software. |
| 48 | |
| 49 | 'unknown' means software cannot control either voltage or |
| 50 | current limit. |
| 51 | |
| 52 | |
| 53 | What: /sys/class/regulator/.../microvolts |
| 54 | Date: April 2008 |
| 55 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 56 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 57 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 58 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 59 | microvolts. This holds the regulator output voltage setting |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 60 | measured in microvolts (i.e. E-6 Volts), for regulators |
| 61 | which can report that voltage. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 62 | |
| 63 | NOTE: This value should not be used to determine the regulator |
| 64 | output voltage level as this value is the same regardless of |
| 65 | whether the regulator is enabled or disabled. |
| 66 | |
| 67 | |
| 68 | What: /sys/class/regulator/.../microamps |
| 69 | Date: April 2008 |
| 70 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 71 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 72 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 73 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 74 | microamps. This holds the regulator output current limit |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 75 | setting measured in microamps (i.e. E-6 Amps), for regulators |
| 76 | which can report that current. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 77 | |
| 78 | NOTE: This value should not be used to determine the regulator |
| 79 | output current level as this value is the same regardless of |
| 80 | whether the regulator is enabled or disabled. |
| 81 | |
| 82 | |
| 83 | What: /sys/class/regulator/.../opmode |
| 84 | Date: April 2008 |
| 85 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 86 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 87 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 88 | Some regulator directories will contain a field called |
| 89 | opmode. This holds the current regulator operating mode, |
| 90 | for regulators which can report it. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 91 | |
| 92 | The opmode value can be one of the following strings: |
| 93 | |
| 94 | 'fast' |
| 95 | 'normal' |
| 96 | 'idle' |
| 97 | 'standby' |
| 98 | 'unknown' |
| 99 | |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 100 | The modes are described in include/linux/regulator/consumer.h |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 101 | |
| 102 | NOTE: This value should not be used to determine the regulator |
| 103 | output operating mode as this value is the same regardless of |
| 104 | whether the regulator is enabled or disabled. |
| 105 | |
| 106 | |
| 107 | What: /sys/class/regulator/.../min_microvolts |
| 108 | Date: April 2008 |
| 109 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 110 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 111 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 112 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 113 | min_microvolts. This holds the minimum safe working regulator |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 114 | output voltage setting for this domain measured in microvolts, |
| 115 | for regulators which support voltage constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 116 | |
| 117 | NOTE: this will return the string 'constraint not defined' if |
| 118 | the power domain has no min microvolts constraint defined by |
| 119 | platform code. |
| 120 | |
| 121 | |
| 122 | What: /sys/class/regulator/.../max_microvolts |
| 123 | Date: April 2008 |
| 124 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 125 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 126 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 127 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 128 | max_microvolts. This holds the maximum safe working regulator |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 129 | output voltage setting for this domain measured in microvolts, |
| 130 | for regulators which support voltage constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 131 | |
| 132 | NOTE: this will return the string 'constraint not defined' if |
| 133 | the power domain has no max microvolts constraint defined by |
| 134 | platform code. |
| 135 | |
| 136 | |
| 137 | What: /sys/class/regulator/.../min_microamps |
| 138 | Date: April 2008 |
| 139 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 140 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 141 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 142 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 143 | min_microamps. This holds the minimum safe working regulator |
| 144 | output current limit setting for this domain measured in |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 145 | microamps, for regulators which support current constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 146 | |
| 147 | NOTE: this will return the string 'constraint not defined' if |
| 148 | the power domain has no min microamps constraint defined by |
| 149 | platform code. |
| 150 | |
| 151 | |
| 152 | What: /sys/class/regulator/.../max_microamps |
| 153 | Date: April 2008 |
| 154 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 155 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 156 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 157 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 158 | max_microamps. This holds the maximum safe working regulator |
| 159 | output current limit setting for this domain measured in |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 160 | microamps, for regulators which support current constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 161 | |
| 162 | NOTE: this will return the string 'constraint not defined' if |
| 163 | the power domain has no max microamps constraint defined by |
| 164 | platform code. |
| 165 | |
| 166 | |
Mark Brown | bc558a6 | 2008-10-10 15:33:20 +0100 | [diff] [blame] | 167 | What: /sys/class/regulator/.../name |
| 168 | Date: October 2008 |
| 169 | KernelVersion: 2.6.28 |
| 170 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
| 171 | Description: |
| 172 | Each regulator directory will contain a field called |
| 173 | name. This holds a string identifying the regulator for |
| 174 | display purposes. |
| 175 | |
| 176 | NOTE: this will be empty if no suitable name is provided |
| 177 | by platform or regulator drivers. |
| 178 | |
| 179 | |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 180 | What: /sys/class/regulator/.../num_users |
| 181 | Date: April 2008 |
| 182 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 183 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 184 | Description: |
| 185 | Each regulator directory will contain a field called |
| 186 | num_users. This holds the number of consumer devices that |
| 187 | have called regulator_enable() on this regulator. |
| 188 | |
| 189 | |
| 190 | What: /sys/class/regulator/.../requested_microamps |
| 191 | Date: April 2008 |
| 192 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 193 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 194 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 195 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 196 | requested_microamps. This holds the total requested load |
| 197 | current in microamps for this regulator from all its consumer |
| 198 | devices. |
| 199 | |
| 200 | |
| 201 | What: /sys/class/regulator/.../parent |
| 202 | Date: April 2008 |
| 203 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 204 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 205 | Description: |
| 206 | Some regulator directories will contain a link called parent. |
| 207 | This points to the parent or supply regulator if one exists. |
| 208 | |
| 209 | What: /sys/class/regulator/.../suspend_mem_microvolts |
| 210 | Date: May 2008 |
| 211 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 212 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 213 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 214 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 215 | suspend_mem_microvolts. This holds the regulator output |
| 216 | voltage setting for this domain measured in microvolts when |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 217 | the system is suspended to memory, for voltage regulators |
| 218 | implementing suspend voltage configuration constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 219 | |
| 220 | What: /sys/class/regulator/.../suspend_disk_microvolts |
| 221 | Date: May 2008 |
| 222 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 223 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 224 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 225 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 226 | suspend_disk_microvolts. This holds the regulator output |
| 227 | voltage setting for this domain measured in microvolts when |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 228 | the system is suspended to disk, for voltage regulators |
| 229 | implementing suspend voltage configuration constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 230 | |
| 231 | What: /sys/class/regulator/.../suspend_standby_microvolts |
| 232 | Date: May 2008 |
| 233 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 234 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 235 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 236 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 237 | suspend_standby_microvolts. This holds the regulator output |
| 238 | voltage setting for this domain measured in microvolts when |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 239 | the system is suspended to standby, for voltage regulators |
| 240 | implementing suspend voltage configuration constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 241 | |
| 242 | What: /sys/class/regulator/.../suspend_mem_mode |
| 243 | Date: May 2008 |
| 244 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 245 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 246 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 247 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 248 | suspend_mem_mode. This holds the regulator operating mode |
| 249 | setting for this domain when the system is suspended to |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 250 | memory, for regulators implementing suspend mode |
| 251 | configuration constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 252 | |
| 253 | What: /sys/class/regulator/.../suspend_disk_mode |
| 254 | Date: May 2008 |
| 255 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 256 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 257 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 258 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 259 | suspend_disk_mode. This holds the regulator operating mode |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 260 | setting for this domain when the system is suspended to disk, |
| 261 | for regulators implementing suspend mode configuration |
| 262 | constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 263 | |
| 264 | What: /sys/class/regulator/.../suspend_standby_mode |
| 265 | Date: May 2008 |
| 266 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 267 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 268 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 269 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 270 | suspend_standby_mode. This holds the regulator operating mode |
| 271 | setting for this domain when the system is suspended to |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 272 | standby, for regulators implementing suspend mode |
| 273 | configuration constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 274 | |
| 275 | What: /sys/class/regulator/.../suspend_mem_state |
| 276 | Date: May 2008 |
| 277 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 278 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 279 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 280 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 281 | suspend_mem_state. This holds the regulator operating state |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 282 | when suspended to memory, for regulators implementing suspend |
| 283 | configuration constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 284 | |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 285 | This will be one of the same strings reported by |
| 286 | the "state" attribute. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 287 | |
| 288 | What: /sys/class/regulator/.../suspend_disk_state |
| 289 | Date: May 2008 |
| 290 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 291 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 292 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 293 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 294 | suspend_disk_state. This holds the regulator operating state |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 295 | when suspended to disk, for regulators implementing |
| 296 | suspend configuration constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 297 | |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 298 | This will be one of the same strings reported by |
| 299 | the "state" attribute. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 300 | |
| 301 | What: /sys/class/regulator/.../suspend_standby_state |
| 302 | Date: May 2008 |
| 303 | KernelVersion: 2.6.26 |
Liam Girdwood | 8a62ab4 | 2008-09-14 17:40:21 +0100 | [diff] [blame] | 304 | Contact: Liam Girdwood <lrg@slimlogic.co.uk> |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 305 | Description: |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 306 | Some regulator directories will contain a field called |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 307 | suspend_standby_state. This holds the regulator operating |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 308 | state when suspended to standby, for regulators implementing |
| 309 | suspend configuration constraints. |
Liam Girdwood | e941d0c | 2008-04-30 17:23:59 +0100 | [diff] [blame] | 310 | |
David Brownell | 7ad68e2 | 2008-11-11 17:39:02 -0800 | [diff] [blame] | 311 | This will be one of the same strings reported by |
| 312 | the "state" attribute. |