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)
commit512d1027a6c58def3c2a410e8be65b7e730aad3b
treea83a92937cb27a135f56610b299dbcac5fbcaa2f
parent9e5813111265ad3c37a4370f0ee7e634dc07a7d6
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]