]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: Add driver for AMD family 15h processor power information
authorAndreas Herrmann <andreas.herrmann3@amd.com>
Wed, 25 May 2011 18:43:31 +0000 (20:43 +0200)
committerJean Delvare <khali@endymion.delvare>
Wed, 25 May 2011 18:43:31 +0000 (20:43 +0200)
commita186579d8a8d16e5afa2313ca8406e7bf8ea809f
treea83a92937cb27a135f56610b299dbcac5fbcaa2f
parent48d730581d98811e58573336540e768e4ef5c4a3
hwmon: Add driver for AMD family 15h processor power information

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>
Documentation/hwmon/fam15h_power [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/fam15h_power.c [new file with mode: 0644]