All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] watchdog: add support for MCP78S chipset in nv_tco
@ 2016-07-15  8:53 Alexey Kunitskiy
  2016-07-16 17:15 ` [1/1] " Guenter Roeck
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey Kunitskiy @ 2016-07-15  8:53 UTC (permalink / raw)
  To: Wim Van Sebroeck; +Cc: linux-watchdog


Add support for MCP78S chipset in nv_tco watchdog driver
Patch tested successfully on 4.1.27 kernel and ASUS M4N78-AM V2 motherboard

Signed-off-by: Aleksey Kunitskiy <alexey.kv@gmail.com>

--- drivers/watchdog/nv_tco.c.orig	2016-07-14 22:28:15.721583870 +0300
+++ drivers/watchdog/nv_tco.c	2016-07-14 22:28:48.838310400 +0300
@@ -294,6 +294,8 @@ static const struct pci_device_id tco_pc
 	  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_MCP78S_SMBUS,
+	  PCI_ANY_ID, PCI_ANY_ID, },
 	{ 0, },			/* End of list */
 };
 MODULE_DEVICE_TABLE(pci, tco_pci_tbl);

-----------------
Regards,
Aleksey Kunitskiy

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

end of thread, other threads:[~2016-07-17 20:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-15  8:53 [PATCH 1/1] watchdog: add support for MCP78S chipset in nv_tco Alexey Kunitskiy
2016-07-16 17:15 ` [1/1] " Guenter Roeck
2016-07-17  7:14   ` [PATCH v2 1/1] " Alexey Kunitskiy
2016-07-17 14:33     ` Guenter Roeck
2016-07-17 16:34       ` Alexey Kunitskiy
2016-07-17 18:44         ` Guenter Roeck
2016-07-17 20:32     ` Wim Van Sebroeck

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.