From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Darrick J. Wong" Subject: [PATCH 0/2] ACPI 4.0 power meter Date: Fri, 24 Jul 2009 17:43:22 -0700 Message-ID: <20090725004322.20709.96804.stgit@elm3a70.beaverton.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from e34.co.us.ibm.com ([32.97.110.152]:53419 "EHLO e34.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751256AbZGYAfs (ORCPT ); Fri, 24 Jul 2009 20:35:48 -0400 Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Darrick J. Wong" , Len Brown , Andrew Morton Cc: linux-kernel , lm-sensors , linux-acpi , Zhang Rui Hi all, This is a two-part patchset. The first patch extends the hwmon sysfs interface to include power capping features and extra data about the accuracy and internal operation of the power meter. The second patch implements a hwmon driver for ACPI 4.0 compliant power meters that uses the expanded sysfs interface. I don't have an example DSDT from any actual piece of hardware, but I can send some sample ASL code that I've been using to outfit kvm with a power meter if anyone requests it. (I suppose it could be integrated into the kernel source tree as some sort of test case?) --D