Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758372AbXINT3h (ORCPT ); Fri, 14 Sep 2007 15:29:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754321AbXINT32 (ORCPT ); Fri, 14 Sep 2007 15:29:28 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:52511 "EHLO e5.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752474AbXINT31 (ORCPT ); Fri, 14 Sep 2007 15:29:27 -0400 Date: Fri, 14 Sep 2007 12:29:24 -0700 From: "Darrick J. Wong" To: "Mark M. Hoffman" Cc: Jean Delvare , Henrique de Moraes Holschuh , linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org, haveblue@us.ibm.com Subject: [PATCH v2] hwmon: Update Documentation/hwmon/sysfs-interface Message-ID: <20070914192924.GL30825@tree.beaverton.ibm.com> References: <20070827211446.GG32667@tree.beaverton.ibm.com> <20070828015029.GA10107@khazad-dum.debian.net> <20070828131942.18449886@hyperion.delvare> <20070828164905.GM32667@tree.beaverton.ibm.com> <20070828232504.GP32667@tree.beaverton.ibm.com> <20070911132335.GJ31992@jupiter.solarsys.private> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lR6P3/j+HGelbRkf" Content-Disposition: inline In-Reply-To: <20070911132335.GJ31992@jupiter.solarsys.private> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1947 Lines: 77 --lR6P3/j+HGelbRkf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Update the hwmon sysfs interface documentation to include a specification for power meters. Signed-off-by: Darrick J. Wong --- Documentation/hwmon/sysfs-interface | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysf= s-interface index db7bb4a..5c98bee 100644 --- a/Documentation/hwmon/sysfs-interface +++ b/Documentation/hwmon/sysfs-interface @@ -324,6 +324,36 @@ curr[1-*]_input Current input value Unit: milliampere RO =20 +********* +* 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-*]_high_low_reset Reset input_highest/input_lowest. + WO =20 ********** * Alarms * --lR6P3/j+HGelbRkf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG6uEUa6vRYYgWQuURAu7hAKCgo38PuKtHR8aMr41isnLrPYCNpwCePeZ0 NgcIiQisomwA2To2YHdn/nk= =W2WX -----END PGP SIGNATURE----- --lR6P3/j+HGelbRkf-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/