linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] x86,AMD: Power driver support for AMD's family 16h processors
@ 2012-12-05 11:12 Boris Ostrovsky
  2012-12-05 20:22 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Boris Ostrovsky @ 2012-12-05 11:12 UTC (permalink / raw)
  To: herrmann.der.user, khali, linux, bhelgaas
  Cc: linux-kernel, lm-sensors, boris.ostrovsky

Add family 16h PCI ID to AMD's power driver to allow it report
power consumption on these processors.

Signed-off-by: Boris Ostrovsky <boris.ostrovsky@amd.com>
---
 drivers/hwmon/fam15h_power.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/hwmon/fam15h_power.c b/drivers/hwmon/fam15h_power.c
index 4f41104..34ab2a8 100644
--- a/drivers/hwmon/fam15h_power.c
+++ b/drivers/hwmon/fam15h_power.c
@@ -31,6 +31,9 @@ MODULE_DESCRIPTION("AMD Family 15h CPU processor power monitor");
 MODULE_AUTHOR("Andreas Herrmann <herrmann.der.user@googlemail.com>");
 MODULE_LICENSE("GPL");
 
+/* Family 16h Northbridge's function 4 PCI ID */
+#define PCI_DEVICE_ID_AMD_16H_NB_F4	0x1534
+
 /* D18F3 */
 #define REG_NORTHBRIDGE_CAP		0xe8
 
@@ -248,6 +251,7 @@ static void __devexit fam15h_power_remove(struct pci_dev *pdev)
 
 static DEFINE_PCI_DEVICE_TABLE(fam15h_power_id_table) = {
 	{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_NB_F4) },
+	{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_NB_F4) },
 	{}
 };
 MODULE_DEVICE_TABLE(pci, fam15h_power_id_table);
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] x86,AMD: Power driver support for AMD's family 16h processors
  2012-12-05 11:12 [PATCH v2] x86,AMD: Power driver support for AMD's family 16h processors Boris Ostrovsky
@ 2012-12-05 20:22 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2012-12-05 20:22 UTC (permalink / raw)
  To: Boris Ostrovsky; +Cc: herrmann.der.user, khali, linux-kernel, lm-sensors

On Wed, Dec 05, 2012 at 06:12:42AM -0500, Boris Ostrovsky wrote:
> Add family 16h PCI ID to AMD's power driver to allow it report
> power consumption on these processors.
> 
> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@amd.com>

Applied.

Thanks,
Guenter

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-05 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-05 11:12 [PATCH v2] x86,AMD: Power driver support for AMD's family 16h processors Boris Ostrovsky
2012-12-05 20:22 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).