2015-07-27 16:03:53

by Vivien Didelot

[permalink] [raw]
Subject: [PATCH] watchdog: (nv_tco) add support for MCP79

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 <[email protected]>
---
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


2015-07-27 19:36:31

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH] watchdog: (nv_tco) add support for MCP79

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 <[email protected]>

Reviewed-by: Guenter Roeck <[email protected]>