From: Darrick J. Wong Date: Tue, 9 Oct 2007 20:39:24 +0000 (-0700) Subject: hwmon: Add power meter spec to Documentation/hwmon/sysfs-interface X-Git-Tag: v2.6.24-rc3~144^2~18 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=38fb56a223be9ec860e69e723d32c95fd70ad0b8;p=linux-2.6-omap-h63xx.git hwmon: Add power meter spec to Documentation/hwmon/sysfs-interface Update the hwmon sysfs interface documentation to include a specification for power meters. Signed-off-by: Darrick J. Wong Acked-by: Jean Delvare Signed-off-by: Mark M. Hoffman --- diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index a17b692d267..f4a8ebc1ef1 100644 --- a/Documentation/hwmon/sysfs-interface +++ b/Documentation/hwmon/sysfs-interface @@ -328,6 +328,37 @@ curr[1-*]_input Current input value Unit: milliampere RO +********* +* Power * +********* + +power[1-*]_average Average power use + Unit: microWatt + RO + +power[1-*]_average_highest Historical average maximum power use + Unit: microWatt + RO + +power[1-*]_average_lowest Historical average minimum power use + Unit: microWatt + RO + +power[1-*]_input Instantaneous power use + Unit: microWatt + RO + +power[1-*]_input_highest Historical maximum power use + Unit: microWatt + RO + +power[1-*]_input_lowest Historical minimum power use + Unit: microWatt + RO + +power[1-*]_reset_history Reset input_highest, input_lowest, + average_highest and average_lowest. + WO ********** * Alarms *