aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/fam15h_power (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-10-29hwmon, fam15h_power: Change email address, MAINTAINERS entryAndreas Herrmann1-1/+1
Signed-off-by: Andreas Herrmann <herrmann.der.user@googlemail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
2011-05-25hwmon: Add driver for AMD family 15h processor power informationAndreas Herrmann1-0/+37
This CPU family provides NB register values to gather following TDP information * ProcessorPwrWatts: Specifies in Watts the maximum amount of power the processor can support. * CurrPwrWatts: Specifies in Watts the current amount of power being consumed by the processor. This driver provides * power1_crit (ProcessorPwrWatts) * power1_input (CurrPwrWatts) Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>