projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d3b07c
)
watchdog: iTCO_wdt: TCO Watchdog patch for Intel Patsburg DeviceIDs
author
Seth Heasley
<seth.heasley@intel.com>
Thu, 9 Sep 2010 16:58:03 +0000
(09:58 -0700)
committer
Wim Van Sebroeck
<wim@iguana.be>
Thu, 28 Oct 2010 21:33:01 +0000
(21:33 +0000)
This patch adds the Intel Patsburg (PCH) DeviceIDs for iTCO Watchdog.
Signed-off-by: Seth Heasley <seth.heasley@intel.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/iTCO_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/iTCO_wdt.c
b/drivers/watchdog/iTCO_wdt.c
index
69de871
..
cdc7945
100644
(file)
--- a/
drivers/watchdog/iTCO_wdt.c
+++ b/
drivers/watchdog/iTCO_wdt.c
@@
-146,6
+146,7
@@
enum iTCO_chipsets {
TCO_CPT29, /* Cougar Point */
TCO_CPT30, /* Cougar Point */
TCO_CPT31, /* Cougar Point */
+ TCO_PBG, /* Patsburg */
};
static struct {
@@
-233,6
+234,7
@@
static struct {
{"Cougar Point", 2},
{"Cougar Point", 2},
{"Cougar Point", 2},
+ {"Patsburg", 2},
{NULL, 0}
};
@@
-348,6
+350,7
@@
static struct pci_device_id iTCO_wdt_pci_tbl[] = {
{ ITCO_PCI_DEVICE(0x1c5d, TCO_CPT29)},
{ ITCO_PCI_DEVICE(0x1c5e, TCO_CPT30)},
{ ITCO_PCI_DEVICE(0x1c5f, TCO_CPT31)},
+ { ITCO_PCI_DEVICE(0x1d40, TCO_PBG)},
{ 0, }, /* End of list */
};
MODULE_DEVICE_TABLE(pci, iTCO_wdt_pci_tbl);