hwmon driver for ACPI 4.0 power meters
authorDarrick J. Wong <djwong@us.ibm.com>
Fri, 18 Sep 2009 19:41:09 +0000 (12:41 -0700)
committerLen Brown <len.brown@intel.com>
Sat, 19 Sep 2009 05:30:01 +0000 (01:30 -0400)
commitde584afa5e188a2da484bb5373d449598cdb9f5e
tree629dce13dc9c6f5160cf4515a11965d88feb9ef5
parent74fca6a42863ffacaf7ba6f1936a9f228950f657
hwmon driver for ACPI 4.0 power meters

This driver exposes ACPI 4.0 compliant power meters as hardware monitoring
devices.  This second revision of the driver also exports the ACPI string
info as sysfs attributes, a list of the devices that the meter measures,
and will send ACPI notifications over the ACPI netlink socket.  This
latest revision only enables the power capping controls if it can be
confirmed that the power cap can be enforced by the hardware and explains
how the notification interfaces work.

[akpm@linux-foundation.org: remove default-y]
[akpm@linux-foundation.org: build fix]
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Documentation/hwmon/acpi_power_meter [new file with mode: 0644]
drivers/acpi/Kconfig
drivers/acpi/Makefile
drivers/acpi/power_meter.c [new file with mode: 0644]