projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
960ae4e
)
watchdog: add support for MCP78S chipset in nv_tco
author
Alexey Kunitskiy
<alexey.kv@gmail.com>
Sun, 17 Jul 2016 16:34:24 +0000
(19:34 +0300)
committer
Wim Van Sebroeck
<wim@iguana.be>
Sun, 17 Jul 2016 19:04:13 +0000
(21:04 +0200)
Add support for MCP78S chipset in nv_tco watchdog driver
Signed-off-by: Aleksey Kunitskiy <alexey.kv@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/nv_tco.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/nv_tco.c
b/drivers/watchdog/nv_tco.c
index bd917bb757b8251139efa7661fa1a164edc90412..a0fabf6f92b02c7f849be81fdf881842100ec2d8 100644
(file)
--- 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_MCP78S_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 */