All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: (nv_tco) add support for MCP79
@ 2015-07-27 16:03 Vivien Didelot
  2015-07-27 19:36 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Didelot @ 2015-07-27 16:03 UTC (permalink / raw)
  To: linux-watchdog; +Cc: Wim Van Sebroeck, linux-kernel, kernel, Vivien Didelot

Tested on the Nvidia chipset with an SMBus controller PCI ID 0x0AA2
(as shown in the PCI listing during the boot sequence).

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
 drivers/watchdog/nv_tco.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/watchdog/nv_tco.c b/drivers/watchdog/nv_tco.c
index c028454..bd917bb 100644
--- a/drivers/watchdog/nv_tco.c
+++ b/drivers/watchdog/nv_tco.c
@@ -294,6 +294,8 @@ static const struct pci_device_id tco_pci_tbl[] = {
 	  PCI_ANY_ID, PCI_ANY_ID, },
 	{ PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_SMBUS,
 	  PCI_ANY_ID, PCI_ANY_ID, },
+	{ PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP79_SMBUS,
+	  PCI_ANY_ID, PCI_ANY_ID, },
 	{ 0, },			/* End of list */
 };
 MODULE_DEVICE_TABLE(pci, tco_pci_tbl);
-- 
2.4.6


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

* Re: [PATCH] watchdog: (nv_tco) add support for MCP79
  2015-07-27 16:03 [PATCH] watchdog: (nv_tco) add support for MCP79 Vivien Didelot
@ 2015-07-27 19:36 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2015-07-27 19:36 UTC (permalink / raw)
  To: Vivien Didelot; +Cc: linux-watchdog, Wim Van Sebroeck, linux-kernel, kernel

On Mon, Jul 27, 2015 at 12:03:30PM -0400, Vivien Didelot wrote:
> Tested on the Nvidia chipset with an SMBus controller PCI ID 0x0AA2
> (as shown in the PCI listing during the boot sequence).
> 
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

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

end of thread, other threads:[~2015-07-27 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-27 16:03 [PATCH] watchdog: (nv_tco) add support for MCP79 Vivien Didelot
2015-07-27 19:36 ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.