diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-13 12:09:36 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-13 12:09:36 -0500 |
commit | 9418d5dc9ba40b88737580457bf3b7c63c60ec43 (patch) | |
tree | 764c82c8cfeea907b06514d9ccfb599fb4d49cae /Documentation | |
parent | 31083eba370fbc5d544ac2fe67ca549c0aa2bdf7 (diff) | |
parent | 59a030a9b7a1bab5bdae57d469583e611759e90b (diff) |
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
* 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6:
hwmon: (i5k_amb) Convert macros to C functions
hwmon: (w83781d) Add missing curly braces
hwmon: (abituguru3) Identify ABit IP35 Pro as such
hwmon: (f75375s) pwmX_mode sysfs files writable for f75375 variant
hwmon: (f75375s) On n2100 systems, set fans to full speed on boot
hwmon: (f75375s) Allow setting up fans with platform_data
hwmon: (f75375s) Add new style bindings
hwmon: (lm70) Convert semaphore to mutex
hwmon: (applesmc) Add support for Mac Pro 2 x Quad-Core
hwmon: (abituguru3) Add support for 2 new motherboards
hwmon: (ibmpex) Change printk to dev_{info,err} macros
hwmon: (i5k_amb) New memory temperature sensor driver
hwmon: (f75375s) fix pwm mode setting
hwmon: (ibmpex.c) fix NULL dereference
hwmon: (sis5595) Split sis5595_attributes_opt
hwmon: (sis5595) Add individual alarm files
hwmon: (w83627hf) push nr+1 offset into *_REG_FAN macros and simplify
hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-X
hwmon: Add power meter spec to Documentation/hwmon/sysfs-interface
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/sysfs-interface | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index a17b692d2679..f4a8ebc1ef1a 100644 --- a/Documentation/hwmon/sysfs-interface +++ b/Documentation/hwmon/sysfs-interface | |||
@@ -328,6 +328,37 @@ curr[1-*]_input Current input value | |||
328 | Unit: milliampere | 328 | Unit: milliampere |
329 | RO | 329 | RO |
330 | 330 | ||
331 | ********* | ||
332 | * Power * | ||
333 | ********* | ||
334 | |||
335 | power[1-*]_average Average power use | ||
336 | Unit: microWatt | ||
337 | RO | ||
338 | |||
339 | power[1-*]_average_highest Historical average maximum power use | ||
340 | Unit: microWatt | ||
341 | RO | ||
342 | |||
343 | power[1-*]_average_lowest Historical average minimum power use | ||
344 | Unit: microWatt | ||
345 | RO | ||
346 | |||
347 | power[1-*]_input Instantaneous power use | ||
348 | Unit: microWatt | ||
349 | RO | ||
350 | |||
351 | power[1-*]_input_highest Historical maximum power use | ||
352 | Unit: microWatt | ||
353 | RO | ||
354 | |||
355 | power[1-*]_input_lowest Historical minimum power use | ||
356 | Unit: microWatt | ||
357 | RO | ||
358 | |||
359 | power[1-*]_reset_history Reset input_highest, input_lowest, | ||
360 | average_highest and average_lowest. | ||
361 | WO | ||
331 | 362 | ||
332 | ********** | 363 | ********** |
333 | * Alarms * | 364 | * Alarms * |